Create/Update assets for version 22w42a

This commit is contained in:
InventiveBot
2022-10-19 18:36:45 +02:00
parent 03749d2748
commit dc55763838
16753 changed files with 1115220 additions and 18 deletions

View File

@@ -0,0 +1 @@
{"base_plates":{"elements":[{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/base_plate","processors":"minecraft:empty","projection":"rigid"},"weight":1}],"fallback":"minecraft:empty","name":"minecraft:pillager_outpost/base_plates"},"feature_plates":{"elements":[{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_plate","processors":"minecraft:empty","projection":"terrain_matching"},"weight":1}],"fallback":"minecraft:empty","name":"minecraft:pillager_outpost/feature_plates"},"features":{"elements":[{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_cage1","processors":"minecraft:empty","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_cage2","processors":"minecraft:empty","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_cage_with_allays","processors":"minecraft:empty","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_logs","processors":"minecraft:empty","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_tent1","processors":"minecraft:empty","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_tent2","processors":"minecraft:empty","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/feature_targets","processors":"minecraft:empty","projection":"rigid"},"weight":1},{"element":{"element_type":"minecraft:empty_pool_element"},"weight":6}],"fallback":"minecraft:empty","name":"minecraft:pillager_outpost/features"},"towers":{"elements":[{"element":{"element_type":"minecraft:list_pool_element","elements":[{"element_type":"minecraft:legacy_single_pool_element","location":"minecraft:pillager_outpost/watchtower","processors":"minecraft:empty","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","name":"minecraft:pillager_outpost/towers"}}

View File

@@ -0,0 +1 @@
{"directories":[],"files":["base_plates.json","feature_plates.json","features.json","towers.json"]}

View File

@@ -0,0 +1,15 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:pillager_outpost/base_plate",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
}
],
"fallback": "minecraft:empty",
"name": "minecraft:pillager_outpost/base_plates"
}

View File

@@ -0,0 +1,15 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:pillager_outpost/feature_plate",
"processors": "minecraft:empty",
"projection": "terrain_matching"
},
"weight": 1
}
],
"fallback": "minecraft:empty",
"name": "minecraft:pillager_outpost/feature_plates"
}

View File

@@ -0,0 +1,75 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:pillager_outpost/feature_cage1",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:pillager_outpost/feature_cage2",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:pillager_outpost/feature_cage_with_allays",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:pillager_outpost/feature_logs",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:pillager_outpost/feature_tent1",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:pillager_outpost/feature_tent2",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:pillager_outpost/feature_targets",
"processors": "minecraft:empty",
"projection": "rigid"
},
"weight": 1
},
{
"element": {
"element_type": "minecraft:empty_pool_element"
},
"weight": 6
}
],
"fallback": "minecraft:empty",
"name": "minecraft:pillager_outpost/features"
}

View File

@@ -0,0 +1,27 @@
{
"elements": [
{
"element": {
"element_type": "minecraft:list_pool_element",
"elements": [
{
"element_type": "minecraft:legacy_single_pool_element",
"location": "minecraft:pillager_outpost/watchtower",
"processors": "minecraft:empty",
"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",
"name": "minecraft:pillager_outpost/towers"
}