Sprite updates
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 125 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 175 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 273 B After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 111 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 541 B After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 317 B After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 711 B After Width: | Height: | Size: 712 B |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 254 KiB |
|
Before Width: | Height: | Size: 276 KiB After Width: | Height: | Size: 276 KiB |
|
Before Width: | Height: | Size: 242 KiB After Width: | Height: | Size: 242 KiB |
|
Before Width: | Height: | Size: 346 KiB After Width: | Height: | Size: 346 KiB |
|
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 272 KiB |
|
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 278 KiB |
@@ -40,7 +40,7 @@ public class Conduit extends LiquidBlock{
|
||||
|
||||
ConduitEntity entity = tile.entity();
|
||||
entity.blendbits = 0;
|
||||
entity.blendshadowrot = -1;
|
||||
entity.blendrot = 0;
|
||||
|
||||
if(blends(tile, 2) && blends(tile, 1) && blends(tile, 3)){
|
||||
entity.blendbits = 3;
|
||||
@@ -52,10 +52,8 @@ public class Conduit extends LiquidBlock{
|
||||
entity.blendbits = 4;
|
||||
}else if(blends(tile, 1)){
|
||||
entity.blendbits = 5;
|
||||
entity.blendshadowrot = 0;
|
||||
}else if(blends(tile, 3)){
|
||||
entity.blendbits = 1;
|
||||
entity.blendshadowrot = 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,6 +114,6 @@ public class Conduit extends LiquidBlock{
|
||||
public float smoothLiquid;
|
||||
|
||||
byte blendbits;
|
||||
int blendshadowrot;
|
||||
int blendrot;
|
||||
}
|
||||
}
|
||||
|
||||