Skip to content

Commit

Permalink
ARGB
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj committed Jun 4, 2021
1 parent 3fb1c19 commit c7d690b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ public class FluidBuilder implements IIsBuilder {
/**
* Creates a new FluidBuilder with default colorized textures
* @param isMolten if the fluid is molten
* @param color the color of the fluid
* @param color the color of the fluid, ARGB
*
* @docParam isMolten true
* @docParam color 0x66ccff
* @docParam color 0xff66ccff
*/
@ZenCodeType.Constructor
public FluidBuilder(boolean isMolten, int color) {
Expand All @@ -49,12 +49,12 @@ public FluidBuilder(boolean isMolten, int color) {
/**
* Creates a new FluidBuilder with two textures
* @param isMolten if the fluid is molten
* @param color the bucket fluid color
* @param color the bucket fluid color, ARGB
* @param stillTexture the texture resource location of still fluid block
* @param flowTexture the texture resource location of flowing fluid block
*
* @docParam isMolten true
* @docParam color 0x66ccff
* @docParam color 0xff66ccff
* @docParam stillTexture <resource:contenttweaker:fluid/liquid>
* @docParam flowTexture <resource:contenttweaker:fluid/liquid_flowing>
*/
Expand Down

0 comments on commit c7d690b

Please sign in to comment.