
Removing Ground Trap Recipes works inconsistently
tungstonminer opened this issue ยท 0 comments
I've adjusted the ground traps in my Brunel III modpack with the following code:
# Fruit Bait -- only allow catching a limited number of things
HCT.removeGroundTrapByInput(<harvestcraft:fruitbaititem>);
HCT.addGroundTrap(<harvestcraft:fruitbaititem>, [
<animania:raw_peacock>, <animania:blue_peacock_feather>, <animania:white_peacock_feather>,
<animania:charcoal_peacock_feather>, <animania:opal_peacock_feather>, <animania:peach_peacock_feather>,
<animania:purple_peacock_feather>, <animania:taupe_peacock_feather>
] as IItemStack[]);
# Grain Bait -- only allow catching a limited number of things
HCT.removeGroundTrapByInput(<harvestcraft:grainbaititem>);
HCT.addGroundTrap(<harvestcraft:grainbaititem>, [
<minecraft:chicken>, <minecraft:feather>, <harvestcraft:duckrawitem>, <betteranimalsplus:pheasantraw>
] as IItemStack[]);
# Veggie Bait -- only allow catching a limited number of things
HCT.removeGroundTrapByInput(<harvestcraft:veggiebaititem>);
HCT.addGroundTrap(<harvestcraft:veggiebaititem>, [
<minecraft:rabbit_hide>, <minecraft:rabbit>, <minecraft:rabbit_foot>
] as IItemStack[]);
For both the fruit bait and grain bait, everything seems to be working fine. However, for the veggie bait, it looks like nothing actually changed. For example:
Minecraft: 1.12.2
Forge: 14.23.5.2854
HarvestCraft: 1.12.2zg
HCT: 1.2c