更新版本号
This commit is contained in:
parent
dd9325e84e
commit
c5f87bb215
2 changed files with 2 additions and 1 deletions
|
@ -13,5 +13,5 @@ mod_description=A Warfare Mod
|
||||||
minecraft_version=1.20.1
|
minecraft_version=1.20.1
|
||||||
jei_version=15.2.0.27
|
jei_version=15.2.0.27
|
||||||
cloth_config_version=11.1.106
|
cloth_config_version=11.1.106
|
||||||
mod_version=0.3.7
|
mod_version=0.4.0
|
||||||
mod_authors=Atsuishio, Roki27, Light_Quanta
|
mod_authors=Atsuishio, Roki27, Light_Quanta
|
|
@ -295,6 +295,7 @@ public abstract class GunItem extends Item {
|
||||||
public boolean ejectShell(ItemStack stack) {
|
public boolean ejectShell(ItemStack stack) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean canUseMelee(ItemStack stack) {
|
public boolean canUseMelee(ItemStack stack) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue