[Mod] Cheese Mod!

Post Reply
yaman
Member
Posts: 56
Joined: Wed Sep 04, 2013 21:22

[Mod] Cheese Mod!

by yaman » Post

This mod adds a cheese block, which spawns in the air pretty commonly. You can eat the cheese to get 2.5 hearts. There is also a Moldy Cheese block, which is found underground and you lose 2 hearts if you eat it. You may have to go to an ungenerated region.

Suggestions, comments, HELP, is greatly appreciated c:

The only thing halting me from updating is lack of textures PLEASE help this mod by making textures.

I need textures for cheese bits, and cheese tools(I am a horrible pixel artist)

Features at the moment
Spoiler
-Cheese spawns in the air and can be eaten for 2.5 hearts
-Moldy Cheese spawns underground and if eaten you lose 2 hearts
Future Features in sight
Spoiler
- cheese bits - craftable into tools
- 2 types of soup - one heals and the other kills - same texture( >:D)
- new textures of course.
Future Features in the Future
Spoiler
- go to the moon! - moon trees dirt and such there.
- tame a mouse with cheese bits
- moldy cheese spreads to cheese around it
- cheese sapling
License - GPL

History
v 0.1
- added cheese
v 0.2
- changed cheese texture
- cheese now spawns in the air
v 0.3
- added Moldy Cheese
- changed cheese texture

Image

Image

Image

This is the link to get this mod:
zip - https://github.com/daviddoodle/minetest ... e/v0.2.zip
tar.gz https://github.com/daviddoodle/minetest ... 0.2.tar.gz

git-hub repository - https://github.com/daviddoodle/minetest-cheese-mod
Last edited by yaman on Wed Jan 01, 2014 19:49, edited 1 time in total.
cdb_441578b89f39

falsegrayburger
Member
Posts: 158
Joined: Sat Aug 03, 2013 15:16
In-game: naro

by falsegrayburger » Post

oh lol

User avatar
aldobr
Member
Posts: 316
Joined: Sun Nov 25, 2012 05:46

by aldobr » Post

doesnt cheese come from cows ? as in, milk fermentation ?

yaman
Member
Posts: 56
Joined: Wed Sep 04, 2013 21:22

by yaman » Post

aldobr wrote:doesnt cheese come from cows ? as in, milk fermentation ?
well, I guess so... But its not like minetest is very realistic anyway. Ex-breaking wood with your hands
cdb_441578b89f39

User avatar
aldobr
Member
Posts: 316
Joined: Sun Nov 25, 2012 05:46

by aldobr » Post

dont worry, i was kiddin :P

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

by Krock » Post

First post wrote:I plan to make Cheese spawn in the air, and a moon portal, to a moon of cheese!
This reminds me to the episonde of Wallance & Gromit, where they fly to the moon to get cheese.
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

yaman
Member
Posts: 56
Joined: Wed Sep 04, 2013 21:22

by yaman » Post

aldobr wrote:dont worry, i was kiddin :P
:P
cdb_441578b89f39

yaman
Member
Posts: 56
Joined: Wed Sep 04, 2013 21:22

by yaman » Post

Question - Is it possible to spawn an ore(cheese) in the air?
cdb_441578b89f39

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

by Krock » Post

yaman wrote:Question - Is it possible to spawn an ore(cheese) in the air?
Spoiler

Code: Select all

minetest.register_ore({
    ore_type       = "scatter",
    ore            = "modname:nodename",
    wherein        = "air",
    clust_scarcity = 22*22*22, --example for a super rare ore
    clust_num_ores = 3, --just something
    clust_size     = 7, --maybe something like spread
    height_min     = 0, --ground
    height_max     = 31000, --heaven
})
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

yaman
Member
Posts: 56
Joined: Wed Sep 04, 2013 21:22

by yaman » Post

Krock wrote:
yaman wrote:Question - Is it possible to spawn an ore(cheese) in the air?
Spoiler

Code: Select all

minetest.register_ore({
    ore_type       = "scatter",
    ore            = "modname:nodename",
    wherein        = "air",
    clust_scarcity = 22*22*22, --example for a super rare ore
    clust_num_ores = 3, --just something
    clust_size     = 7, --maybe something like spread
    height_min     = 0, --ground
    height_max     = 31000, --heaven
})
that doesn't seem to work, also I tried default:air. that doesn't work either :(
cdb_441578b89f39

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

by Krock » Post

yaman wrote:
Krock wrote:

Code: Select all

    clust_scarcity = 22*22*22, --example for a super rare ore
that doesn't seem to work, also I tried default:air. that doesn't work either :(
set it to 4*4*4 to test
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

yaman
Member
Posts: 56
Joined: Wed Sep 04, 2013 21:22

by yaman » Post

Krock wrote:
yaman wrote:
Krock wrote:

Code: Select all

    clust_scarcity = 22*22*22, --example for a super rare ore
that doesn't seem to work, also I tried default:air. that doesn't work either :(
set it to 4*4*4 to test
I had already did that, I even put it to 2*2*2

Edit: I just stumbled across a giant cheese block, i think i was just circling in already generated land
Last edited by yaman on Mon Dec 30, 2013 19:59, edited 1 time in total.
cdb_441578b89f39

yaman
Member
Posts: 56
Joined: Wed Sep 04, 2013 21:22

by yaman » Post

This may be this upcoming update :D
How do you make a vote, I must know if you people like this
Low hearts? just grab some cheese :D
Spoiler
Image
Last edited by yaman on Mon Dec 30, 2013 20:14, edited 1 time in total.
cdb_441578b89f39

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

by Krock » Post

That's not cheese, this is cheese.
Image
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

yaman
Member
Posts: 56
Joined: Wed Sep 04, 2013 21:22

by yaman » Post

Krock wrote:
That's not cheese, this is cheese.
http://www.marions-kochbuch.de/dru-pic- ... taler1.jpg
I am still working on the texture, I just thought this one was better than that in 0.1
cdb_441578b89f39

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

by philipbenr » Post

Put a request in for cheese textures in mod texture request

yaman
Member
Posts: 56
Joined: Wed Sep 04, 2013 21:22

by yaman » Post

yaman wrote:
Krock wrote:
That's not cheese, this is cheese.
http://www.marions-kochbuch.de/dru-pic- ... taler1.jpg
I am still working on the texture, I just thought this one was better than that in 0.1
I worked on it do you like this one?
http://i.imgur.com/gpP2Drx.png
cdb_441578b89f39

User avatar
Minearriatest
Member
Posts: 34
Joined: Mon Nov 25, 2013 18:28
Location: United Kingdom

by Minearriatest » Post

Random cheese just floating in mid air. Sounds like a funny mod.
Minetest user name: asg
Try out some mods which I contributed in:
Jungle Tools(made) Ice + Magma Tools(contributed) Ultimate Tools(made)

yaman
Member
Posts: 56
Joined: Wed Sep 04, 2013 21:22

by yaman » Post

Minearriatest wrote:Random cheese just floating in mid air. Sounds like a funny mod.
Thanks? I guess it is pretty weird to have cheese float around you, but why not? low on hearts, grab some cheese :D
cdb_441578b89f39

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

by Krock » Post

yaman wrote:
Minearriatest wrote:Random cheese just floating in mid air. Sounds like a funny mod.
Thanks? I guess it is pretty weird to have cheese float around you, but why not? low on hearts, grab some cheese :D
Well this is something other than those rectangular sheeps in the air.
If you fly up enough, then you'll have a dark terrain on the bottom somewhen...
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

User avatar
Mihobre
Member
Posts: 101
Joined: Tue Oct 30, 2012 08:45
Location: In your mouth

by Mihobre » Post

Krock wrote:
First post wrote:I plan to make Cheese spawn in the air, and a moon portal, to a moon of cheese!
This reminds me to the episonde of Wallance & Gromit, where they fly to the moon to get cheese.
haha... love wallace and gromit soo much
I wanna fly!!!
I wanna have feathery wings of silver, blue, and white!!!
I wanna soar high and touch the sky!!!
I wanna fly!!!

Post Reply

Who is online

Users browsing this forum: apercy, Bing [Bot] and 16 guests