mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
removed clientonly init
This commit is contained in:
parent
c7a659107f
commit
0180c82ad2
@ -31,9 +31,9 @@ public class ItemGunBase extends Item implements IHoldableWeapon {
|
||||
private GunConfiguration altConfig;
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
public boolean m1 = false;
|
||||
public boolean m1;// = false;
|
||||
@SideOnly(Side.CLIENT)
|
||||
public boolean m2 = false;
|
||||
public boolean m2;// = false;
|
||||
|
||||
public ItemGunBase(GunConfiguration config) {
|
||||
mainConfig = config;
|
||||
|
||||
@ -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 (3030)";
|
||||
public static final String VERSION = "1.0.27 BETA (3030B)";
|
||||
//HBM's Beta Naming Convention:
|
||||
//V T (X-Y-Z)
|
||||
//V -> next release version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user