, two shaders amd bedrock camera mod

This commit is contained in:
Snogard 2025-02-10 22:02:55 +01:00
parent 6b4c8a0b8b
commit 6a4f3ff1c0
1083 changed files with 59481 additions and 0 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@ config/minemenu-common.toml
config/oculus.properties
config/sodiumextras-client.toml
.qmenu_opened.marker
mods/generated-pack/

View File

@ -0,0 +1,18 @@
{
"type": "create:mixing",
"ingredients": [
{
"item": "ars_nouveau:source_gem"
},
{
"fluid": "blasmatech:mana",
"amount": 500
}
],
"results": [
{
"fluid": "starbunclemania:source_fluid",
"amount": 500
}
]
}

View File

@ -0,0 +1,18 @@
{
"type": "create:mixing",
"ingredients": [
{
"tag": "botania:mystical_flowers"
},
{
"fluid": "starbunclemania:source_fluid",
"amount": 100
}
],
"results": [
{
"fluid": "blasmatech:mana",
"amount": 100
}
]
}

View File

@ -0,0 +1 @@
{"pack":{"pack_format":9,"description":"Generated with TheDestruc7i0n's Crafting Generator: https://crafting.thedestruc7i0n.ca"}}

View File

@ -0,0 +1,166 @@
{
"multipart": [
{
"apply": {
"model": "ae2:block/controller/controller_block_offline"
},
"when": {
"state": "offline",
"type": "block"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_block_online"
},
"when": {
"state": "online",
"type": "block"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_block_conflicted"
},
"when": {
"state": "conflicted",
"type": "block"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_horiztonal_x_offline"
},
"when": {
"state": "offline",
"type": "column_x"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_vertical_offline"
},
"when": {
"state": "offline",
"type": "column_y"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_horiztonal_z_offline"
},
"when": {
"state": "offline",
"type": "column_z"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_horiztonal_x_online"
},
"when": {
"state": "online",
"type": "column_x"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_vertical_online"
},
"when": {
"state": "online",
"type": "column_y"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_horiztonal_z_online"
},
"when": {
"state": "online",
"type": "column_z"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_horiztonal_x_conflicted"
},
"when": {
"state": "conflicted",
"type": "column_x"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_vertical_conflicted"
},
"when": {
"state": "conflicted",
"type": "column_y"
}
},
{
"apply": {
"model": "ae2:block/controller/controller_horiztonal_z_conflicted"
},
"when": {
"state": "conflicted",
"type": "column_z"
}
},
{
"apply": {
"model": "ae2:block/controller/inside_controller_block_offline"
},
"when": {
"state": "offline",
"type": "inside_a"
}
},
{
"apply": {
"model": "ae2:block/controller/inside_controller_block_offline"
},
"when": {
"state": "offline",
"type": "inside_b"
}
},
{
"apply": {
"model": "ae2:block/controller/inside_controller_block_online"
},
"when": {
"state": "online",
"type": "inside_a"
}
},
{
"apply": {
"model": "ae2:block/controller/inside_controller_block_online"
},
"when": {
"state": "online",
"type": "inside_b"
}
},
{
"apply": {
"model": "ae2:block/controller/inside_controller_block_conflicted"
},
"when": {
"state": "conflicted",
"type": "inside_a"
}
},
{
"apply": {
"model": "ae2:block/controller/inside_controller_block_conflicted"
},
"when": {
"state": "conflicted",
"type": "inside_b"
}
}
]
}

View File

@ -0,0 +1,99 @@
{
"credit": "Made with Blockbench",
"parent": "block/orientable",
"texture_size": [64, 64],
"textures": {
"3": "ae2:block/charger",
"particle": "ae2:block/metal_top"
},
"elements": [
{
"from": [2, 0, 2],
"to": [14, 3, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [10.25, 11.25, 13.25, 12], "texture": "#3"},
"east": {"uv": [8.75, 3.25, 12.25, 4], "texture": "#3"},
"south": {"uv": [8.75, 7.25, 11.75, 8], "texture": "#3"},
"west": {"uv": [12.5, 3.25, 16, 4], "texture": "#3"},
"up": {"uv": [3, 3.5, 0, 0], "texture": "#3"},
"down": {"uv": [6, 3.5, 3, 7], "texture": "#3"}
}
},
{
"from": [2, 13, 2],
"to": [14, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [10.25, 8, 13.25, 8.75], "texture": "#3"},
"east": {"uv": [8.75, 0, 12.25, 0.75], "texture": "#3"},
"south": {"uv": [8.75, 4, 11.75, 4.75], "texture": "#3"},
"west": {"uv": [12.5, 0, 16, 0.75], "texture": "#3"},
"up": {"uv": [3, 7, 0, 3.5], "texture": "#3"},
"down": {"uv": [6, 0, 3, 3.5], "texture": "#3"}
}
},
{
"from": [2, 3, 5],
"to": [4, 13, 16],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [12.75, 8.75, 13.25, 11.25], "texture": "#3"},
"east": {"uv": [7.5, 8.75, 10.25, 11.25], "texture": "#3"},
"south": {"uv": [8.75, 4.75, 9.25, 7.25], "texture": "#3"},
"west": {"uv": [13.25, 0.75, 16, 3.25], "texture": "#3"}
}
},
{
"from": [12, 3, 5],
"to": [14, 13, 16],
"rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [10.25, 8.75, 10.75, 11.25], "texture": "#3"},
"east": {"uv": [8.75, 0.75, 11.5, 3.25], "texture": "#3"},
"south": {"uv": [11.25, 4.75, 11.75, 7.25], "texture": "#3"},
"west": {"uv": [13.25, 8.75, 16, 11.25], "texture": "#3"}
}
},
{
"from": [4, 3, 14],
"to": [12, 13, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [10.75, 8.75, 12.75, 11.25], "texture": "#3"},
"south": {"uv": [9.25, 4.75, 11.25, 7.25], "texture": "#3"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "ae2:block/controller/controller_block_lights",
"textures": {
"0": "ae2:block/controller/center_conflicted",
"1": "ae2:block/controller/top_conflicted"
}
}

View File

@ -0,0 +1,23 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "ae2:block/controller/center_base",
"1": "ae2:block/controller/top_base",
"particle": "ae2:block/controller/center_base"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"},
"down": {"uv": [16, 0, 0, 16], "texture": "#1", "cullface": "down"}
}
}
]
}

View File

@ -0,0 +1,22 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "ae2:block/controller/horiztonal/lights",
"particle": "ae2:block/controller/horiztonal/lights"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
}
}
]
}

View File

@ -0,0 +1,22 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "ae2:block/controller/vertical/lights",
"particle": "ae2:block/controller/vertical/lights"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
}
}
]
}

View File

@ -0,0 +1,22 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "ae2:block/controller/horiztonal/lights",
"particle": "ae2:block/controller/horiztonal/lights"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#0", "cullface": "down"}
}
}
]
}

View File

@ -0,0 +1,7 @@
{
"parent": "ae2:block/controller/controller_block_lights",
"textures": {
"0": "ae2:block/controller/center_base",
"1": "ae2:block/controller/top_base"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "ae2:block/controller/controller_block_lights",
"textures": {
"0": "ae2:block/controller/center_lights",
"1": "ae2:block/controller/top_lights"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "ae2:block/controller/controller_block_lights_x",
"textures": {
"0": "ae2:block/controller/horiztonal_conflicted"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "ae2:block/controller/controller_block_lights_x",
"textures": {
"0": "ae2:block/controller/horiztonal_base"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "ae2:block/controller/controller_block_lights_x",
"textures": {
"0": "ae2:block/controller/horiztonal_lights"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "ae2:block/controller/controller_block_lights_z",
"textures": {
"0": "ae2:block/controller/horiztonal_conflicted"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "ae2:block/controller/controller_block_lights_z",
"textures": {
"0": "ae2:block/controller/horiztonal_base"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "ae2:block/controller/controller_block_lights_z",
"textures": {
"0": "ae2:block/controller/horiztonal_lights"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "ae2:block/controller/controller_block_lights_y",
"textures": {
"0": "ae2:block/controller/vertical_conflicted"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "ae2:block/controller/controller_block_lights_y",
"textures": {
"0": "ae2:block/controller/vertical_base"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "ae2:block/controller/controller_block_lights_y",
"textures": {
"0": "ae2:block/controller/vertical_lights"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "ae2:block/controller/controller_block_lights",
"textures": {
"0": "ae2:block/controller/inside_conflicted",
"1": "ae2:block/controller/inside_conflicted"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "ae2:block/controller/controller_block_lights",
"textures": {
"0": "ae2:block/controller/inside_base",
"1": "ae2:block/controller/inside_base"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "ae2:block/controller/controller_block_lights",
"textures": {
"0": "ae2:block/controller/inside_lights",
"1": "ae2:block/controller/inside_lights"
}
}

View File

@ -0,0 +1,64 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"1": "ae2:block/crank_base",
"particle": "ae2:block/crank",
"wood": "ae2:block/crank"
},
"elements": [
{
"name": "Connector",
"from": [5, 0, 5],
"to": [11, 3, 11],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [10, 10, 16, 7], "rotation": 180, "texture": "#1"},
"east": {"uv": [10, 7, 16, 10], "texture": "#1"},
"south": {"uv": [10, 7, 16, 10], "texture": "#1"},
"west": {"uv": [10, 10, 16, 7], "rotation": 180, "texture": "#1"},
"up": {"uv": [4, 10, 10, 16], "rotation": 180, "texture": "#1"},
"down": {"uv": [10, 10, 16, 16], "texture": "#1"}
}
},
{
"name": "Arm",
"from": [-3, 5, 8],
"to": [13, 8, 10],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [2, 6, 5, 8], "rotation": 270, "texture": "#wood"},
"south": {"uv": [0, 10, 16, 13], "rotation": 180, "texture": "#wood"},
"west": {"uv": [9, 0, 6, 2], "rotation": 90, "texture": "#wood"},
"up": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#wood"},
"down": {"uv": [0, 11, 16, 9], "texture": "#wood"}
}
},
{
"name": "Arm",
"from": [-3, 5, 6],
"to": [13, 8, 8],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 10, 16, 13], "rotation": 180, "texture": "#wood"},
"east": {"uv": [6, 2, 9, 0], "rotation": 270, "texture": "#wood"},
"west": {"uv": [5, 8, 2, 6], "rotation": 90, "texture": "#wood"},
"up": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#wood"},
"down": {"uv": [0, 9, 16, 11], "texture": "#wood"}
}
},
{
"name": "Grip",
"from": [6, 3, 7],
"to": [10, 5, 9],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [11, 4, 15, 6], "rotation": 180, "texture": "#wood"},
"east": {"uv": [12, 6, 10, 4], "texture": "#wood"},
"south": {"uv": [11, 6, 15, 4], "texture": "#wood"},
"west": {"uv": [12, 4, 10, 6], "rotation": 180, "texture": "#wood"},
"down": {"uv": [12, 9, 8, 11], "texture": "#wood"}
}
}
]
}

View File

@ -0,0 +1,23 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"wood": "ae2:block/crank_base"
},
"elements": [
{
"name": "Connector",
"from": [5, 0, 5],
"to": [11, 3, 11],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [10, 10, 16, 7], "rotation": 180, "texture": "#wood"},
"east": {"uv": [10, 7, 16, 10], "texture": "#wood"},
"south": {"uv": [10, 7, 16, 10], "texture": "#wood"},
"west": {"uv": [10, 10, 16, 7], "rotation": 180, "texture": "#wood"},
"up": {"uv": [4, 10, 10, 16], "rotation": 180, "texture": "#wood"},
"down": {"uv": [10, 10, 16, 16], "texture": "#wood"}
}
}
]
}

View File

@ -0,0 +1,49 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"particle": "ae2:block/crank",
"wood": "ae2:block/crank"
},
"elements": [
{
"name": "Arm",
"from": [-3, 5, 8],
"to": [13, 8, 10],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [2, 6, 5, 8], "rotation": 270, "texture": "#wood"},
"south": {"uv": [0, 13, 16, 10], "texture": "#wood"},
"west": {"uv": [9, 0, 6, 2], "rotation": 90, "texture": "#wood"},
"up": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#wood"},
"down": {"uv": [0, 11, 16, 9], "texture": "#wood"}
}
},
{
"name": "Arm",
"from": [-3, 5, 6],
"to": [13, 8, 8],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 10, 16, 13], "rotation": 180, "texture": "#wood"},
"east": {"uv": [6, 2, 9, 0], "rotation": 270, "texture": "#wood"},
"west": {"uv": [5, 8, 2, 6], "rotation": 90, "texture": "#wood"},
"up": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#wood"},
"down": {"uv": [0, 9, 16, 11], "texture": "#wood"}
}
},
{
"name": "Grip",
"from": [6, 3, 7],
"to": [10, 5, 9],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [11, 4, 15, 6], "rotation": 180, "texture": "#wood"},
"east": {"uv": [12, 6, 10, 4], "texture": "#wood"},
"south": {"uv": [11, 6, 15, 4], "texture": "#wood"},
"west": {"uv": [12, 4, 10, 6], "rotation": 180, "texture": "#wood"},
"down": {"uv": [12, 9, 8, 11], "texture": "#wood"}
}
}
]
}

View File

@ -0,0 +1,92 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"inside": "ae2:block/drive/drive_inside",
"particle": "ae2:block/drive/drive_side",
"side": "ae2:block/drive/drive_side",
"bottom": "ae2:block/drive/drive_bottom",
"top": "ae2:block/drive/drive_top",
"front": "ae2:block/drive/drive_front_flat"
},
"elements": [
{
"name": "Right Side Panel",
"from": [0, 1, 0],
"to": [1, 15, 16],
"faces": {
"north": {"uv": [15, 1, 16, 15], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#inside", "cullface": "north"},
"south": {"uv": [0, 1, 1, 15], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 1, 16, 15], "texture": "#side", "cullface": "west"}
}
},
{
"name": "Left Side Panel",
"from": [15, 1, 0],
"to": [16, 15, 16],
"faces": {
"north": {"uv": [0, 1, 1, 15], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 1, 16, 15], "texture": "#side", "cullface": "east"},
"south": {"uv": [15, 1, 16, 15], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "north"}
}
},
{
"name": "Back Panel",
"from": [1, 1, 16],
"to": [15, 15, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 9]},
"faces": {
"north": {"uv": [2, 1, 14, 15], "texture": "#bottom", "cullface": "south"},
"south": {"uv": [1, 1, 15, 15], "texture": "#side", "cullface": "south"}
}
},
{
"name": "Back Panel",
"from": [1, 1, 2],
"to": [15, 15, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [1, 1, 15, 15], "texture": "#front", "cullface": "north"}
}
},
{
"name": "Back Panel",
"from": [7, 1, 0],
"to": [9, 15, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 6]},
"faces": {
"north": {"uv": [7, 1, 9, 15], "texture": "#front", "cullface": "north"},
"east": {"uv": [9, 1, 7, 15], "texture": "#front", "cullface": "north"},
"west": {"uv": [9, 1, 7, 15], "texture": "#front", "cullface": "north"}
}
},
{
"name": "Bottom Panel",
"from": [0, 0, 0],
"to": [16, 1, 16],
"faces": {
"north": {"uv": [0, 15, 16, 16], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 15, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 15, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 15, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#bottom", "cullface": "north"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"name": "Top Panel",
"from": [0, 15, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 1], "texture": "#front", "cullface": "north"},
"east": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#bottom", "cullface": "north"}
}
}
]
}

View File

@ -0,0 +1,22 @@
{
"credit": "Made with Blockbench",
"ambientocclusion": false,
"textures": {
"cell": "ae2:block/drive/cells/default_cell"
},
"elements": [
{
"name": "Cell Backdrop",
"from": [0, 0, 0],
"to": [6, 2, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 8]},
"faces": {
"north": {"uv": [0, 2, 6, 4], "texture": "#cell", "cullface": "north"},
"east": {"uv": [6, 2, 8, 4], "texture": "#cell", "cullface": "north"},
"west": {"uv": [4, 2, 6, 4], "texture": "#cell", "cullface": "north"},
"up": {"uv": [6, 2, 0, 4], "texture": "#cell", "cullface": "north"},
"down": {"uv": [6, 2, 0, 4], "texture": "#cell", "cullface": "north"}
}
}
]
}

View File

@ -0,0 +1,342 @@
{
"credit": "Made with Blockbench",
"parent": "minecraft:block/cube_all",
"textures": {
"0": "ae2:block/sky_stone_tank",
"2": "ae2:block/sky_stone_tank_top",
"3": "ae2:block/sky_stone_tank_bottom",
"particle": "ae2:block/sky_stone_tank"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [16, 16, 0, 0], "texture": "#2", "cullface": "up"},
"down": {"uv": [16, 16, 0, 0], "texture": "#3", "cullface": "down"}
}
},
{
"from": [0, 15, 0],
"to": [16, 15, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"down": {"uv": [16, 0, 0, 16], "rotation": 180, "texture": "#3", "cullface": "up"}
}
},
{
"from": [0, 1, 0],
"to": [16, 1, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"up": {"uv": [16, 0, 0, 16], "rotation": 180, "texture": "#2", "cullface": "down"}
}
},
{
"from": [0, 0, 15],
"to": [16, 16, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [16, 0, 0, 16], "texture": "#0", "cullface": "south"}
}
},
{
"from": [0, 2, 15],
"to": [16, 2, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
"faces": {
"up": {"uv": [16, 15, 0, 14], "rotation": 180, "texture": "#0", "cullface": "south"}
}
},
{
"from": [0, 3, 15],
"to": [16, 3, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
"faces": {
"up": {"uv": [16, 14, 0, 13], "rotation": 180, "texture": "#0", "cullface": "south"}
}
},
{
"from": [0, 14, 15],
"to": [16, 14, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 8]},
"faces": {
"down": {"uv": [0, 2, 16, 1], "texture": "#0"}
}
},
{
"from": [0, 13, 15],
"to": [16, 13, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]},
"faces": {
"down": {"uv": [0, 3, 16, 2], "texture": "#0"}
}
},
{
"from": [14, 0, 15],
"to": [14, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"west": {"uv": [1, 0, 0, 16], "texture": "#0", "cullface": "south"}
}
},
{
"from": [3, 0, 15],
"to": [3, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [14, 0, 13, 16], "texture": "#0", "cullface": "south"}
}
},
{
"from": [12, 0, 15],
"to": [12, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"west": {"uv": [2, 0, 1, 16], "texture": "#0", "cullface": "south"}
}
},
{
"from": [1, 0, 0],
"to": [1, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [16, 0, 0, 16], "texture": "#0", "cullface": "west"}
}
},
{
"from": [0, 2, 0],
"to": [1, 2, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
"faces": {
"up": {"uv": [16, 15, 0, 14], "rotation": 270, "texture": "#0", "cullface": "west"}
}
},
{
"from": [0, 3, 0],
"to": [1, 3, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
"faces": {
"up": {"uv": [16, 14, 0, 13], "rotation": 270, "texture": "#0", "cullface": "west"}
}
},
{
"from": [0, 14, 0],
"to": [1, 14, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 6, 8]},
"faces": {
"down": {"uv": [0, 2, 16, 1], "rotation": 270, "texture": "#0", "cullface": "west"}
}
},
{
"from": [0, 13, 0],
"to": [1, 13, 16],
"rotation": {"angle": 0, "axis": "x", "origin": [8, 5, 8]},
"faces": {
"down": {"uv": [0, 3, 16, 2], "rotation": 270, "texture": "#0", "cullface": "west"}
}
},
{
"from": [0, 0, 14],
"to": [1, 16, 14],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [1, 0, 0, 16], "texture": "#0", "cullface": "west"}
}
},
{
"from": [0, 0, 12],
"to": [1, 16, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [2, 0, 1, 16], "texture": "#0", "cullface": "west"}
}
},
{
"from": [0, 0, 3],
"to": [1, 16, 3],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"south": {"uv": [14, 0, 13, 16], "texture": "#0", "cullface": "west"}
}
},
{
"from": [0, 0, 1],
"to": [16, 16, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"south": {"uv": [16, 0, 0, 16], "texture": "#0", "cullface": "north"}
}
},
{
"from": [0, 3, 0],
"to": [16, 3, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
"faces": {
"up": {"uv": [16, 14, 0, 13], "texture": "#0", "cullface": "north"}
}
},
{
"from": [0, 2, 0],
"to": [16, 2, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
"faces": {
"up": {"uv": [16, 15, 0, 14], "texture": "#0", "cullface": "north"}
}
},
{
"from": [0, 14, 0],
"to": [16, 14, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 8]},
"faces": {
"down": {"uv": [0, 2, 16, 1], "rotation": 180, "texture": "#0", "cullface": "north"}
}
},
{
"from": [0, 13, 0],
"to": [16, 13, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]},
"faces": {
"down": {"uv": [0, 3, 16, 2], "rotation": 180, "texture": "#0", "cullface": "north"}
}
},
{
"from": [2, 0, 0],
"to": [2, 16, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [1, 0, 0, 16], "texture": "#0", "cullface": "north"}
}
},
{
"from": [4, 0, 0],
"to": [4, 16, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [2, 0, 1, 16], "texture": "#0", "cullface": "north"}
}
},
{
"from": [13, 0, 0],
"to": [13, 16, 1],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"west": {"uv": [14, 0, 13, 16], "texture": "#0", "cullface": "north"}
}
},
{
"from": [15, 0, 0],
"to": [15, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"west": {"uv": [16, 0, 0, 16], "texture": "#0", "cullface": "west"}
}
},
{
"from": [15, 2, 0],
"to": [16, 2, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
"faces": {
"up": {"uv": [16, 15, 0, 14], "rotation": 90, "texture": "#0", "cullface": "east"}
}
},
{
"from": [15, 3, 0],
"to": [16, 3, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 11, 8]},
"faces": {
"up": {"uv": [16, 14, 0, 13], "rotation": 90, "texture": "#0", "cullface": "east"}
}
},
{
"from": [15, 14, 0],
"to": [16, 14, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 6, 8]},
"faces": {
"down": {"uv": [0, 2, 16, 1], "rotation": 90, "texture": "#0", "cullface": "east"}
}
},
{
"from": [15, 13, 0],
"to": [16, 13, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]},
"faces": {
"down": {"uv": [0, 3, 16, 2], "rotation": 90, "texture": "#0", "cullface": "east"}
}
},
{
"from": [15, 0, 2],
"to": [16, 16, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 9]},
"faces": {
"south": {"uv": [1, 0, 0, 16], "texture": "#0", "cullface": "east"}
}
},
{
"from": [15, 0, 4],
"to": [16, 16, 4],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 11]},
"faces": {
"south": {"uv": [2, 0, 1, 16], "texture": "#0", "cullface": "east"}
}
},
{
"from": [15, 0, 13],
"to": [16, 16, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [14, 0, 13, 16], "texture": "#0", "cullface": "east"}
}
}
],
"groups": [
{
"name": "base",
"origin": [8, 8, 8],
"color": 0,
"nbt": "{}",
"children": [0, 1, 2]
},
{
"name": "extra",
"origin": [8, 8, 8],
"color": 0,
"nbt": "{}",
"children": [
{
"name": "south",
"origin": [24, 8, -8],
"color": 0,
"nbt": "{}",
"children": [3, 4, 5, 6, 7, 8, 9, 10]
},
{
"name": "west",
"origin": [-8, 8, 24],
"color": 0,
"nbt": "{}",
"children": [11, 12, 13, 14, 15, 16, 17, 18]
},
{
"name": "north",
"origin": [24, 8, -8],
"color": 0,
"nbt": "{}",
"children": [19, 20, 21, 22, 23, 24, 25, 26]
},
{
"name": "east",
"origin": [-8, 8, 24],
"color": 0,
"nbt": "{}",
"children": [27, 28, 29, 30, 31, 32, 33, 34]
}
]
}
]
}

View File

@ -0,0 +1,25 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"down": "ae2:block/vibration_chamber_bottom",
"north": "ae2:block/vibration_chamber_front",
"south": "ae2:block/vibration_chamber_back",
"up": "ae2:block/vibration_chamber_top",
"west": "ae2:block/vibration_chamber"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#north", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#west", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#south", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#west", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#up", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "down"}
}
}
]
}

View File

@ -0,0 +1,25 @@
{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"down": "ae2:block/vibration_chamber_bottom",
"north": "ae2:block/vibration_chamber_front_on",
"south": "ae2:block/vibration_chamber_back_on",
"up": "ae2:block/vibration_chamber_top",
"west": "ae2:block/vibration_chamber"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#north", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#west", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#south", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#west", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#up", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "down"}
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1008 B

View File

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

View File

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 B

View File

@ -0,0 +1,6 @@
{
"animation": {
"frametime": 10,
"interpolate": true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Some files were not shown because too many files have changed in this diff Show More