Search found 4 matches

Return to advanced search

Re: Post your modding questions here

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.

NG
by Dr. Console
Wed May 13, 2015 10:24
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 974273

Re: Post your modding questions here

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...
by Dr. Console
Mon May 04, 2015 13:33
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 974273

Re: Post your modding questions here

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[...
by Dr. Console
Mon May 04, 2015 12:59
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 974273

Re: Post your modding questions here

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...
by Dr. Console
Sun May 03, 2015 15:04
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 974273

Return to advanced search

cron