Page 1 of 1

I need some help making a mod I am a new modder

Posted: Wed May 08, 2019 11:46
by MicahTheTanker
I am wanting to make a mod that adds dishwashers and plates and so on if you are willing to help leave a reply and I will tell you my fullintent.

Re: I need some help making a mod I am a new modder

Posted: Wed May 08, 2019 13:23
by AiTechEye

Re: I need some help making a mod I am a new modder

Posted: Wed May 08, 2019 13:36
by Andrey01
What a help do you need exactly? If you ask how to add nodes, use this method

Code: Select all

minetest.register_node(<modname:nodename>, <properties_table>)
That method will register dishwashers and plates in your world. For properties_table see here: https://github.com/minetest/minetest/bl ... .txt#L5990

Re: I need some help making a mod I am a new modder

Posted: Sun Jun 02, 2019 15:49
by Miniontoby
I know that there is a mod with dishwashers.
homedecor_kitchen.zip
dishwashers
(57.13 KiB) Downloaded 159 times
P.S. It came from "dreambuilder_modpack"