You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
1
assets/minecraft/atlases/_all.json
Normal file
1
assets/minecraft/atlases/_all.json
Normal 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/"}]}}
|
||||
1
assets/minecraft/atlases/_list.json
Normal file
1
assets/minecraft/atlases/_list.json
Normal 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"]}
|
||||
13
assets/minecraft/atlases/banner_patterns.json
Normal file
13
assets/minecraft/atlases/banner_patterns.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "single",
|
||||
"resource": "entity/banner_base"
|
||||
},
|
||||
{
|
||||
"type": "directory",
|
||||
"source": "entity/banner",
|
||||
"prefix": "entity/banner/"
|
||||
}
|
||||
]
|
||||
}
|
||||
9
assets/minecraft/atlases/beds.json
Normal file
9
assets/minecraft/atlases/beds.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "directory",
|
||||
"source": "entity/bed",
|
||||
"prefix": "entity/bed/"
|
||||
}
|
||||
]
|
||||
}
|
||||
27
assets/minecraft/atlases/blocks.json
Normal file
27
assets/minecraft/atlases/blocks.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
9
assets/minecraft/atlases/chests.json
Normal file
9
assets/minecraft/atlases/chests.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "directory",
|
||||
"source": "entity/chest",
|
||||
"prefix": "entity/chest/"
|
||||
}
|
||||
]
|
||||
}
|
||||
9
assets/minecraft/atlases/mob_effects.json
Normal file
9
assets/minecraft/atlases/mob_effects.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "directory",
|
||||
"source": "mob_effect",
|
||||
"prefix": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
9
assets/minecraft/atlases/paintings.json
Normal file
9
assets/minecraft/atlases/paintings.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "directory",
|
||||
"source": "painting",
|
||||
"prefix": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
9
assets/minecraft/atlases/particles.json
Normal file
9
assets/minecraft/atlases/particles.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "directory",
|
||||
"source": "particle",
|
||||
"prefix": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
17
assets/minecraft/atlases/shield_patterns.json
Normal file
17
assets/minecraft/atlases/shield_patterns.json
Normal 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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
9
assets/minecraft/atlases/shulker_boxes.json
Normal file
9
assets/minecraft/atlases/shulker_boxes.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "directory",
|
||||
"source": "entity/shulker",
|
||||
"prefix": "entity/shulker/"
|
||||
}
|
||||
]
|
||||
}
|
||||
9
assets/minecraft/atlases/signs.json
Normal file
9
assets/minecraft/atlases/signs.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "directory",
|
||||
"source": "entity/signs",
|
||||
"prefix": "entity/signs/"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user