Create "antum_crafting" mod. Makes cotton from wool.
This commit is contained in:
parent
21d2477b51
commit
c391216980
3
mods/antum/antum_crafting/depends.txt
Normal file
3
mods/antum/antum_crafting/depends.txt
Normal file
@ -0,0 +1,3 @@
|
||||
farming
|
||||
wool
|
||||
craft_guide?
|
7
mods/antum/antum_crafting/init.lua
Normal file
7
mods/antum/antum_crafting/init.lua
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
-- Create cotton from white wool
|
||||
minetest.register_craft({
|
||||
output = "farming:cotton 4",
|
||||
type = "shapeless",
|
||||
recipe = {"wool:white"},
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user