ContentTweaker:Fluid Support

From MineTweaker 3
Jump to: navigation, search

Handlers Supported

The following handlers are supported:

  • Fluids
Parameters marked as red are optional and can be left out

//Fluids
//String unlocalizedName, int density, boolean gaseous, int luminosity, int temperature, int viscosity, int color,boolean setFire,  int castingMaterialID,  String stillTexture,  String flowingTexture
mods.content.Fluid.registerFluid("content", 5,false,1,300,20,3914239, true,  50, "content_still", "content_flowing"

For fluids, you can add a texture, if you don't add the texture, it is the default texture, You put the texture in "/config/contenttweaker/icons/blocks/"


Commands Supported

Prints are stored in the minetweaker log in the minecraft directory.

/mt [] - Outputs a list of /



ContentTweaker Supported Mods & Vanilla

Blocks and Items Support |