Skip to content

Commit

Permalink
Add new base overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen1212055 committed Dec 25, 2024
1 parent c8b186c commit ed54a3b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public class Items extends ConfigurationPart {
DataComponents.MAX_STACK_SIZE,
DataComponents.MAX_DAMAGE,
DataComponents.DAMAGE,
//DataComponents.UNBREAKABLE, - we cant really do anything about tihs
//DataComponents.UNBREAKABLE, - we cant really do anything about this
DataComponents.CUSTOM_NAME,
DataComponents.ITEM_NAME,
DataComponents.LORE,
Expand All @@ -388,7 +388,8 @@ public class Items extends ConfigurationPart {
DataComponents.WRITABLE_BOOK_CONTENT,
DataComponents.WRITTEN_BOOK_CONTENT,
DataComponents.MAP_ID,
DataComponents.LODESTONE_TRACKER
DataComponents.LODESTONE_TRACKER,
DataComponents.POTION_CONTENTS
);

public boolean enableItemObfuscation = false;
Expand Down

0 comments on commit ed54a3b

Please sign in to comment.