Skip to content

Commit

Permalink
Alias string to cotton
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cupofinsane authored and BlockMen committed Jul 13, 2014
1 parent c521cb0 commit 5175897
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mods/farming/init.lua
Expand Up @@ -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",
Expand Down

0 comments on commit 5175897

Please sign in to comment.