te.fisher
Tweaks involving the Aquatic Entangler from Thermal Expansion.
Note
The fisher command can be used to view recipes.
add
te.fisher.add : item item, integer weight
Adds an item to the catch list with the specified weight.
Higher weights give a better chance to be caught. Default rates range between 4 and 120.
Example
#adds emerald to the fish list, with a weight of 100
te.fisher.add : item(minecraft:emerald), 100;
remove
te.fisher.remove : all *
Remove all items.
Example
#disable all fish
te.fisher.remove : *;
bait.add
te.fisher.bait.add : item item, integer multipier
Adds an item to the bait list with the specified multiplier.
Example
#adds diamond to the bait list, with a multiplier of 5
te.fisher.bait.add : item(minecraft:diamond), 5;
bait.remove
te.fisher.bait.remove : all *
Remove all items.
Example
#disable all bait
te.fisher.bait.remove : *;
