0.17 official

This commit is contained in:
sainagh
2025-01-25 10:22:23 -08:00
parent 16844ae817
commit aad7f70f2f
249 changed files with 2903 additions and 332525 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ AvaritiaItemBuilder.registerItem("self_actualizing_stone", 1, "self_actualizing_
// .haloColour("808080") // Optional if displaying halo. Halo color in hexadecimal
// .haloTextures("halo_image") // Optional if displaying halo. Custom halo image, only the name without suffix is needed. The transparency needs to be adjusted using an image editor. If not set, the default Avaritia halo will be used. Place the image in the ./minecraft/resources/avaritiaitem/textures/items folder.
.shouldDrawCosmic(true) // Whether to render the cosmic background
.mask("meatball_man_destruction_fabrial_mask") // Required if the above is true. Image for the area to render the cosmic background. Place it in the same folder as the halo image. Must completely cover the original image, with black pixels (#000000) covering the areas not to be displayed and gray pixels (the leftmost column in the RGB color picker in an image editor) covering the areas to be displayed.
.mask("self_actualizing_stone_mask") // Required if the above is true. Image for the area to render the cosmic background. Place it in the same folder as the halo image. Must completely cover the original image, with black pixels (#000000) covering the areas not to be displayed and gray pixels (the leftmost column in the RGB color picker in an image editor) covering the areas to be displayed.
.maskOpacity(1.0f) // Cosmic background opacity. Recommended value is 1.0f
// .shouldDrawPulse(true) // Whether to display the pulse effect (i.e., the shaking effect of the Infinity Catalyst)
// .colorfulName(true) // Whether to add a dynamic rainbow effect to the item name