Difference between revisions of "ContentTweaker:Fluid Support"

From MineTweaker 3
Jump to: navigation, search
(Created page with "== Handlers Supported == The following handlers are supported: * Fluids Parameters marked as <span style="color:red">red</span> are optional and can be left out //Fluids...")
 
m (1 revision imported)
 
(No difference)

Latest revision as of 14:35, 12 September 2023

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 |