Skip to content
Snippets Groups Projects
Commit 5175897c authored by cupofinsane's avatar cupofinsane Committed by BlockMen
Browse files

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.
parent c521cb06
Branches
Tags
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment