mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
spoingus
This commit is contained in:
parent
5746a90cb7
commit
d4c0cb017a
@ -7,4 +7,5 @@
|
||||
|
||||
## Fixed
|
||||
* Fixed raw bedrock ore tooltip not showing the density's color correctly
|
||||
* Fixed T45 helmet not protecting against carbon monoxide
|
||||
* Fixed T45 helmet not protecting against carbon monoxide
|
||||
* Fixed general issues regarding the rotary furnace
|
||||
@ -93,7 +93,8 @@ public class TileEntityMachineRotaryFurnace extends TileEntityMachinePolluting i
|
||||
int prev = this.output.amount;
|
||||
Vec3 impact = Vec3.createVectorHelper(0, 0, 0);
|
||||
MaterialStack leftover = CrucibleUtil.pourSingleStack(worldObj, xCoord + 0.5D + rot.offsetX * 2.875D, yCoord + 1.25D, zCoord + 0.5D + rot.offsetZ * 2.875D, 6, true, this.output, MaterialShapes.INGOT.q(1), impact);
|
||||
|
||||
this.output = leftover;
|
||||
|
||||
if(prev != this.output.amount) {
|
||||
this.output = leftover;
|
||||
NBTTagCompound data = new NBTTagCompound();
|
||||
|
||||
@ -14,7 +14,7 @@ public class CrashHelper {
|
||||
|
||||
@Override
|
||||
public String getLabel() {
|
||||
return "NTM Modified recipes:";
|
||||
return "NTM Modified recipes";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Loading…
x
Reference in New Issue
Block a user