aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorbartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>2018-12-25 22:58:41 +0100
committerbartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>2018-12-25 22:58:41 +0100
commitb2f8f479060bfe6c3adc8dd70edaeecda903adbc (patch)
tree41fdbd4617f01cceae300010313a59032a7e1221 /src/main/resources/assets
parentddfae9c6ecf6fb42ba352cca6dd6afd4a17bdb1c (diff)
downloadGT5-Unofficial-b2f8f479060bfe6c3adc8dd70edaeecda903adbc.tar.gz
GT5-Unofficial-b2f8f479060bfe6c3adc8dd70edaeecda903adbc.tar.bz2
GT5-Unofficial-b2f8f479060bfe6c3adc8dd70edaeecda903adbc.zip
added Windmill
+added a shitton of Recipes and Items for it +added GUI's for them aswell
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/bartworks/lang/en_US.lang12
-rw-r--r--src/main/resources/assets/bartworks/textures/GUI/GUIPrimitiveKUBox.pngbin0 -> 1717 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/GUI/GUI_Windmill.pngbin0 -> 2046 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/blocks/BWRotorBlock.pngbin0 -> 559 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/blocks/GrindstoneL.pngbin0 -> 835 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/blocks/brick.pngbin0 -> 506 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/blocks/windmill_top.pngbin0 -> 591 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/completed_grindstone.pngbin0 -> 932 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/grindstone_bottom.pngbin0 -> 823 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/grindstone_top.pngbin0 -> 822 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/combinedParts.pngbin0 -> 699 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/itemRotorCombined.pngbin0 -> 407 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/itemRotorLeather.pngbin0 -> 441 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/itemRotorPaper.pngbin0 -> 472 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/itemRotorWool.pngbin0 -> 382 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/leatherParts.pngbin0 -> 600 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/paperParts.pngbin0 -> 546 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/rotorCombined.pngbin0 -> 2892 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/rotorLeather.pngbin0 -> 2230 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/rotorPaper.pngbin0 -> 1238 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/rotorWool.pngbin0 -> 1911 bytes
-rw-r--r--src/main/resources/assets/bartworks/textures/items/rotors/woolParts.pngbin0 -> 601 bytes
22 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/assets/bartworks/lang/en_US.lang b/src/main/resources/assets/bartworks/lang/en_US.lang
index f726682955..400cf182fc 100644
--- a/src/main/resources/assets/bartworks/lang/en_US.lang
+++ b/src/main/resources/assets/bartworks/lang/en_US.lang
@@ -9,3 +9,15 @@ itemGroup.GT2C=Gregtech 2 Compat
itemGroup.bartworks=BartWorks Inter Temporal
BW_Machinery_Casings.0.name=Nickel-Zinc Ferrite Block
BW_Machinery_Casings.1.name=Transformer-Winding Block
+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
+item.grindstone_top.name=Grindstone Top Piece
+item.grindstone_bottom.name=Grindstone Bottom Piece
+item.completed_grindstone.name=Grindstone
+item.rotors.leatherParts.name=Leather Covered Wood Frame
+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 \ No newline at end of file
diff --git a/src/main/resources/assets/bartworks/textures/GUI/GUIPrimitiveKUBox.png b/src/main/resources/assets/bartworks/textures/GUI/GUIPrimitiveKUBox.png
new file mode 100644
index 0000000000..0e329e4ea3
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/GUI/GUIPrimitiveKUBox.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/GUI/GUI_Windmill.png b/src/main/resources/assets/bartworks/textures/GUI/GUI_Windmill.png
new file mode 100644
index 0000000000..d71477e9da
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/GUI/GUI_Windmill.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/blocks/BWRotorBlock.png b/src/main/resources/assets/bartworks/textures/blocks/BWRotorBlock.png
new file mode 100644
index 0000000000..fc0872b45f
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/blocks/BWRotorBlock.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/blocks/GrindstoneL.png b/src/main/resources/assets/bartworks/textures/blocks/GrindstoneL.png
new file mode 100644
index 0000000000..6e2e7dfe4e
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/blocks/GrindstoneL.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/blocks/brick.png b/src/main/resources/assets/bartworks/textures/blocks/brick.png
new file mode 100644
index 0000000000..fd6959c2f5
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/blocks/brick.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/blocks/windmill_top.png b/src/main/resources/assets/bartworks/textures/blocks/windmill_top.png
new file mode 100644
index 0000000000..8f49c6b2f3
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/blocks/windmill_top.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/completed_grindstone.png b/src/main/resources/assets/bartworks/textures/items/completed_grindstone.png
new file mode 100644
index 0000000000..a02ee7ad6a
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/completed_grindstone.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/grindstone_bottom.png b/src/main/resources/assets/bartworks/textures/items/grindstone_bottom.png
new file mode 100644
index 0000000000..33b1e96bda
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/grindstone_bottom.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/grindstone_top.png b/src/main/resources/assets/bartworks/textures/items/grindstone_top.png
new file mode 100644
index 0000000000..0be37504b5
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/grindstone_top.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/combinedParts.png b/src/main/resources/assets/bartworks/textures/items/rotors/combinedParts.png
new file mode 100644
index 0000000000..bdb4aafc04
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/combinedParts.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorCombined.png b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorCombined.png
new file mode 100644
index 0000000000..13ae5461e8
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorCombined.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorLeather.png b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorLeather.png
new file mode 100644
index 0000000000..a11f72b76d
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorLeather.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorPaper.png b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorPaper.png
new file mode 100644
index 0000000000..56863186ac
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorPaper.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorWool.png b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorWool.png
new file mode 100644
index 0000000000..a5bb68bb43
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorWool.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/leatherParts.png b/src/main/resources/assets/bartworks/textures/items/rotors/leatherParts.png
new file mode 100644
index 0000000000..824697ab3d
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/leatherParts.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/paperParts.png b/src/main/resources/assets/bartworks/textures/items/rotors/paperParts.png
new file mode 100644
index 0000000000..5b09228578
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/paperParts.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/rotorCombined.png b/src/main/resources/assets/bartworks/textures/items/rotors/rotorCombined.png
new file mode 100644
index 0000000000..4e97c01705
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/rotorCombined.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/rotorLeather.png b/src/main/resources/assets/bartworks/textures/items/rotors/rotorLeather.png
new file mode 100644
index 0000000000..388b43bd56
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/rotorLeather.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/rotorPaper.png b/src/main/resources/assets/bartworks/textures/items/rotors/rotorPaper.png
new file mode 100644
index 0000000000..e9d1767a42
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/rotorPaper.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/rotorWool.png b/src/main/resources/assets/bartworks/textures/items/rotors/rotorWool.png
new file mode 100644
index 0000000000..d62caeba27
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/rotorWool.png
Binary files differ
diff --git a/src/main/resources/assets/bartworks/textures/items/rotors/woolParts.png b/src/main/resources/assets/bartworks/textures/items/rotors/woolParts.png
new file mode 100644
index 0000000000..24c6cb0573
--- /dev/null
+++ b/src/main/resources/assets/bartworks/textures/items/rotors/woolParts.png
Binary files differ