修复generateAmmoTypeMap命名错误
This commit is contained in:
parent
76cd1543cb
commit
3fce2339c3
1 changed files with 2 additions and 2 deletions
|
@ -70,9 +70,9 @@ public class AmmoBox extends Item {
|
|||
return InteractionResultHolder.consume(stack);
|
||||
}
|
||||
|
||||
private static final List<String> ammoTypeList = generateAmmoTypeMap();
|
||||
private static final List<String> ammoTypeList = generateAmmoTypeList();
|
||||
|
||||
private static List<String> generateAmmoTypeMap() {
|
||||
private static List<String> generateAmmoTypeList() {
|
||||
var list = new ArrayList<String>();
|
||||
list.add("All");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue