Skip to content

Commit 3674130

Browse files
committed
Merge remote-tracking branch 'origin/master-1.20-lts' into master-1.21-lts
2 parents 2d00543 + d138519 commit 3674130

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
submodules: true
17-
- name: 'Validate Gradle wrapper'
18-
uses: gradle/actions/wrapper-validation@v3
1917
- name: 'Setup Java'
2018
uses: actions/setup-java@v4
2119
with:

resources/changelog/1.19.2-1.8.35.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
As always, don't forget to backup your world before updating!
2+
Requires CyclopsCore version 1.17.0 or higher.
3+
4+
Fixes:
5+
* Fix fluid lists not always matching correctly, Closes #333
6+
* Fix typos in manual

resources/changelog/1.20.1-1.8.36.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
As always, don't forget to backup your world before updating!
2+
Requires CyclopsCore version 1.18.4 or higher.
3+
4+
Fixes:
5+
* Fix fluid lists not always matching correctly, Closes #333
6+
* Fix typos in manual

src/main/resources/assets/integratedtunnels/lang/en_us.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
"info_book.integratedtunnels.item.text1": "Move items over the network. Import items into the network using &lItem Importers&r into &lItem Interfaces&r. Export items from the network using &lItem Exporters&r from &lItem Interfaces&r. Dynamically filter what items can go through an interface using a &lFiltering Item Interfaces&r.",
469469

470470
"info_book.integratedtunnels.fluid": "Fluids",
471-
"info_book.integratedtunnels.fluid.text1": "Move fluids over the network. Import fluids into the network using &lFluid Importers&r into &lFluidInterfaces&r. Export fluids from the network using &lFluid Exporters&r from &lFluid Interfaces&r. Dynamically filter what fluids can go through an interface using a &lFiltering Fluid Interfaces&r.",
471+
"info_book.integratedtunnels.fluid.text1": "Move fluids over the network. Import fluids into the network using &lFluid Importers&r into &lFluid Interfaces&r. Export fluids from the network using &lFluid Exporters&r from &lFluid Interfaces&r. Dynamically filter what fluids can go through an interface using a &lFiltering Fluid Interfaces&r.",
472472

473473
"info_book.integratedtunnels.energy": "Energy",
474474
"info_book.integratedtunnels.energy.text1": "Move energy over the network. Import energy into the network using &lEnergy Importers&r into &lEnergy Interfaces&r. Export energy from the network using &lEnergy Exporters&r from &lEnergy Interfaces&r. Dynamically filter if energy can go through an interface using a &lFiltering Energy Interfaces&r.",
@@ -482,7 +482,7 @@
482482
"info_book.integratedtunnels.world.fluid.text1": "With &lFluid World Importers&r and &lFluid World Exporters&r, you can place fluid source blocks, pick them up and interact with entities that are a tank, such as dropped tank items. Various aspect properties exists to change things like whether or not a block update should be caused.",
483483

484484
"info_book.integratedtunnels.world.energy": "Energy",
485-
"info_book.integratedtunnels.world.energy.text1": "The &lEnergy World Importers&r and &lFluid World Exporters&r help you interact with entities that have an energy buffer, such as dropped batteries.",
485+
"info_book.integratedtunnels.world.energy.text1": "The &lEnergy World Importers&r and &lEnergy World Exporters&r help you interact with entities that have an energy buffer, such as dropped batteries.",
486486

487487
"info_book.integratedtunnels.world.block": "Block",
488488
"info_book.integratedtunnels.world.block.text1": "The &lBlock World Importers&r and &lBlock World Exporters&r allow you to place blocks and break them. Various aspect properties such as silk touching are available.",

0 commit comments

Comments
 (0)