Move the fluid textures so that Minecraft picks them up
|
@ -56,8 +56,8 @@ public class FluidAA implements Supplier<Fluid> {
|
|||
|
||||
public FluidAA(String fluidName, String textureName) {
|
||||
this.name = fluidName;
|
||||
this.stillTexture = new ResourceLocation(ActuallyAdditions.MODID,textureName + "_still");
|
||||
this.flowingTexture = new ResourceLocation(ActuallyAdditions.MODID,textureName + "_flowing");
|
||||
this.stillTexture = new ResourceLocation(ActuallyAdditions.MODID, "block/" + textureName + "_still");
|
||||
this.flowingTexture = new ResourceLocation(ActuallyAdditions.MODID, "block/" + textureName + "_flowing");
|
||||
this.fluidType = InitFluids.FLUID_TYPES.register(name, () -> new FluidType(createTypeProperties()) {
|
||||
@Override
|
||||
public void initializeClient(Consumer<IClientFluidTypeExtensions> consumer) {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "actuallyadditions:fluid/canola_oil_still"
|
||||
"particle": "actuallyadditions:block/fluid/canola_oil_still"
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "actuallyadditions:fluid/crystallized_oil_still"
|
||||
"particle": "actuallyadditions:block/fluid/crystallized_oil_still"
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "actuallyadditions:fluid/empowered_oil_still"
|
||||
"particle": "actuallyadditions:block/fluid/empowered_oil_still"
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "actuallyadditions:fluid/refined_canola_oil_still"
|
||||
"particle": "actuallyadditions:block/fluid/refined_canola_oil_still"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |