Alias string to cotton

Cotton plants used to drop strings, now they drop farming:cotton. Some mods (namely, throwing) still use farming:string, therefore we need farming:string to be equal farming:cotton.
此提交包含在:
cupofinsane
2014-07-10 00:40:18 +06:00
提交者 BlockMen
父節點 c521cb06bf
當前提交 5175897cdc

查看文件

@@ -50,10 +50,7 @@ farming.register_plant("farming:cotton", {
fertility = {"grassland", "desert"}
})
minetest.register_craftitem("farming:string", {
description = "String",
inventory_image = "farming_cotton.png",
})
minetest.register_alias("farming:string", "farming:cotton")
minetest.register_craft({
output = "wool:white",