Large lava bucket
Other players lava bucket is larger, and its emptying sound is louder.
Large lava bucket
This resource pack makes opponent's lava buckets larger than normal from your POV, making them easier to react to and that makes it perfect for UHC. It is compatible with other resource packs that ONLY changes the texture of the lava bucket not the size of the lava bucket. Additionally, the three different lava bucket emptying sounds are louder than normal. Although advertised as only affecting opponents, sadly the pack also makes your own lava bucket appear larger in third person but in first person its the normal size.
Spoiler
- To change the size, you need to change all the "1.5" in the code if you want it to be 2 times larger then normal then you replace all the 1.5 to 2.0.
``` { "parent": "minecraft:item/generated", "textures": { "layer0": "minecraft:item/lava_bucket" }, "display": { "thirdperson_righthand": { "rotation": [ 0, 90, -35 ], "translation": [ 0, 1.5, -1.0 ], "scale": [ 1.5, 1.5, 1.5 ] }, "thirdperson_lefthand": { "rotation": [ 0, 90, -35 ], "translation": [ 0, 1.5, -1.0 ], "scale": [ 1.5, 1.5, 1.5 ] } } }
```