From 8b0125b3f625e961a4773417cca9ddf41eb8a1da Mon Sep 17 00:00:00 2001 From: kuba6000 Date: Sun, 5 Sep 2021 02:16:44 +0200 Subject: Bring back THTR Multiple changes to both reactors Former-commit-id: 7c3887a984a35787aa19cf809b9b02cd1aac3982 --- src/main/resources/assets/bartworks/lang/en_US.lang | 8 ++++++++ .../assets/bartworks/textures/items/BISOPelletBall.png | Bin 0 -> 305 bytes .../bartworks/textures/items/BISOPelletCompound.png | Bin 0 -> 269 bytes .../bartworks/textures/items/BurnedOutTRISOPellet.png | Bin 0 -> 258 bytes .../bartworks/textures/items/BurnedOutTRISOPelletBall.png | Bin 0 -> 291 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 8 files changed, 8 insertions(+) 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/BurnedOutTRISOPellet.png create mode 100644 src/main/resources/assets/bartworks/textures/items/BurnedOutTRISOPelletBall.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/assets/bartworks') diff --git a/src/main/resources/assets/bartworks/lang/en_US.lang b/src/main/resources/assets/bartworks/lang/en_US.lang index 984477d20f..b2a671cd20 100644 --- a/src/main/resources/assets/bartworks/lang/en_US.lang +++ b/src/main/resources/assets/bartworks/lang/en_US.lang @@ -144,6 +144,14 @@ tile.radiohatch.name=Radio Hatch tile.bw.windmill.name=Windmill tile.manutrafo.name=Manual Trafo +item.TRISOPellet.name=TRISO pebble +item.TRISOPelletBall.name=TRISO pebble ball +item.BISOPelletBall.name=BISO pebble ball +item.TRISOPelletCompound.name=TRISO pebble compound +item.BISOPelletCompound.name=BISO pebble compound +item.BurnedOutTRISOPelletBall.name=Burned Out TRISO pebble ball +item.BurnedOutTRISOPellet.name=Burned Out TRISO pebble + itemGroup.bartworksMetaMaterials=BartWorks' Meta Materials tooltip.tile.eic.0.name=Controller Block for the Electric Implosion Compressor;Size(WxHxD): 3x9x3;Uses Electricity instead of Explosives;Controller: Layer 3, front, center;Layer 1 and Layer 9: Solid Steel Machine Casings, each: 1 Energy Hatch in the middle;Layer 2,3,7,8: Middle: Nickel-Zinc-Ferrit Blocks, Outer: Transformer-Winding Blocks;Layer 4,5,6: Neutronium Blocks;1+ Input Bus, 1+ Output Bus, 1 Maintenance Hatch at any Solid Steel Machine Casing;Do NOT Obstruct or mine the Moving parts while in Operation, will explode if you do so! 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/BurnedOutTRISOPellet.png b/src/main/resources/assets/bartworks/textures/items/BurnedOutTRISOPellet.png new file mode 100644 index 0000000000..73abda00dd Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/BurnedOutTRISOPellet.png differ diff --git a/src/main/resources/assets/bartworks/textures/items/BurnedOutTRISOPelletBall.png b/src/main/resources/assets/bartworks/textures/items/BurnedOutTRISOPelletBall.png new file mode 100644 index 0000000000..eb5e37eaa1 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/BurnedOutTRISOPelletBall.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