aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorbartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>2019-02-07 06:08:52 +0100
committerbartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>2019-02-07 06:08:52 +0100
commite412e90f5f9e571aaebf1e05d593a1f0627c8405 (patch)
treed53de922025012de510cdd68b344fcc29e8f0f2c /src/main/resources
parent2d3981ea0fe5c1d38e2f431e45860bb8c530eb90 (diff)
downloadGT5-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.lang6
-rw-r--r--src/main/resources/assets/bartworks/textures/GUI/GUIheatedPump.pngbin0 -> 2075 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpDown.pngbin0 -> 496 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpSide.pngbin0 -> 549 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpTop.pngbin0 -> 496 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/BWmotor.pngbin0 -> 506 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/BWrawtube.pngbin0 -> 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
new file mode 100644
index 0000000000..f9f82a19c3
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/GUI/GUIheatedPump.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpDown.png b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpDown.png
new file mode 100644
index 0000000000..6fd2b79d13
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpDown.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpSide.png b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpSide.png
new file mode 100644
index 0000000000..4b8c71a8ae
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpSide.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpTop.png b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpTop.png
new file mode 100644
index 0000000000..6fd2b79d13
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/blocks/heatedWaterPumpTop.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/BWmotor.png b/src/main/resources/assets/bartworks/textures/items/BWmotor.png
new file mode 100644
index 0000000000..c701227af2
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/BWmotor.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/BWrawtube.png b/src/main/resources/assets/bartworks/textures/items/BWrawtube.png
new file mode 100644
index 0000000000..ab3dd4a2bd
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/BWrawtube.png
Binary files differ