the malicious gigglefish from the silly dimension
@ -122,9 +122,8 @@ public class TileEntityFurnaceCombination extends TileEntityMachinePolluting imp
|
||||
for(Entity e : entities) e.setFire(5);
|
||||
|
||||
if(worldObj.getTotalWorldTime() % 10 == 0) this.worldObj.playSoundEffect(this.xCoord, this.yCoord + 1, this.zCoord, "hbm:weapon.flamethrowerShoot", 0.25F, 0.5F);
|
||||
if(worldObj.getTotalWorldTime() % 20 == 0) this.pollute(PollutionType.SOOT, PollutionHandler.SOOT_PER_SECOND * 3);
|
||||
}
|
||||
|
||||
if(worldObj.getTotalWorldTime() % 20 == 0) this.pollute(PollutionType.SOOT, PollutionHandler.SOOT_PER_SECOND * 3);
|
||||
} else {
|
||||
this.progress = 0;
|
||||
}
|
||||
|
||||
@ -52,4 +52,9 @@ public class TileEntityMachineDetector extends TileEntityLoadedBase implements I
|
||||
return 5;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ConnectionPriority getPriority() {
|
||||
return ConnectionPriority.HIGH;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
BIN
src/main/resources/assets/hbm/textures/items/ingot_cft.png
Normal file
|
After Width: | Height: | Size: 356 B |
|
After Width: | Height: | Size: 346 B |
|
Before Width: | Height: | Size: 937 B |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.8 KiB |