更新版本号

This commit is contained in:
17146 2025-01-18 17:45:19 +08:00
parent dd9325e84e
commit c5f87bb215
2 changed files with 2 additions and 1 deletions

View file

@ -13,5 +13,5 @@ mod_description=A Warfare Mod
minecraft_version=1.20.1
jei_version=15.2.0.27
cloth_config_version=11.1.106
mod_version=0.3.7
mod_version=0.4.0
mod_authors=Atsuishio, Roki27, Light_Quanta

View file

@ -295,6 +295,7 @@ public abstract class GunItem extends Item {
public boolean ejectShell(ItemStack stack) {
return false;
}
public boolean canUseMelee(ItemStack stack) {
return false;
}