forked from VoxeLibre/VoxeLibre
Add Bamboo to the Fishing Junk table.
Update the mod.conf to be aware of mcl_bamboo.
This commit is contained in:
parent
26c1be3722
commit
0f9d263e02
|
@ -91,6 +91,7 @@ local fish = function(itemstack, player, pointed_thing)
|
|||
{ itemstring = "mcl_mobitems:bone", weight = 10 },
|
||||
{ itemstring = "mcl_dye:black", weight = 1, amount_min = 10, amount_max = 10 },
|
||||
{ itemstring = "mcl_mobitems:string", weight = 10 }, -- TODO: Tripwire Hook
|
||||
{ itemstring = "mcl_bamboo:bamboo", weight = 10 },
|
||||
},
|
||||
stacks_min = 1,
|
||||
stacks_max = 1,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
name = mcl_fishing
|
||||
description = Adds fish and fishing poles to go fishing.
|
||||
depends = mcl_core, mcl_sounds, mcl_loot, mcl_mobs, mcl_enchanting, mcl_throwing, mcl_colors, mcl_buckets
|
||||
depends = mcl_core, mcl_sounds, mcl_loot, mcl_mobs, mcl_enchanting, mcl_throwing, mcl_colors, mcl_buckets. mcl_bamboo
|
||||
|
|
Loading…
Reference in New Issue