Trowel item (#1106)

* - Changed the weird assembler piston recipe.

* - Updated Changelog

* - Added Trowel tool.
- Increased size of piglin disguise to prevent texture clipping.

* - Updated Changelog
This commit is contained in:
Redeix 2025-05-31 05:35:36 -05:00 committed by GitHub
parent 6f5ce5e6d7
commit e0cbe907f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 113 additions and 11 deletions

View file

@ -257,6 +257,7 @@
"item.tfg.uv_universal_circuit": "UV Universal Circuit",
"item.tfg.uhv_universal_circuit": "UHV Universal Circuit",
"item.tfg.piglin_disguise": "Piglin Disguise",
"item.tfg.trowel": "Trowel",
"material.tfg.latex": "Latex",
"material.tfg.vulcanized_latex": "Vulcanized Latex",
"material.tfg.fluix": "Fluix",
@ -2294,5 +2295,8 @@
"quests.tfg_tips.piglin_bartering.subtitle": "We are not alone apparently",
"quests.tfg_tips.piglin_bartering.desc": "The curious inhabitants of &4The Beneath&r have items to offer... Trade gold with them to get some useful resource, such as small amounts of &aMetals&r or &aLeather.&r\nCheck out the &2Field Guide&r for details about barter trades.",
"quests.tfg_tips.piglin_disguise.subtitle": "They'll never know...",
"quests.tfg_tips.piglin_disguise.desc": "Do you feel like you don't belong?\n Do the &4Piglin&r attack you at your school because of your appearance?\n Try wearing a &aPiglin Disguise&r to ward off unwanted attention and blend right in."
"quests.tfg_tips.piglin_disguise.desc": "Do you feel like you don't belong?\n Do the &4Piglin&r attack you at your school because of your appearance?\n Try wearing a &aPiglin Disguise&r to ward off unwanted attention and blend right in.",
"quests.tfg_tips.trowel.title": "Trowel",
"quests.tfg_tips.trowel.subtitle": "Inspired by Quark!",
"quests.tfg_tips.trowel.desc": "A &4Trowel&r is a tool for builders that can &brandomly place blocks&r located in the hotbar. Trowels can also use bricks and other useable items to randomize tiles for &5RNR Roads&r."
}