Skip to content

Fluid Modifier

cubex2 edited this page May 28, 2017 · 1 revision

Type name: fluidModifier

{  
	"block": "minecraft:flowing_lava",
	"canCreateSource": true
}
  • block: The id of (flowing) fluid block that is being modified.
  • canCreateSource: If true, two source blocks can now create another one. If false, two source blocks can no longer create another one.

Clone this wiki locally