Skip to content

Commit

Permalink
Book and langauge fixes
Browse files Browse the repository at this point in the history
Make mighty smelting pages slightly brighter (#4852)
Fix articles on slime islands (#4891)
Update mighty smelting to 1.18 changes (#4867)
Fix config typo in word "slimeballs" (#4887)
Wrong description on armor upgrades (#4717)
  • Loading branch information
KnightMiner committed Jun 4, 2022
1 parent 16957f3 commit 224ab30
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static class Common {
.define("witherBoneConversion", true);

this.slimeRecipeFix = builder
.comment("Slimealls not being usable in vanilla recipes that require slimeballs. Config option exists to disable easily in case this fix is redundant to another mod")
.comment("Slimeballs not being usable in vanilla recipes that require slimeballs. Config option exists to disable easily in case this fix is redundant to another mod")
.worldRestart()
.define("slimeRecipeFix", true);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Armor Upgrades",
"text": [
{ "text": "Armor abilities are typically effective on a single type of armor or are designed to run on counter attack. If applicable on multiple pieces, the effects typically interact in some way." }
{ "text": "Armor upgrades are typically effective on a single type of armor or are designed to run on counter attack. If applicable on multiple pieces, the effects typically interact in some way." }
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"title": "Features",
"text": [
{ "text": "• Gives +6 nuggets per ore" },
{ "text": "\n• Gives byproducts from ores" },
{ "text": "• Gives byproducts from ores" },
{ "text": "\n• The foundry cannot alloy which is a superior breakthrough so you never have to worry about accidentally mixing materials again" },
{ "text": "\n• Can hold multiple metals" },
{ "text": "\n• Extendable capacity" },
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/assets/tconstruct/book/images/scontroller.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Features",
"text": [
{ "text": "• Gives 2 ingots per ore (unchanged config)" },
{ "text": "• Gives +3 nuggets or +1 gem per ore (by default)" },
{ "text": "\n• Mass melting capabilities" },
{ "text": "\n• Can hold multiple metals" },
{ "text": "\n• Extendable capacity" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Features",
"text": [
{ "text": "• Early smeltery" },
{ "text": "\n• Gives +3 nuggets per ore" },
{ "text": "\n• Gives +3 nuggets or +1 gem per ore (by default)" },
{ "text": "\n• Heater can be replaced with seared tank which can increase temperature\n" },
{ "text": "\n• Internal capacity of 9 ingots" },
{ "text": "\n• Melts 3 items at once" },
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/assets/tconstruct/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@
"modifier.tconstruct.heavy.description": "Hard to move while wielding, but it packs a heavy punch",
"modifier.tconstruct.stoneshield": "Stoneshield",
"modifier.tconstruct.stoneshield.flavor": "Masterful stonebending",
"modifier.tconstruct.stoneshield.description": "Mined stone protects the tool from future damage",
"modifier.tconstruct.stoneshield.description": "Mined stone has a chance to protect the tool from future damage",


"__comment": "Tier 3 Mod Compat Traits",
Expand Down Expand Up @@ -2634,9 +2634,9 @@
"advancements.tconstruct.world.earth_island.title": "Earthslime Island",
"advancements.tconstruct.world.earth_island.description": "Locate an earthslime island in the ocean",
"advancements.tconstruct.world.sky_island.title": "Skyslime Island",
"advancements.tconstruct.world.sky_island.description": "Locate an skyslime island in the sky",
"advancements.tconstruct.world.sky_island.description": "Locate a skyslime island in the sky",
"advancements.tconstruct.world.blood_island.title": "Blood Island",
"advancements.tconstruct.world.blood_island.description": "Locate an blood island in the nether lava ocean",
"advancements.tconstruct.world.blood_island.description": "Locate a blood island in the nether lava ocean",
"advancements.tconstruct.world.ender_island.title": "Enderslime Island",
"advancements.tconstruct.world.ender_island.description": "Locate an enderslime island in the end outer islands",
"advancements.tconstruct.world.slimesuit.title": "Slimesuit",
Expand Down

0 comments on commit 224ab30

Please sign in to comment.