mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1824f23841
@ -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 (4025)";
|
||||
public static final String VERSION = "1.0.27 BETA (4026)";
|
||||
//HBM's Beta Naming Convention:
|
||||
//V T (X)
|
||||
//V -> next release version
|
||||
|
||||
@ -74,8 +74,8 @@ public class TileEntityCraneConsole extends TileEntity implements INBTPacketRece
|
||||
progress = 0;
|
||||
goesDown = false;
|
||||
|
||||
if(this.canTargetInteract()) {
|
||||
if(this.hasItemLoaded()) {
|
||||
if(!worldObj.isRemote && this.canTargetInteract()) {
|
||||
if(this.loadedItem != null) {
|
||||
getColumnAtPos().load(this.loadedItem);
|
||||
this.loadedItem = null;
|
||||
} else {
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"modid": "hbm",
|
||||
"name": "Hbm's Nuclear Tech",
|
||||
"description": "A mod that adds weapons, nuclear themed stuff and machines",
|
||||
"version":"1.0.27_X4025",
|
||||
"version":"1.0.27_X4026",
|
||||
"mcversion": "1.7.10",
|
||||
"url": "",
|
||||
"updateUrl": "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user