Skip to content

Commit

Permalink
use tryAssignSlotOfType instead of assign minimum amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilzinsel64 committed Jan 25, 2025
1 parent ad3b205 commit b974638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/pilz/ringsofdistance/CommonProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void preInit(FMLPreInitializationEvent event) {
ModItems.registerItems();

// Register Bauble slot
BaubleExpandedSlots.tryAssignSlotsUpToMinimum(BaubleExpandedSlots.ringType, 3);
BaubleExpandedSlots.tryAssignSlotOfType(BaubleExpandedSlots.ringType);
}

// load "Do your mod setup. Build whatever data structures you care about. Register recipes." (Remove if not needed)
Expand Down

0 comments on commit b974638

Please sign in to comment.