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
          • add
          • remove
        • te.factorizer
        • te.fisher
        • 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.diffuser

Tweaks involving the Decoctive Diffuser from Thermal Expansion.

Note

The diffuser command can be used to view recipes.



add

te.diffuser.add : item item, integer amplitude, integer duration

Adds a reagent to the Decoctive Diffuser with provided amplitude and duration bonuses.

The amplitude and duration multiply the values for each count, so 1 will double it, 2 will triple it and so on.

Example

#adds diamond to the reagents, doubling both amplitude and duration
te.diffuser.add : item(minecraft:diamond), 1, 1;



remove

te.diffuser.remove : all *
te.diffuser.remove : item item

Remove all or selected items.

Example

#disable all reagents
te.diffuser.remove : *;

#disable the reagent for diamond
te.diffuser.remove : item(minecraft:diamond);


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