Skip to content

Commit

Permalink
Make Shrink optional, whoop
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Mar 24, 2024
1 parent c1d3117 commit 9ea7c48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private void upgrades() {
private void shrinkingDevices(PersonalShrinkingDevice psd) {
final var cmShrinkTag = tag(PSDTags.ITEM);
cmShrinkTag.add(psd);
cmShrinkTag.add(ResourceKey.create(net.minecraft.core.registries.Registries.ITEM, new ResourceLocation("shrink", "shrinking_device")));
cmShrinkTag.addOptional(new ResourceLocation("shrink", "shrinking_device"));
}

private void curiosTags(PersonalShrinkingDevice psd) {
Expand Down

0 comments on commit 9ea7c48

Please sign in to comment.