Search found 9 matches

Return to advanced search

Re: creating a plant

Isn't a node always in square form?
by pixelface
Sun Oct 19, 2014 20:20
 
Forum: Modding Discussion
Topic: creating a plant
Replies: 9
Views: 3342

Re: creating a plant

Thanks a lot! :D
I'll try that.
by pixelface
Sun Oct 19, 2014 19:07
 
Forum: Modding Discussion
Topic: creating a plant
Replies: 9
Views: 3342

Fantasy Mods

Hallo.
Welche Mods würdet ihr für ein Minetest Fantasy-Setting empfehlen?
Gibt es da irgendwas in der Richtung Magie oder Mittelalter Mod/Texture

Die Suche nach 'medival' im Forum hat nichts ergeben.
Zu 'Fantasy' findet man nachgebaute Orte, aber nicht das was ich suche.
by pixelface
Sun Oct 19, 2014 19:03
 
Forum: Deutsch
Topic: Fantasy Mods
Replies: 3
Views: 1989

Re: creating a plant

Thanks for your answer! :D
What's the best way to add it as a plant? I've never created a plant-object in minetest before.
I'd like to have something similar to the the grass that's growing on dirt in the regular game.
by pixelface
Sun Oct 19, 2014 18:38
 
Forum: Modding Discussion
Topic: creating a plant
Replies: 9
Views: 3342

Re: creating a plant

I'd like to spawn the pink coral grass ontop of the pink block. This does not seem to work. The change+intervall should be lower for the pink grass, so it can find a free pink block to spawn no top of it. The code for this is below the pink and blue spawnig block code. But, well, the grass dosen't s...
by pixelface
Sun Oct 19, 2014 18:10
 
Forum: Modding Discussion
Topic: creating a plant
Replies: 9
Views: 3342

creating a plant

Hello, this time I'm having trouble to grow a plant on a specific type of node. The coral grass should be spawned on top of the coral block. I'm getting this error message inside the client: https://www.dropbox.com/s/2ipa3nsyauglmx6/screenshot_6592989.png And there is no coral top showing up. That i...
by pixelface
Sun Oct 19, 2014 17:05
 
Forum: Modding Discussion
Topic: creating a plant
Replies: 9
Views: 3342

Re: Post your modding questions here

Hello, I'm looing for a way to check if there is water on top or next to a node. At the moment my corals seem grow on land as well as inside water. The pink coral grass is not showing up at all, it seems. Thanks for your help in advance. :) minetest.register_abm({ nodenames = {"default:dirt&quo...
by pixelface
Sun Oct 19, 2014 13:54
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 972132

Re: creating a tool

Thanks a lot. Now the tool can be created!
I'll try to take more care not to forget writing the mods' names.=)
by pixelface
Fri Oct 17, 2014 19:16
 
Forum: Modding Discussion
Topic: creating a tool
Replies: 3
Views: 1215

creating a tool

Hello, I need help/infos on how to create a tool with minetest mods. There are 2 problems: 1) There is no pick created with the recipe. I don't know why. The Code: minetest.register_craft({ output = 'korallen:pink_coral_stick', recipe = { {'korallen:pinkcoral', '', ''}, {'korallen:pinkcoral', '', ''...
by pixelface
Fri Oct 17, 2014 09:15
 
Forum: Modding Discussion
Topic: creating a tool
Replies: 3
Views: 1215

Return to advanced search

cron