my balls are heavy
@ -9,7 +9,7 @@
|
||||
* Reduced steam demand of the rotary furnace's hotter fuels by a bit
|
||||
* The acidizer now has a sound loop (chemplant sound at 75% pitch)
|
||||
* Updated some bomb part recipes, mainly to make use of the new neutron reflectors and some more modern materials (why did ivy mike coolers still use iron?)
|
||||
* Updated the fat man igniter icon
|
||||
* Updated the fat man igniter and gadget wiring icons
|
||||
* The cape items, which haven't actually been used by anyone ever, are now deprecated. Existing capes will still work, but the items are now unobtainable
|
||||
* Some long deprecated melee weapons have now been properly removed
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
mod_version=1.0.27
|
||||
# Empty build number makes a release type
|
||||
mod_build_number=5685
|
||||
mod_build_number=5687
|
||||
|
||||
credits=HbMinecraft,\
|
||||
\ rodolphito (explosion algorithms),\
|
||||
|
||||
@ -3,7 +3,7 @@ package com.hbm.lib;
|
||||
public class RefStrings {
|
||||
public static final String MODID = "hbm";
|
||||
public static final String NAME = "Hbm's Nuclear Tech Mod";
|
||||
public static final String VERSION = "1.0.27 BETA (5685)";
|
||||
public static final String VERSION = "1.0.27 BETA (5687)";
|
||||
//HBM's Beta Naming Convention:
|
||||
//V T (X)
|
||||
//V -> next release version
|
||||
|
||||
@ -9,6 +9,7 @@ import com.hbm.tileentity.TileEntityLoadedBase;
|
||||
import io.netty.buffer.ByteBuf;
|
||||
import net.minecraft.entity.Entity;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
import net.minecraft.util.AxisAlignedBB;
|
||||
import net.minecraft.util.MathHelper;
|
||||
|
||||
@ -116,6 +117,24 @@ public class TileEntityCargoElevator extends TileEntityLoadedBase {
|
||||
this.sync = 3;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void readFromNBT(NBTTagCompound nbt) {
|
||||
super.readFromNBT(nbt);
|
||||
|
||||
this.extension = nbt.getDouble("extension");
|
||||
this.isExtending = nbt.getBoolean("isExtending");
|
||||
this.height = nbt.getInteger("height");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void writeToNBT(NBTTagCompound nbt) {
|
||||
super.writeToNBT(nbt);
|
||||
|
||||
nbt.setDouble("extension", extension);
|
||||
nbt.setBoolean("isExtending", isExtending);
|
||||
nbt.setInteger("height", height);
|
||||
}
|
||||
|
||||
AxisAlignedBB bb = null;
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 7.6 KiB |
|
After Width: | Height: | Size: 357 B |
BIN
src/main/resources/assets/hbm/textures/items/coil_copper2.png
Normal file
|
After Width: | Height: | Size: 381 B |
BIN
src/main/resources/assets/hbm/textures/items/coil_gold2.png
Normal file
|
After Width: | Height: | Size: 292 B |
|
After Width: | Height: | Size: 337 B |
|
Before Width: | Height: | Size: 5.8 KiB |
BIN
src/main/resources/assets/hbm/textures/items/coil_tungsten2.png
Normal file
|
After Width: | Height: | Size: 139 B |
|
Before Width: | Height: | Size: 379 B |
|
Before Width: | Height: | Size: 372 B |
|
Before Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 393 B |
|
Before Width: | Height: | Size: 396 B |
|
Before Width: | Height: | Size: 384 B |
|
Before Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 327 B |
|
Before Width: | Height: | Size: 356 B |
|
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 332 B |
|
Before Width: | Height: | Size: 275 B |
|
Before Width: | Height: | Size: 370 B |