mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 05:55:28 +01:00 
			
		
		
		
	Rebalance of wool:* crafts
- All the wool nodes give farming:cotton 9 from now.
This commit is contained in:
		@@ -1,118 +1,118 @@
 | 
			
		||||
-- récupéré les "cotton" des "wool" faite (récupère 3 aulieu de 4 et perte du colorant)
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:black"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:white"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:grey"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:dark_grey"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:blue"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:brown"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:cyan"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:green"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:dark_green"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:dark_grey"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:dark_grey"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:magenta"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:orange"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:pink"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:red"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:violet"},
 | 
			
		||||
	},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:cotton 3",
 | 
			
		||||
	output = "farming:cotton 9",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"wool:yellow"},
 | 
			
		||||
	},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user