删除ride tool
This commit is contained in:
parent
0660be688d
commit
9eca387a5b
2 changed files with 0 additions and 10 deletions
|
@ -173,7 +173,6 @@ public class ModItems {
|
|||
public static final RegistryObject<Item> CELL = ITEMS.register("cell", Cell::new);
|
||||
public static final RegistryObject<Item> TRANSCRIPT = ITEMS.register("transcript", Transcript::new);
|
||||
public static final RegistryObject<Item> FIRING_PARAMETERS = ITEMS.register("firing_parameters", FiringParameters::new);
|
||||
public static final RegistryObject<Item> RIDE_TOOL = ITEMS.register("ride_tool", RideTool::new);
|
||||
|
||||
public static final RegistryObject<Item> TUNGSTEN_ROD = ITEMS.register("tungsten_rod", () -> new Item(new Item.Properties()));
|
||||
public static final RegistryObject<Item> IRON_BARREL = ITEMS.register("iron_barrel", () -> new Item(new Item.Properties()));
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
package com.atsuishio.superbwarfare.item;
|
||||
|
||||
import net.minecraft.world.item.Item;
|
||||
|
||||
public class RideTool extends Item {
|
||||
public RideTool() {
|
||||
super(new Properties().stacksTo(1));
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue