Skip to content

Commit

Permalink
Start on format 12 downgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkRose committed Dec 27, 2023
1 parent 4c2f66f commit ba67994
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/downgrades/format-12.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"files": {
"copy": true,
"move": [
{
"from": [
"assets/minecraft/textures/entity/player/slim/alex.png",
"assets/minecraft/textures/entity/player/wide/steve.png"
],
"to": "assets/minecraft/textures/entity/"
}
],
"remove": [
"assets/minecraft/{blockstates,{textures,models}/block}/chiseled_bookshelf*",
"assets/minecraft/textures/{gui/hanging_signs,entity/signs/hanging}/",
"assets/minecraft/textures/entity/player/",
"assets/minecraft/textures/item/{bundle*,bamboo_*,*_hanging_sign}.png",
"assets/minecraft/textures/block/{bamboo_{door*,fence*,mosaic,planks,trapdoor,block*},stripped_bamboo*}.png"
]
}
}

0 comments on commit ba67994

Please sign in to comment.