Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,18 @@
"block.darkutils.shielded_redstone": "Shielded Redstone Block",
"block.darkutils.dark_glass": "Dark Glass",
"block.darkutils.anchor_plate": "Anchor Plate",

"item.darkutils.charm_portal": "Portal Charm",
"item.darkutils.charm_sleep": "Sleep Charm",
"item.darkutils.charm_experience": "Experience Charm",
"item.darkutils.charm_gluttony": "Gluttony Charm",
"item.darkutils.book_galactic": "Galactic Tome",
"item.darkutils.book_runelic": "Runelic Tome",
"item.darkutils.book_restore": "Restoration Tome",

"gui.message.anchor_plate_warning": "Press %s to dismount the %s.",
"gui.message.vector_plate_warning": "Hold %s to stop being pushed by the %s.",

"tooltip.darkutils.blank_plate.short": "Has no effect. Used for crafting and decoration.",
"tooltip.darkutils.vector_plate.short": "Pushes mobs and entities in the direction it's pointing.",
"tooltip.darkutils.vector_plate_fast.short": "Pushes mobs and entities in the direction it's pointing.",
Expand Down Expand Up @@ -102,13 +105,15 @@
"tooltip.darkutils.shielded_redstone.short": "Emits a redstone signal from only one face.",
"tooltip.darkutils.dark_glass.short": "You can see through it, but it doesn't let light through.",
"tooltip.darkutils.anchor_plate.short": "Traps a mob and forces them to look in the specified direction.",

"tooltip.darkutils.charm_portal.short": "Allows the wearer to instantly pass through portals.",
"tooltip.darkutils.charm_sleep.short": "Allows players to sleep without delay. Slowly reduces the insomnia counter.",
"tooltip.darkutils.charm_experience.short": "Allows the user to instantly pick up EXP without delay.",
"tooltip.darkutils.charm_gluttony.short": "Allows the user to instantly eat food.",
"tooltip.darkutils.book_galactic.short": "Renames a tool to use the Standard Galactic Alphabet when used at a Smithing Table.",
"tooltip.darkutils.book_runelic.short": "Renames a tool to use Runelic when used at a Smithing Table.",
"tooltip.darkutils.book_restore.short": "Resets the repair cost penalty when combined with a tool at a Smithing Table.",

"tooltip.darkutils.blank_plate.long": "This is a blank plate which has no effects. When other plate/trap blocks are disabled they will look identical to this block.",
"tooltip.darkutils.vector_plate.long": "Pushes mobs and entities in the direction the arrow is pointing. Mobs can spawn on and in these blocks. Sneaking mobs will not be pushed. Sneaking plus right clicking the block will rotate it. Can be disabled with redstone. Can be waterlogged.",
"tooltip.darkutils.vector_plate_fast.long": "Pushes mobs and entities in the direction the arrow is pointing. Mobs can spawn on and in these blocks. Sneaking mobs will not be pushed. Sneaking plus right clicking the block will rotate it. Can be disabled with redstone. Can be waterlogged.",
Expand Down Expand Up @@ -157,13 +162,15 @@
"tooltip.darkutils.shielded_redstone.long": "Emits a redstone signal from only one face.",
"tooltip.darkutils.dark_glass.long": "You can see through it, but it doesn't let light through. Allows for observation of light sensitive components without disrupting them.",
"tooltip.darkutils.anchor_plate.long": "Traps a mob and forces them to look in the specified direction. Sneaking mobs won't be affected. They won't be able to move. Can be disabled with redstone.",

"tooltip.darkutils.charm_portal.long": "Allows the wearer to instantly pass through portals. Can be anywhere in the inventory, or the off hand slot.",
"tooltip.darkutils.charm_sleep.long": "Allows players to sleep without delay. Slowly reduces the insomnia counter. Can be anywhere in the inventory, or the off hand slot.",
"tooltip.darkutils.charm_experience.long": "Allows the user to instantly pick up EXP without delay. Also has the chance to give more EXP when killing mobs or mining blocks.",
"tooltip.darkutils.charm_gluttony.long": "Allows the user to instantly eat food. Can be anywhere in the inventory or the offhand slot.",
"tooltip.darkutils.book_galactic.long": "When combined with any tool in the Smithing Table, the tool will be renamed to use the Standard Galactic Alphabe.",
"tooltip.darkutils.book_runelic.long": "When combined with any tool in the Smithing Table, the tool will be renamed to use the Runelic alphabet.",
"tooltip.darkutils.book_restore.long": "When combined with any tool in the Smithing Table, the repair cost penalty of that tool will be reset.",

"item.darkutils.vector_plate_banner_pattern": "Banner Pattern",
"item.darkutils.vector_plate_banner_pattern.desc": "Vector",
"tooltip.darkutils.vector_plate_banner_pattern.short": "Applies the vector plate arrow to banners.",
Expand All @@ -184,4 +191,4 @@
"block.minecraft.banner.darkutils_vector_plate.magenta": "Magenta Vector Pattern",
"block.minecraft.banner.darkutils_vector_plate.orange": "Orange Vector Pattern",
"block.minecraft.banner.darkutils_vector_plate.white": "White Vector Pattern"
}
}
Loading