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 @@
{"banner_patterns":{"sources":[{"type":"single","resource":"entity/banner_base"},{"type":"directory","source":"entity/banner","prefix":"entity/banner/"}]},"beds":{"sources":[{"type":"directory","source":"entity/bed","prefix":"entity/bed/"}]},"blocks":{"sources":[{"type":"directory","source":"block","prefix":"block/"},{"type":"directory","source":"item","prefix":"item/"},{"type":"directory","source":"entity/conduit","prefix":"entity/conduit/"},{"type":"single","resource":"entity/bell/bell_body"},{"type":"single","resource":"entity/enchanting_table_book"}]},"chests":{"sources":[{"type":"directory","source":"entity/chest","prefix":"entity/chest/"}]},"mob_effects":{"sources":[{"type":"directory","source":"mob_effect","prefix":""}]},"paintings":{"sources":[{"type":"directory","source":"painting","prefix":""}]},"particles":{"sources":[{"type":"directory","source":"particle","prefix":""}]},"shield_patterns":{"sources":[{"type":"single","resource":"entity/shield_base"},{"type":"single","resource":"entity/shield_base_nopattern"},{"type":"directory","source":"entity/shield","prefix":"entity/shield/"}]},"shulker_boxes":{"sources":[{"type":"directory","source":"entity/shulker","prefix":"entity/shulker/"}]},"signs":{"sources":[{"type":"directory","source":"entity/signs","prefix":"entity/signs/"}]}}

View File

@@ -0,0 +1 @@
{"directories":[],"files":["banner_patterns.json","beds.json","blocks.json","chests.json","mob_effects.json","paintings.json","particles.json","shield_patterns.json","shulker_boxes.json","signs.json"]}

View File

@@ -0,0 +1,13 @@
{
"sources": [
{
"type": "single",
"resource": "entity/banner_base"
},
{
"type": "directory",
"source": "entity/banner",
"prefix": "entity/banner/"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"sources": [
{
"type": "directory",
"source": "entity/bed",
"prefix": "entity/bed/"
}
]
}

View File

@@ -0,0 +1,27 @@
{
"sources": [
{
"type": "directory",
"source": "block",
"prefix": "block/"
},
{
"type": "directory",
"source": "item",
"prefix": "item/"
},
{
"type": "directory",
"source": "entity/conduit",
"prefix": "entity/conduit/"
},
{
"type": "single",
"resource": "entity/bell/bell_body"
},
{
"type": "single",
"resource": "entity/enchanting_table_book"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"sources": [
{
"type": "directory",
"source": "entity/chest",
"prefix": "entity/chest/"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"sources": [
{
"type": "directory",
"source": "mob_effect",
"prefix": ""
}
]
}

View File

@@ -0,0 +1,9 @@
{
"sources": [
{
"type": "directory",
"source": "painting",
"prefix": ""
}
]
}

View File

@@ -0,0 +1,9 @@
{
"sources": [
{
"type": "directory",
"source": "particle",
"prefix": ""
}
]
}

View File

@@ -0,0 +1,17 @@
{
"sources": [
{
"type": "single",
"resource": "entity/shield_base"
},
{
"type": "single",
"resource": "entity/shield_base_nopattern"
},
{
"type": "directory",
"source": "entity/shield",
"prefix": "entity/shield/"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"sources": [
{
"type": "directory",
"source": "entity/shulker",
"prefix": "entity/shulker/"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"sources": [
{
"type": "directory",
"source": "entity/signs",
"prefix": "entity/signs/"
}
]
}