You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"base_plates":{"elements":[{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/base_plate","processors":{"processors":[]},"projection":"rigid"},"weight":1}],"fallback":"minecraft:empty"},"feature_plates":{"elements":[{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_plate","processors":{"processors":[]},"projection":"terrain_matching"},"weight":1}],"fallback":"minecraft:empty"},"features":{"elements":[{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_cage1","processors":{"processors":[]},"projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_cage2","processors":{"processors":[]},"projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_cage_with_allays","processors":{"processors":[]},"projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_logs","processors":{"processors":[]},"projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_tent1","processors":{"processors":[]},"projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_tent2","processors":{"processors":[]},"projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_targets","processors":{"processors":[]},"projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:empty_pool_element"},"weight":6}],"fallback":"minecraft:empty"},"towers":{"elements":[{"element":{"element_type":"minecraft:list_pool_element","elements":[{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/watchtower","processors":{"processors":[]},"projection":"rigid"},{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/watchtower_overgrown","processors":"minecraft:outpost_rot","projection":"rigid"}],"projection":"rigid"},"weight":1}],"fallback":"minecraft:empty"}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["base_plates.json","feature_plates.json","features.json","towers.json"]}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/base_plate",
|
||||
"processors": {
|
||||
"processors": []
|
||||
},
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/feature_plate",
|
||||
"processors": {
|
||||
"processors": []
|
||||
},
|
||||
"projection": "terrain_matching"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/feature_cage1",
|
||||
"processors": {
|
||||
"processors": []
|
||||
},
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/feature_cage2",
|
||||
"processors": {
|
||||
"processors": []
|
||||
},
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/feature_cage_with_allays",
|
||||
"processors": {
|
||||
"processors": []
|
||||
},
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/feature_logs",
|
||||
"processors": {
|
||||
"processors": []
|
||||
},
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/feature_tent1",
|
||||
"processors": {
|
||||
"processors": []
|
||||
},
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/feature_tent2",
|
||||
"processors": {
|
||||
"processors": []
|
||||
},
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/feature_targets",
|
||||
"processors": {
|
||||
"processors": []
|
||||
},
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:empty_pool_element"
|
||||
},
|
||||
"weight": 6
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"element": {
|
||||
"element_type": "minecraft:list_pool_element",
|
||||
"elements": [
|
||||
{
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/watchtower",
|
||||
"processors": {
|
||||
"processors": []
|
||||
},
|
||||
"projection": "rigid"
|
||||
},
|
||||
{
|
||||
"element_type": "minecraft:legacy_single_pool_element",
|
||||
"location": "minecraft:pillager_outpost/watchtower_overgrown",
|
||||
"processors": "minecraft:outpost_rot",
|
||||
"projection": "rigid"
|
||||
}
|
||||
],
|
||||
"projection": "rigid"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"fallback": "minecraft:empty"
|
||||
}
|
||||
Reference in New Issue
Block a user