diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-02-07 06:08:52 +0100 |
---|---|---|
committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-02-07 06:08:52 +0100 |
commit | e412e90f5f9e571aaebf1e05d593a1f0627c8405 (patch) | |
tree | d53de922025012de510cdd68b344fcc29e8f0f2c /src/main/resources | |
parent | 2d3981ea0fe5c1d38e2f431e45860bb8c530eb90 (diff) | |
download | GT5-Unofficial-e412e90f5f9e571aaebf1e05d593a1f0627c8405.tar.gz GT5-Unofficial-e412e90f5f9e571aaebf1e05d593a1f0627c8405.tar.bz2 GT5-Unofficial-e412e90f5f9e571aaebf1e05d593a1f0627c8405.zip |
API Changes
+ added a SimpleWaterGenerator
+ fixed the Diode not working on servers.
Former-commit-id: cd0d74153a5a1279b1ff2409eaac39fbccd5c3cf
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/bartworks/lang/en_US.lang | 6 | ||||
-rw-r--r-- | src/main/resources/assets/bartworks/textures/GUI/GUIheatedPump.png | bin | 0 -> 2075 bytes | |||
-rw-r--r-- | src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpDown.png | bin | 0 -> 496 bytes | |||
-rw-r--r-- | src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpSide.png | bin | 0 -> 549 bytes | |||
-rw-r--r-- | src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpTop.png | bin | 0 -> 496 bytes | |||
-rw-r--r-- | src/main/resources/assets/bartworks/textures/items/BWmotor.png | bin | 0 -> 506 bytes | |||
-rw-r--r-- | src/main/resources/assets/bartworks/textures/items/BWrawtube.png | bin | 0 -> 450 bytes |
7 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/assets/bartworks/lang/en_US.lang b/src/main/resources/assets/bartworks/lang/en_US.lang index f81f0a533b..08a31baa75 100644 --- a/src/main/resources/assets/bartworks/lang/en_US.lang +++ b/src/main/resources/assets/bartworks/lang/en_US.lang @@ -14,7 +14,7 @@ item.BW_PaperRotor.name=Primitive Paper Rotor (Wind only) item.BW_LeatherRotor.name=Primitive Leather Rotor (Wind only) item.BW_WoolRotor.name=Primitive Wool Rotor (Wind only) item.BW_CombinedRotor.name=Combined Primitive Rotor (Wind only) -tile.BWRotorBlock.name=Primitive Kinetic Shaftbox +tile.BWRotorBlock.0.name=Primitive Kinetic Shaftbox item.grindstone_top.name=Grindstone Top Piece item.grindstone_bottom.name=Grindstone Bottom Piece item.completed_grindstone.name=Grindstone @@ -23,6 +23,10 @@ item.rotors.woolParts.name=Wool Covered Wood Frame item.rotors.paperParts.name=Paper Covered Wood Frame item.rotors.combinedParts.name=Multiple Material Covered Wood Frame item.BW_SimpleWindMeter.name=Simple Wind Meter +tile.BWHeatedWaterPump.0.name=Simple Stirling Water Pump +item.BWrawtube.name=Elongated Glas Tube +item.BWmotor.name=Simple Stirling Motor +item.BWstove.name=Simple Heated Stove itemGroup.BioTab=BartWorks BioEngineering filled.item.petriDish.name=Petri Dish with a Culture diff --git a/src/main/resources/assets/bartworks/textures/GUI/GUIheatedPump.png b/src/main/resources/assets/bartworks/textures/GUI/GUIheatedPump.png Binary files differnew file mode 100644 index 0000000000..f9f82a19c3 --- /dev/null +++ b/src/main/resources/assets/bartworks/textures/GUI/GUIheatedPump.png diff --git a/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpDown.png b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpDown.png Binary files differnew file mode 100644 index 0000000000..6fd2b79d13 --- /dev/null +++ b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpDown.png diff --git a/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpSide.png b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpSide.png Binary files differnew file mode 100644 index 0000000000..4b8c71a8ae --- /dev/null +++ b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpSide.png diff --git a/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpTop.png b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpTop.png Binary files differnew file mode 100644 index 0000000000..6fd2b79d13 --- /dev/null +++ b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpTop.png diff --git a/src/main/resources/assets/bartworks/textures/items/BWmotor.png b/src/main/resources/assets/bartworks/textures/items/BWmotor.png Binary files differnew file mode 100644 index 0000000000..c701227af2 --- /dev/null +++ b/src/main/resources/assets/bartworks/textures/items/BWmotor.png diff --git a/src/main/resources/assets/bartworks/textures/items/BWrawtube.png b/src/main/resources/assets/bartworks/textures/items/BWrawtube.png Binary files differnew file mode 100644 index 0000000000..ab3dd4a2bd --- /dev/null +++ b/src/main/resources/assets/bartworks/textures/items/BWrawtube.png |