From b2f8f479060bfe6c3adc8dd70edaeecda903adbc Mon Sep 17 00:00:00 2001 From: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Date: Tue, 25 Dec 2018 22:58:41 +0100 Subject: added Windmill +added a shitton of Recipes and Items for it +added GUI's for them aswell --- src/main/resources/assets/bartworks/lang/en_US.lang | 12 ++++++++++++ .../assets/bartworks/textures/GUI/GUIPrimitiveKUBox.png | Bin 0 -> 1717 bytes .../assets/bartworks/textures/GUI/GUI_Windmill.png | Bin 0 -> 2046 bytes .../assets/bartworks/textures/blocks/BWRotorBlock.png | Bin 0 -> 559 bytes .../assets/bartworks/textures/blocks/GrindstoneL.png | Bin 0 -> 835 bytes .../resources/assets/bartworks/textures/blocks/brick.png | Bin 0 -> 506 bytes .../assets/bartworks/textures/blocks/windmill_top.png | Bin 0 -> 591 bytes .../bartworks/textures/items/completed_grindstone.png | Bin 0 -> 932 bytes .../bartworks/textures/items/grindstone_bottom.png | Bin 0 -> 823 bytes .../assets/bartworks/textures/items/grindstone_top.png | Bin 0 -> 822 bytes .../bartworks/textures/items/rotors/combinedParts.png | Bin 0 -> 699 bytes .../textures/items/rotors/itemRotorCombined.png | Bin 0 -> 407 bytes .../bartworks/textures/items/rotors/itemRotorLeather.png | Bin 0 -> 441 bytes .../bartworks/textures/items/rotors/itemRotorPaper.png | Bin 0 -> 472 bytes .../bartworks/textures/items/rotors/itemRotorWool.png | Bin 0 -> 382 bytes .../bartworks/textures/items/rotors/leatherParts.png | Bin 0 -> 600 bytes .../bartworks/textures/items/rotors/paperParts.png | Bin 0 -> 546 bytes .../bartworks/textures/items/rotors/rotorCombined.png | Bin 0 -> 2892 bytes .../bartworks/textures/items/rotors/rotorLeather.png | Bin 0 -> 2230 bytes .../bartworks/textures/items/rotors/rotorPaper.png | Bin 0 -> 1238 bytes .../assets/bartworks/textures/items/rotors/rotorWool.png | Bin 0 -> 1911 bytes .../assets/bartworks/textures/items/rotors/woolParts.png | Bin 0 -> 601 bytes 22 files changed, 12 insertions(+) create mode 100644 src/main/resources/assets/bartworks/textures/GUI/GUIPrimitiveKUBox.png create mode 100644 src/main/resources/assets/bartworks/textures/GUI/GUI_Windmill.png create mode 100644 src/main/resources/assets/bartworks/textures/blocks/BWRotorBlock.png create mode 100644 src/main/resources/assets/bartworks/textures/blocks/GrindstoneL.png create mode 100644 src/main/resources/assets/bartworks/textures/blocks/brick.png create mode 100644 src/main/resources/assets/bartworks/textures/blocks/windmill_top.png create mode 100644 src/main/resources/assets/bartworks/textures/items/completed_grindstone.png create mode 100644 src/main/resources/assets/bartworks/textures/items/grindstone_bottom.png create mode 100644 src/main/resources/assets/bartworks/textures/items/grindstone_top.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/combinedParts.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/itemRotorCombined.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/itemRotorLeather.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/itemRotorPaper.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/itemRotorWool.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/leatherParts.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/paperParts.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/rotorCombined.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/rotorLeather.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/rotorPaper.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/rotorWool.png create mode 100644 src/main/resources/assets/bartworks/textures/items/rotors/woolParts.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 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/GUI/GUIPrimitiveKUBox.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/GUI/GUI_Windmill.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/blocks/BWRotorBlock.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/blocks/GrindstoneL.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/blocks/brick.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/blocks/windmill_top.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/completed_grindstone.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/grindstone_bottom.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/grindstone_top.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/combinedParts.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorCombined.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorLeather.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorPaper.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/itemRotorWool.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/leatherParts.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/paperParts.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/rotorCombined.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/rotorLeather.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/rotorPaper.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/rotorWool.png 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 Binary files /dev/null and b/src/main/resources/assets/bartworks/textures/items/rotors/woolParts.png differ -- cgit