Skip to content

Commit

Permalink
rename Redstone: Volume 1 to Redstone Book
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabeHunger54 committed Dec 27, 2024
1 parent 9cab28a commit 251b3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected void addTranslations() {
addDefaultBlock(BCBlocks.SWORD_PEDESTAL);
add(BCItems.LOCK_AND_KEY.get(), "Lock and Key");
addDefaultItem(BCItems.PLUMB_LINE);
add(BCItems.REDSTONE_BOOK.get(), "Redstone: Volume 1");
addDefaultItem(BCItems.REDSTONE_BOOK);
addDefaultItem(BCItems.SLOTTED_BOOK);
addDefaultItem(BCItems.STOCKROOM_CATALOG);
addDefaultItem(BCItems.TAPE_MEASURE);
Expand Down
2 changes: 1 addition & 1 deletion src/main/generated/assets/bibliocraft/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@
"item.bibliocraft.red_warped_raised_seat_back": "Red Warped Raised Seat Back",
"item.bibliocraft.red_warped_small_seat_back": "Red Warped Small Seat Back",
"item.bibliocraft.red_warped_tall_seat_back": "Red Warped Tall Seat Back",
"item.bibliocraft.redstone_book": "Redstone: Volume 1",
"item.bibliocraft.redstone_book": "Redstone Book",
"item.bibliocraft.redstone_book.text": "When putting this book into a bookcase, the bookcase will emit a redstone signal. The strength of the signal depends on the slot it is placed in. Slot 1 (top left) yields no signal. Slot 2 yields a signal strength of 1. Each slot after that increases the signal strength by one, all the way to slot 16 (bottom right), which yields a signal strength of 15.",
"item.bibliocraft.redstone_book.title": "Redstone: Volume 1",
"item.bibliocraft.slotted_book": "Slotted Book",
Expand Down

0 comments on commit 251b3f5

Please sign in to comment.