1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-31 21:52:59 +00:00

Allow using printed books in chiseled bookshelves

This commit is contained in:
Jonathan Coates
2023-06-14 20:42:58 +01:00
parent 5d6389dc50
commit fd1f6dda32
4 changed files with 12 additions and 8 deletions

View File

@@ -88,6 +88,8 @@ class TagProvider {
ModRegistry.Items.MONITOR_ADVANCED.get()
);
tags.tag(ItemTags.BOOKSHELF_BOOKS).add(ModRegistry.Items.PRINTED_BOOK.get());
tags.tag(ComputerCraftTags.Items.TURTLE_CAN_PLACE)
.add(Items.GLASS_BOTTLE)
.addTag(ItemTags.BOATS);