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
        • te.furnace
        • te.insolator
        • te.pulverizer
        • te.sawmill
        • te.smelter
  • Arguments
    • all
    • boolean
    • float
    • fluid
      • Argument
      • Modifiers
    • ingredient
    • integer
    • item
    • null
    • ore
    • string
  • Roadmap
  • Changelog

fluid

A fluid can be used to specify any minecraft liquid.

Note

The fluid command can be used to get a list of registered fluid names.

Argument

A fluid is specified using the “fluid” keyword.

fluid(name)

Example

#creates a fluid of type water
fluid(water)


Modifiers

Count

Specifies the amount of the fluid in mb, by default this is 1000.

.count(amount)
.c(amount)


Meta

Specifies the metadata value assigned to the fluid.

.meta(value)
.m(value)


NBT

Specifies any NBT information assigned to the fluid.

.nbt(value)
.n(value)
Built with MkDocs. Theme created by MinecraftForge. Hosted by Read the Docs.