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
        • te.tapper
      • Machines
        • te.compactor
        • te.crucible
          • add
          • remove
        • te.furnace
        • te.insolator
        • te.pulverizer
        • te.sawmill
        • te.smelter
  • Arguments
    • all
    • boolean
    • float
    • fluid
    • ingredient
    • integer
    • item
    • null
    • ore
    • string
  • Roadmap
  • Changelog

te.crucible

Tweaks involving the Magma Crucible from Thermal Expansion.

Note

The crucible command can be used to view recipes.



add

te.crucible.add : fluid output, item input, integer energy

Adds a recipe to the Magma Crucible.

Example

#convert diamond to lava
te.crucible.add : fluid(lava), item(minecraft:diamond), 4000;



remove

te.crucible.remove : all *
te.crucible.remove : item input

Remove all or selected items.

Example

#disable all recipes
te.crucible.remove : *;

#disable the recipe for diamond
te.crucible.remove : item(minecraft:diamond);


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