Compare commits

..

2 Commits

Author SHA1 Message Date
InventiveBot
ce8c951ded Create/Update assets for version 1.20.3 2023-12-06 18:41:33 +01:00
InventiveBot
7ff45be245 Create new branch for version 1.20.3 2023-12-06 18:39:32 +01:00
1146 changed files with 240 additions and 240 deletions

1
1.20.3.json Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"directories":["assets","data","mappings"],"files":["1.20.4-rc1.json","version.json"]}
{"directories":["assets","data","mappings"],"files":["1.20.3.json","version.json"]}

File diff suppressed because one or more lines are too long

View File

@@ -4,21 +4,21 @@
"apply": {
"model": "minecraft:block/chiseled_bookshelf",
"uvlock": true,
"y": 270
"y": 90
},
"when": {
"facing": "west"
"facing": "east"
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_left",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_0_occupied": "true"
@@ -29,12 +29,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_left",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_0_occupied": "false"
@@ -45,12 +45,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_mid",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_1_occupied": "true"
@@ -61,12 +61,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_mid",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_1_occupied": "false"
@@ -77,12 +77,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_right",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_2_occupied": "true"
@@ -93,12 +93,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_right",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_2_occupied": "false"
@@ -109,12 +109,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_left",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_3_occupied": "true"
@@ -125,12 +125,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_left",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_3_occupied": "false"
@@ -141,12 +141,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_mid",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_4_occupied": "true"
@@ -157,12 +157,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_mid",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_4_occupied": "false"
@@ -173,12 +173,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_right",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_5_occupied": "true"
@@ -189,12 +189,12 @@
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_right",
"y": 270
"y": 90
},
"when": {
"AND": [
{
"facing": "west"
"facing": "east"
},
{
"slot_5_occupied": "false"
@@ -404,208 +404,6 @@
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf",
"uvlock": true,
"y": 90
},
"when": {
"facing": "east"
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_left",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_0_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_left",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_0_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_mid",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_1_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_mid",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_1_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_right",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_2_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_right",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_2_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_left",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_3_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_left",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_3_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_mid",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_4_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_mid",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_4_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_right",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_5_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_right",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"slot_5_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf",
@@ -807,6 +605,208 @@
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf",
"uvlock": true,
"y": 270
},
"when": {
"facing": "west"
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_left",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_0_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_left",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_0_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_mid",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_1_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_mid",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_1_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_right",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_2_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_right",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_2_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_left",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_3_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_left",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_3_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_mid",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_4_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_mid",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_4_occupied": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_right",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_5_occupied": "true"
}
]
}
},
{
"apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_right",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"slot_5_occupied": "false"
}
]
}
}
]
}

Some files were not shown because too many files have changed in this diff Show More