Skip to content

Commit

Permalink
feat: improve flesh spike tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jul 18, 2023
1 parent 47b2758 commit 4e4c042
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,10 @@ private void addBlockTranslations() {
addBlock(ModBlocks.FLESH_IRIS_DOOR, "Flesh Iris-Door", "Trapdoor-like iris door made of flesh...");
addBlock(ModBlocks.FLESH_DOOR, "Flesh Door", "A sliding door made of flesh...");
addBlock(ModBlocks.FULL_FLESH_DOOR, "Wide Flesh Door", "A wide sliding door made of flesh...");
addBlock(ModBlocks.FLESH_SPIKE, "Flesh Spike", "A dangerous spike made of reinforced bone and flesh, colliding with it will hurt. Several spikes can be placed in one spot.");
addBlock(ModBlocks.FLESH_SPIKE, "Flesh Spike", """
A deadly trap fashioned from the amalgamation of reinforced bone and sinew. Approach with caution, for any contact will inflict considerable harm.
Multiple spikes can be meticulously positioned within a single location, intensifying their lethal potential.""");
addBlock(ModBlocks.FLESH_LADDER, "Flesh Ladder", "Ladder mainly made of bones and a little bit of flesh...");
addBlock(ModBlocks.FLESH_PILLAR, "Flesh Pillar", "A Pillar made of bones and flesh.");
addBlock(ModBlocks.YELLOW_BIO_LANTERN, "Yellow Bio-Lantern", "A bioluminescent light source that is energy-efficient and environmentally friendly.");
Expand Down
2 changes: 1 addition & 1 deletion src/generated/resources/assets/biomancy/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"block.biomancy.full_flesh_door": "Wide Flesh Door",
"block.biomancy.full_flesh_door.tooltip": "A wide sliding door made of flesh...",
"block.biomancy.flesh_spike": "Flesh Spike",
"block.biomancy.flesh_spike.tooltip": "A dangerous spike made of reinforced bone and flesh, colliding with it will hurt. Several spikes can be placed in one spot.",
"block.biomancy.flesh_spike.tooltip": "A deadly trap fashioned from the amalgamation of reinforced bone and sinew. Approach with caution, for any contact will inflict considerable harm.\n\nMultiple spikes can be meticulously positioned within a single location, intensifying their lethal potential.",
"block.biomancy.flesh_ladder": "Flesh Ladder",
"block.biomancy.flesh_ladder.tooltip": "Ladder mainly made of bones and a little bit of flesh...",
"block.biomancy.flesh_pillar": "Flesh Pillar",
Expand Down

0 comments on commit 4e4c042

Please sign in to comment.