From 89eeaa22a6dc811bfdbf8858d14c0f2f5c2bf825 Mon Sep 17 00:00:00 2001 From: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Date: Sun, 14 Apr 2019 04:06:14 +0200 Subject: Added THTR +Redid Config to work propperly +added some materials/items for the THTR +version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: e0d63542f91bbdb56a95d5db721d4e7a8ab830cf --- src/main/resources/assets/bartworks/lang/en_US.lang | 7 +++++++ .../assets/bartworks/textures/items/BISOPellet.png | Bin 0 -> 253 bytes .../assets/bartworks/textures/items/BISOPelletBall.png | Bin 0 -> 305 bytes .../bartworks/textures/items/BISOPelletCompound.png | Bin 0 -> 269 bytes .../assets/bartworks/textures/items/TRISOPellet.png | Bin 0 -> 257 bytes .../assets/bartworks/textures/items/TRISOPelletBall.png | Bin 0 -> 305 bytes .../bartworks/textures/items/TRISOPelletCompound.png | Bin 0 -> 244 bytes 7 files changed, 7 insertions(+) create mode 100644 src/main/resources/assets/bartworks/textures/items/BISOPellet.png create mode 100644 src/main/resources/assets/bartworks/textures/items/BISOPelletBall.png create mode 100644 src/main/resources/assets/bartworks/textures/items/BISOPelletCompound.png create mode 100644 src/main/resources/assets/bartworks/textures/items/TRISOPellet.png create mode 100644 src/main/resources/assets/bartworks/textures/items/TRISOPelletBall.png create mode 100644 src/main/resources/assets/bartworks/textures/items/TRISOPelletCompound.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/bartworks/lang/en_US.lang b/src/main/resources/assets/bartworks/lang/en_US.lang index d7976f0caa..e2df35928f 100644 --- a/src/main/resources/assets/bartworks/lang/en_US.lang +++ b/src/main/resources/assets/bartworks/lang/en_US.lang @@ -144,6 +144,13 @@ tile.radiohatch.name=Radio Hatch tile.bw.windmill.name=Windmill tile.manutrafo.name=Manual Trafo +tooltip.tile.htr.0.name=Controller Block for the Thorium High Temperature Reactor;Size(WxHxD): 9x12x9 (Hollow);Corners and the 2 touching blocks are air;Once build, Helium is inserted into the Fluid Input Hatch until it doesnt accept any more;1+ Output Hatch (Any Bottom casing);1+ Input Hatch (Any Top casing);1+ Input Bus (Any Top casing);1x Maintenance Hatch (Any casing);Raidation Proof Casings for the Rest;Needs a constant supply of coolant or will shut down;Needs at least 100k Fuel pebbles to start operation (can hold up to 675k pebbles);Consumes 1 Fuel Pellet per Operation;TRISO pebbles provide 30% more Energy;Each pebble increases the amount of converted coolant;One Operation takes 27 Ingame Days +item.TRISOPellet.name=TRISO pebble +item.TRISOPelletBall.name=TRISO pebble ball +item.BISOPelletBall.name=BISO pebble ball +item.BISOPellet.name=BRISO pebble +item.TRISOPelletCompound.name=TRISO pebble compund +item.BISOPelletCompound.name=BISO pebble compund itemGroup.bartworksMetaMaterials=BartWorks' Meta Materials planet.Ross128b=Ross128b diff --git a/src/main/resources/assets/bartworks/textures/items/BISOPellet.png b/src/main/resources/assets/bartworks/textures/items/BISOPellet.png new file mode 100644 index 0000000000..4fb39c473b Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/BISOPellet.png differ diff --git a/src/main/resources/assets/bartworks/textures/items/BISOPelletBall.png b/src/main/resources/assets/bartworks/textures/items/BISOPelletBall.png new file mode 100644 index 0000000000..ea113e3f22 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/BISOPelletBall.png differ diff --git a/src/main/resources/assets/bartworks/textures/items/BISOPelletCompound.png b/src/main/resources/assets/bartworks/textures/items/BISOPelletCompound.png new file mode 100644 index 0000000000..029d895f31 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/BISOPelletCompound.png differ diff --git a/src/main/resources/assets/bartworks/textures/items/TRISOPellet.png b/src/main/resources/assets/bartworks/textures/items/TRISOPellet.png new file mode 100644 index 0000000000..26109fc979 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/TRISOPellet.png differ diff --git a/src/main/resources/assets/bartworks/textures/items/TRISOPelletBall.png b/src/main/resources/assets/bartworks/textures/items/TRISOPelletBall.png new file mode 100644 index 0000000000..0aea0500cf Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/TRISOPelletBall.png differ diff --git a/src/main/resources/assets/bartworks/textures/items/TRISOPelletCompound.png b/src/main/resources/assets/bartworks/textures/items/TRISOPelletCompound.png new file mode 100644 index 0000000000..6b2835d100 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/TRISOPelletCompound.png differ -- cgit