Skip to content

Commit

Permalink
Update positions
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Aug 24, 2024
1 parent 3aa27fe commit 71420e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/assets/thaumicwonders/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ thaumicwonders.research.base.text.stage.1=While the application of thaumaturgy a

thaumicwonders.research.dimensional_hedge.title=Dimensional Hedge Alchemy
thaumicwonders.research.dimensional_hedge.text.stage.1=It bothers me a little that the principles of hedge alchemy are applicable to so few materials in this world.<BR>My travels have hinted at more worlds to explore. I'll have to study what I can find to utilize in hedge alchemy through my interdimensional travels.
thaumicwonders.research.dimensional_hedge.text.stage.2=As I hoped, the Nether and the End do indeed contain materials that my arts can replicate. Strangely, not all of them follow quite the same rules that I've come to expect in normal hedge alchemy. I'll need to be mindful of the recipes as I work with them.
thaumicwonders.research.dimensional_hedge.text.stage.2=As I hoped, the Nether and the End do indeed contain materials that my arts can replicate.<BR>Strangely, not all of them follow quite the same rules that I've come to expect in normal hedge alchemy. I'll need to be mindful of the recipes as I work with them.

thaumicwonders.research.everburning_urn.title=Everburning Urn
thaumicwonders.research.everburning_urn.text.stage.1=The Everfull Urn is an incredibly useful device, but I'm convinced that I can do better. Something similar, but for other types of fluids. Fluids like, say... lava?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"parents": ["TWOND_BASE", "~HEDGEALCHEMY"],
"siblings": [],
"meta": [],
"location": [0, 3],
"location": [0, 2],
"reward_item": [],
"reward_knowledge": [],
"stages": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"name": "thaumicwonders.research.catalyzation_chamber.title",
"icons": ["thaumicwonders:catalyzation_chamber"],
"category": "THAUMIC_WONDERS",
"parents": ["TWOND_EVERBURNING_URN", "TWOND_DIMENSIONAL_HEDGE", "~METALPURIFICATION", "~INFERNALFURNACE"],
"parents": ["TWOND_EVERBURNING_URN", "~METALPURIFICATION", "~INFERNALFURNACE"],
"siblings": [],
"meta": ["SPIKY"],
"location": [-2, 6],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"parents": ["TWOND_DIMENSIONAL_HEDGE", "~EVERFULLURN", "~INFUSION"],
"siblings": [],
"meta": [],
"location": [-2, 2],
"location": [-2, 4],
"reward_item": [],
"reward_knowledge": [],
"stages": [
Expand Down

0 comments on commit 71420e8

Please sign in to comment.