Skip to content

Commit 5175897

Browse files
cupofinsaneBlockMen
authored andcommittedJul 13, 2014
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.
1 parent c521cb0 commit 5175897

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎mods/farming/init.lua

+1-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ farming.register_plant("farming:cotton", {
5050
fertility = {"grassland", "desert"}
5151
})
5252

53-
minetest.register_craftitem("farming:string", {
54-
description = "String",
55-
inventory_image = "farming_cotton.png",
56-
})
53+
minetest.register_alias("farming:string", "farming:cotton")
5754

5855
minetest.register_craft({
5956
output = "wool:white",

0 commit comments

Comments
 (0)
Please sign in to comment.