Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
bin_parts_builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Affehund committed Feb 25, 2019
1 parent facc681 commit 109936d
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/assets/airplanes/blockstates/parts_builder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"normal": {
"model": "airplanes:parts_builder"
}
}
}
1 change: 1 addition & 0 deletions bin/assets/airplanes/lang/de_de.lang
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tile.asphalt_block.name=Asphalt Block
tile.bauxite_ore.name=Bauxiterz
tile.copper_ore.name=Kupfererz
tile.airplanes_builder.name=Flugzeug Werkbank
tile.parts_builder.name=Flugzeugteile Werkbank

#Creative Tab
itemGroup.AirplanesTab=Airplanes Tab
Expand Down
1 change: 1 addition & 0 deletions bin/assets/airplanes/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tile.asphalt_block.name=Asphalt Block
tile.bauxite_ore.name=Bauxite Ore
tile.copper_ore.name=Copper Ore
tile.airplanes_builder.name=Airplanes Parts Builder
tile.parts_builder.name=Parts Builder

#Creative Tab
itemGroup.AirplanesTab=Airplanes Tab
Expand Down
34 changes: 34 additions & 0 deletions bin/assets/airplanes/models/block/parts_builder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"credit": "Made by Affehund",
"textures": {
"6": "airplanes:blocks/glass",
"7": "airplanes:blocks/log",
"8": "airplanes:blocks/planks"
},
"elements": [
{
"from": [-1, 0, -0.6],
"to": [16, 11, 16.4],
"faces": {
"north": {"uv": [0, 0, 16, 11], "texture": "#8"},
"east": {"uv": [0, 0, 16, 11], "texture": "#8"},
"south": {"uv": [0, 0, 16, 11], "texture": "#8"},
"west": {"uv": [0, 0, 16, 11], "texture": "#8"},
"up": {"uv": [0, 0, 16, 16], "texture": "#7"},
"down": {"uv": [0, 0, 16, 16], "texture": "#7"}
}
},
{
"from": [-1, 11, 0],
"to": [16, 21, 16],
"faces": {
"north": {"uv": [0, 0, 16, 10], "texture": "#6"},
"east": {"uv": [0, 0, 16, 10], "texture": "#6"},
"south": {"uv": [0, 0, 16, 10], "texture": "#6"},
"west": {"uv": [0, 0, 16, 10], "texture": "#6"},
"up": {"uv": [0, 0, 16, 16], "texture": "#6"},
"down": {"uv": [0, 0, 16, 16], "texture": "#6"}
}
}
]
}
Binary file added bin/assets/airplanes/textures/blocks/glass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bin/assets/airplanes/textures/blocks/log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bin/assets/airplanes/textures/blocks/planks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified bin/com/affehund/airplanes/init/AirplanesBlocks.class
Binary file not shown.
Binary file modified bin/com/affehund/airplanes/init/AirplanesModels.class
Binary file not shown.

0 comments on commit 109936d

Please sign in to comment.