Create/Update assets for version 22w46a

This commit is contained in:
InventiveBot
2022-11-16 18:37:49 +01:00
parent 1766770a16
commit dcd64734a4
16881 changed files with 1132915 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":{"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"}}

View File

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

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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"
}