This is a mostly frozen copy of the Minetest forums through 2017. If you know phpBB3 and would like to host any G-rated forum here, you can email: me@minetest.org
If the email doesn't work, find out who's taken over Final Minetest from OldCoder and email them to get write access or an admin account.
I should have set this up years ago. But it's no tale of woe.
Whether the temperature is high or low, regardless of cold winds blow,
away we go like Edgar Allan Poe, on now with the show. BTW rhymes are welcome.
Can someone give me an example of how to use NodeMetaRef ? E.g. if I have a node which holds a value caled test... ? Didn't understand the article in the devWiki.
Seems like there will be some things which need further tweaking xD Well, even if is isn't possible, is there a way to adress the other 3 outputslots of the furnace? Everytime i insert a table of outputs like output = {'default:sand', 'own:ash'} is get an error that there're not enougth output slots...
Is there a way to let a recipe randomly generate a defined sideproduct while cooking? E.g. if sand is in the furnance it generates glas and with a 1/5 chance a copper lump. At the moment my code looks like this and doesn't run: minetest.register_craft({ type = 'cooking', local rand = math.random([1[...
Topic: How do I use a model created in Blender for a craftitem. Reason: I wan't to lern how to create mods, an because of this I started to make a simple mod ading some food. And I want to have a can of Juice in the hand and not a thick version of the inventory icon. until now i have this code: mine...