v1.0.3
  • GitHub

Navigation

  • Home
  • Getting Started
    • Scripting
    • Tutorial - First Script
    • Tutorial - For Loops
  • Commands
    • enchant
    • fluid
    • hand
    • inventory
    • ore
    • recipe
    • te (Thermal Expansion)
  • Actions
    • Vanilla
      • furnace
      • recipes
    • Just Enough Items
      • jei
    • Thermal Expansion
      • Devices
        • te.collector
        • te.coolant
        • te.diffuser
        • te.factorizer
        • te.fisher
          • add
          • remove
          • bait.add
          • bait.remove
        • te.tapper
      • Machines
        • te.compactor
        • te.crucible
        • te.furnace
        • te.insolator
        • te.pulverizer
        • te.sawmill
        • te.smelter
  • Arguments
    • all
    • boolean
    • float
    • fluid
    • ingredient
    • integer
    • item
    • null
    • ore
    • string
  • Roadmap
  • Changelog

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 : *;


Built with MkDocs. Theme created by MinecraftForge. Hosted by Read the Docs.