Skip to content

Commit c2713cb

Browse files
committed
Crafting Processor StackCount-Update
1 parent df2b1ef commit c2713cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/redcrafter07/ultrautilities/item/ModItems.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class ModItems {
1414
DeferredRegister.create(ForgeRegistries.ITEMS, UltraUtilities.MOD_ID);
1515

1616

17-
public static final RegistryObject<Item> CRAFTING_PROCESSOR = ITEMS.register("crafting_processor", () -> new Item(new Item.Properties().group(ModItemGroup.UU_GROUP).maxStackSize(1)));
17+
public static final RegistryObject<Item> CRAFTING_PROCESSOR = ITEMS.register("crafting_processor", () -> new Item(new Item.Properties().group(ModItemGroup.UU_GROUP)));
1818
public static final RegistryObject<Item> PROCESSOR_CORE = ITEMS.register("processor_core", () -> new Item(new Item.Properties().group(ModItemGroup.UU_GROUP).maxStackSize(1)));
1919

2020
public static final RegistryObject<Item> PROCESSOR_SWORD = ITEMS.register("processor_sword", () -> new ProcessorSwordItem(ModItemTier.PROCESSOR, 2, 3f, new Item.Properties().group(ModItemGroup.UU_TOOLS).maxStackSize(1)));

0 commit comments

Comments
 (0)