mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-29 12:50:24 +02: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:
@ -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"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user