Skip to content

Instantly share code, notes, and snippets.

@FrannDzs
Last active June 12, 2023 21:15
Show Gist options
  • Save FrannDzs/3635bd1b2d6571c8fd442e5d779a5c5c to your computer and use it in GitHub Desktop.
Save FrannDzs/3635bd1b2d6571c8fd442e5d779a5c5c to your computer and use it in GitHub Desktop.
Hungry Europans strings fix in English
<!-- ADDED -->
<entityname.he-seawaterbeer>Sea Water</entityname.he-seawaterbeer>
<entitydescription.he-seawaterbeer>Sea water. You really shouldn't drink that.</entitydescription.he-seawaterbeer>
<entityname.saltbulb>Salt Bulb</entityname.saltbulb>
<entityname.he-emptyshaker>Empty Shaker</entityname.he-emptyshaker>
<entitydescription.he-emptyshaker>An empty shaker ready to be filled with salt!.</entitydescription.he-emptyshaker>
<entityname.he-blueprintbottle>Bottle Blueprint</entityname.he-blueprintbottle>
<entitydescription.he-blueprintbottle>A blueprint of a regular bottle. Can be used in a bottle printer.</entitydescription.he-blueprintbottle>
<entityname.he-blueprintbottlebeer>Beer Bottle Blueprint</entityname.he-blueprintbottlebeer>
<entitydescription.he-blueprintbottlebeer>A blueprint of a beer bottle. Can be used in a bottle printer.</entitydescription.he-blueprintbottlebeer>
<entityname.he-blueprintbottlerum>Rum Bottle Blueprint</entityname.he-blueprintbottlerum>
<entitydescription.he-blueprintbottlerum>A blueprint of a rum bottle. Can be used in a bottle printer.</entitydescription.he-blueprintbottlerum>
<entityname.he-blueprintbottlewhiskey>Whiskey Bottle Blueprint</entityname.he-blueprintbottlewhiskey>
<entitydescription.he-blueprintbottlewhiskey>A blueprint of a Whiskey bottle. Can be used in a bottle printer.</entitydescription.he-blueprintbottlewhiskey>
<entityname.he-blueprintbottlehalucinova>Halucinova Bottle Blueprint</entityname.he-blueprintbottlehalucinova>
<entitydescription.he-blueprintbottlehalucinova>A blueprint of a Halucinova bottle. Can be used in a bottle printer.</entitydescription.he-blueprintbottlehalucinova>
<entityname.he-blueprintjar>Jar Blueprint</entityname.he-blueprintjar>
<entitydescription.he-blueprintjar>A blueprint of a Jar. Can be used in a bottle printer.</entitydescription.he-blueprintjar>
<entityname.he-blueprintshaker>Shaker Blueprint</entityname.he-blueprintshaker>
<entitydescription.he-blueprintshaker>A blueprint of a Shaker. Can be used in a bottle printer.</entitydescription.he-blueprintshaker>
<entityname.he-butchersaw>Butcher's Saw</entityname.he-butchersaw>
<entityname.he-jarcrate>Jar Crate</entityname.he-jarcrate>
<!-- CORRECTED FROM -->
<entityname.he-kitchencounter>Kitchen Counter</entityname.he-kitchencounter>
<entitydescription.he-kitchencounter>Can store up to 30 different small items.</entitydescription.he-kitchencounter>
<!-- *VINESEEDS -->
<entityname.he-popnutvineseed>Pop Nut Vine Seed</entityname.he-popnutvineseed>
<entitydescription.he-popnutvineseed>Plant it in a planter to grow Pop Nuts.</entitydescription.he-popnutvineseed>
<entityname.he-bubbleberryvineseed>Bubble Berry Vine Seed</entityname.he-bubbleberryvineseed>
<entitydescription.he-bubbleberryvineseed>Plant it in a planter to grow bubble berries</entitydescription.he-bubbleberryvineseed>
<!-- TO -->
<entityname.he-kitchencounter2>Kitchen Counter</entityname.he-kitchencounter2>
<entitydescription.he-kitchencounter2>Can store up to 30 different small items.</entitydescription.he-kitchencounter2>
<!-- *VINESEEDS -->
<entityname.popnutvineseed>Pop Nut Vine Seed</entityname.popnutvineseed>
<entitydescription.popnutvineseed>Plant it in a planter to grow pop nuts.</entitydescription.popnutvineseed>
<entityname.bubbleberryvineseed>Bubble Berry Vine Seed</entityname.bubbleberryvineseed>
<entitydescription.bubbleberryvineseed>Plant it in a planter to grow bubble berries</entitydescription.bubbleberryvineseed>
<!-- *Instead of using the above fix for VINESEEDS, implement the correction of identifiers with the prefix "he-" directly to GrowablePlants.xml and PlantProducts.xml -->
<!-- LINK TO THE GrowablePlants.xml FIXED: https://gist.github.com/FrannDzs/e5c3848d6b8a33d2e6aa776e019c8686 -->
<!-- LINK TO THE PlantProducts.xml FIXED: https://gist.github.com/FrannDzs/7a76c4ee68e2f4c95733ea09916e4f2e -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment