You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"bridge_pieces":{"elements":[{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/bridge_pieces/bridge","processors":"minecraft:bridge","projection":"rigid"},"weight":1}],"fallback":"minecraft:empty"},"connectors":{"elements":[{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/connectors/back_bridge_top","processors":"minecraft:bastion_generic_degradation","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/connectors/back_bridge_bottom","processors":"minecraft:bastion_generic_degradation","projection":"rigid"},"weight":1}],"fallback":"minecraft:empty"},"legs":{"elements":[{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/legs/leg_0","processors":"minecraft:bastion_generic_degradation","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/legs/leg_1","processors":"minecraft:bastion_generic_degradation","projection":"rigid"},"weight":1}],"fallback":"minecraft:empty"},"rampart_plates":{"elements":[{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/rampart_plates/plate_0","processors":"minecraft:rampart_degradation","projection":"rigid"},"weight":1}],"fallback":"minecraft:empty"},"ramparts":{"elements":[{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/ramparts/rampart_0","processors":"minecraft:rampart_degradation","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/ramparts/rampart_1","processors":"minecraft:rampart_degradation","projection":"rigid"},"weight":1}],"fallback":"minecraft:empty"},"starting_pieces":{"elements":[{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/starting_pieces/entrance","processors":"minecraft:entrance_replacement","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/starting_pieces/entrance_face","processors":"minecraft:bastion_generic_degradation","projection":"rigid"},"weight":1}],"fallback":"minecraft:empty"},"walls":{"elements":[{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/walls/wall_base_0","processors":"minecraft:rampart_degradation","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:single_pool_element","location":"minecraft:bastion/bridge/walls/wall_base_1","processors":"minecraft:rampart_degradation","projection":"rigid"},"weight":1}],"fallback":"minecraft:empty"}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["bridge_pieces.json","connectors.json","legs.json","rampart_plates.json","ramparts.json","starting_pieces.json","walls.json"]}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/bridge_pieces/bridge",
|
||||
"processors": "minecraft:bridge",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/connectors/back_bridge_top",
|
||||
"processors": "minecraft:bastion_generic_degradation",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/connectors/back_bridge_bottom",
|
||||
"processors": "minecraft:bastion_generic_degradation",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/legs/leg_0",
|
||||
"processors": "minecraft:bastion_generic_degradation",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/legs/leg_1",
|
||||
"processors": "minecraft:bastion_generic_degradation",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/rampart_plates/plate_0",
|
||||
"processors": "minecraft:rampart_degradation",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/ramparts/rampart_0",
|
||||
"processors": "minecraft:rampart_degradation",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/ramparts/rampart_1",
|
||||
"processors": "minecraft:rampart_degradation",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/starting_pieces/entrance",
|
||||
"processors": "minecraft:entrance_replacement",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/starting_pieces/entrance_face",
|
||||
"processors": "minecraft:bastion_generic_degradation",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/walls/wall_base_0",
|
||||
"processors": "minecraft:rampart_degradation",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:single_pool_element",
|
||||
"location": "minecraft:bastion/bridge/walls/wall_base_1",
|
||||
"processors": "minecraft:rampart_degradation",
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
Reference in New Issue
Block a user