mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Modifications on wool:white's recipe
- You need, from now on, 9 farming:strings to craft a wool:white. Before, you needed 4 strings, and the wool:white gave you 9 strings, which is a problem. The solution is : 9 to craft the wool, which gives 9.
This commit is contained in:
parent
06ff688a3e
commit
ecd48cfb1f
@ -39,8 +39,9 @@ minetest.register_alias("farming:string", "farming:cotton")
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "wool:white",
|
output = "wool:white",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"farming:string", "farming:string"},
|
{"farming:string", "farming:string", "farming:string"},
|
||||||
{"farming:string", "farming:string"},
|
{"farming:string", "farming:string", "farming:string"},
|
||||||
|
{"farming:string", "farming:string", "farming:string"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user