Fluid overhaul (#2693)
* Update ModFluids.java update to add still textures. * Add files via upload add still models * Add files via upload all new textures including still all based off vanilla water templates * Add files via upload updated animation files for flowing and still textures
|
@ -84,11 +84,12 @@ public enum ModFluids {
|
|||
this.identifier = new Identifier(TechReborn.MOD_ID, this.toString().toLowerCase(Locale.ROOT));
|
||||
|
||||
FluidSettings fluidSettings = FluidSettings.create();
|
||||
|
||||
Identifier texture_still = new Identifier(TechReborn.MOD_ID, "block/fluids/" + this.toString().toLowerCase(Locale.ROOT) + "_still");
|
||||
Identifier texture_flowing = new Identifier(TechReborn.MOD_ID, "block/fluids/" + this.toString().toLowerCase(Locale.ROOT) + "_flowing");
|
||||
|
||||
Identifier texture = new Identifier(TechReborn.MOD_ID, "block/fluids/" + this.toString().toLowerCase(Locale.ROOT) + "_flowing");
|
||||
|
||||
fluidSettings.setStillTexture(texture);
|
||||
fluidSettings.setFlowingTexture(texture);
|
||||
fluidSettings.setStillTexture(texture_still);
|
||||
fluidSettings.setFlowingTexture(texture_flowing);
|
||||
|
||||
stillFluid = new RebornFluid(true, fluidSettings, () -> block, () -> bucket, () -> flowingFluid, () -> stillFluid) {
|
||||
};
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/beryllium_flowing"
|
||||
"particle": "techreborn:block/fluids/beryllium_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/biofuel_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/biofuel_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/calcium_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/calcium_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/calcium_carbonate_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/calcium_carbonate_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/carbon_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/carbon_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/carbon_fiber_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/carbon_fiber_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/chlorite_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/chlorite_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/compressed_air_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/compressed_air_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/deuterium_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/deuterium_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/diesel_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/diesel_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/electrolyzed_water_flowing"
|
||||
"particle": "techreborn:block/fluids/electrolyzed_water_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/glyceryl_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/glyceryl_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/helium_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/helium_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/helium3_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/helium3_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/heliumplasma_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/heliumplasma_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/hydrogen_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/hydrogen_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/lithium_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/lithium_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/mercury_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/mercury_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/methane_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/methane_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitro_carbon_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitro_carbon_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitro_diesel_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitro_diesel_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitrocoal_fuel_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitrocoal_fuel_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitrofuel_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitrofuel_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitrogen_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitrogen_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitrogen_dioxide_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/nitrogen_dioxide_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/oil_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/oil_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/potassium_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/potassium_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/silicon_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/silicon_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/sodium_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/sodium_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/sodium_persulfate_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/sodium_persulfate_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/sodium_sulfide_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/sodium_sulfide_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/sulfur_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/sulfur_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/sulfuric_acid_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/sulfuric_acid_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/tritium_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/tritium_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/wolframium_flowing"
|
||||
}
|
||||
}
|
||||
{
|
||||
"textures": {
|
||||
"particle": "techreborn:block/fluids/wolframium_still"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 8.1 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5.3 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 8.2 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":4
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 4.9 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 8.7 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5.1 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 8.9 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5.1 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 7.5 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 8.2 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 4.9 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 8.5 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5.3 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 104 B After Width: | Height: | Size: 7.9 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 4.3 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 8.7 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 4.6 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 8.9 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5.4 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 9.2 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 4.5 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 8.2 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5.1 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 7.3 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 8.4 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 8.5 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":1
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5.3 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 8.9 KiB |
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"animation":{
|
||||
"frametime":2
|
||||
}
|
||||
}
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 5.3 KiB |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 2
|
||||
}
|
||||
}
|