Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
647c903435 1.21.5 2025-07-04 03:45:38 +03:00
18a65c1b80 1.21.4 2025-07-04 03:15:13 +03:00
2a06afb374 1.21.3 2025-07-04 02:49:36 +03:00
7690 changed files with 121043 additions and 88814 deletions

View file

@ -1,62 +1,63 @@
{ {
"sources": [ "sources": [
{ {
"type": "paletted_permutations", "type": "minecraft:paletted_permutations",
"textures": [ "palette_key": "minecraft:trims/color_palettes/trim_palette",
"trims/entity/humanoid/coast", "permutations": {
"trims/entity/humanoid_leggings/coast", "amethyst": "minecraft:trims/color_palettes/amethyst",
"trims/entity/humanoid/sentry", "copper": "minecraft:trims/color_palettes/copper",
"trims/entity/humanoid_leggings/sentry", "diamond": "minecraft:trims/color_palettes/diamond",
"trims/entity/humanoid/dune", "diamond_darker": "minecraft:trims/color_palettes/diamond_darker",
"trims/entity/humanoid_leggings/dune", "emerald": "minecraft:trims/color_palettes/emerald",
"trims/entity/humanoid/wild", "gold": "minecraft:trims/color_palettes/gold",
"trims/entity/humanoid_leggings/wild", "gold_darker": "minecraft:trims/color_palettes/gold_darker",
"trims/entity/humanoid/ward", "iron": "minecraft:trims/color_palettes/iron",
"trims/entity/humanoid_leggings/ward", "iron_darker": "minecraft:trims/color_palettes/iron_darker",
"trims/entity/humanoid/eye", "lapis": "minecraft:trims/color_palettes/lapis",
"trims/entity/humanoid_leggings/eye", "netherite": "minecraft:trims/color_palettes/netherite",
"trims/entity/humanoid/vex", "netherite_darker": "minecraft:trims/color_palettes/netherite_darker",
"trims/entity/humanoid_leggings/vex", "quartz": "minecraft:trims/color_palettes/quartz",
"trims/entity/humanoid/tide", "redstone": "minecraft:trims/color_palettes/redstone",
"trims/entity/humanoid_leggings/tide", "resin": "minecraft:trims/color_palettes/resin"
"trims/entity/humanoid/snout", },
"trims/entity/humanoid_leggings/snout", "textures": [
"trims/entity/humanoid/rib", "minecraft:trims/entity/humanoid/sentry",
"trims/entity/humanoid_leggings/rib", "minecraft:trims/entity/humanoid_leggings/sentry",
"trims/entity/humanoid/spire", "minecraft:trims/entity/humanoid/dune",
"trims/entity/humanoid_leggings/spire", "minecraft:trims/entity/humanoid_leggings/dune",
"trims/entity/humanoid/wayfinder", "minecraft:trims/entity/humanoid/coast",
"trims/entity/humanoid_leggings/wayfinder", "minecraft:trims/entity/humanoid_leggings/coast",
"trims/entity/humanoid/shaper", "minecraft:trims/entity/humanoid/wild",
"trims/entity/humanoid_leggings/shaper", "minecraft:trims/entity/humanoid_leggings/wild",
"trims/entity/humanoid/silence", "minecraft:trims/entity/humanoid/ward",
"trims/entity/humanoid_leggings/silence", "minecraft:trims/entity/humanoid_leggings/ward",
"trims/entity/humanoid/raiser", "minecraft:trims/entity/humanoid/eye",
"trims/entity/humanoid_leggings/raiser", "minecraft:trims/entity/humanoid_leggings/eye",
"trims/entity/humanoid/host", "minecraft:trims/entity/humanoid/vex",
"trims/entity/humanoid_leggings/host", "minecraft:trims/entity/humanoid_leggings/vex",
"trims/entity/humanoid/flow", "minecraft:trims/entity/humanoid/tide",
"trims/entity/humanoid_leggings/flow", "minecraft:trims/entity/humanoid_leggings/tide",
"trims/entity/humanoid/bolt", "minecraft:trims/entity/humanoid/snout",
"trims/entity/humanoid_leggings/bolt" "minecraft:trims/entity/humanoid_leggings/snout",
], "minecraft:trims/entity/humanoid/rib",
"palette_key": "trims/color_palettes/trim_palette", "minecraft:trims/entity/humanoid_leggings/rib",
"permutations": { "minecraft:trims/entity/humanoid/spire",
"quartz": "trims/color_palettes/quartz", "minecraft:trims/entity/humanoid_leggings/spire",
"iron": "trims/color_palettes/iron", "minecraft:trims/entity/humanoid/wayfinder",
"gold": "trims/color_palettes/gold", "minecraft:trims/entity/humanoid_leggings/wayfinder",
"diamond": "trims/color_palettes/diamond", "minecraft:trims/entity/humanoid/shaper",
"netherite": "trims/color_palettes/netherite", "minecraft:trims/entity/humanoid_leggings/shaper",
"redstone": "trims/color_palettes/redstone", "minecraft:trims/entity/humanoid/silence",
"copper": "trims/color_palettes/copper", "minecraft:trims/entity/humanoid_leggings/silence",
"emerald": "trims/color_palettes/emerald", "minecraft:trims/entity/humanoid/raiser",
"lapis": "trims/color_palettes/lapis", "minecraft:trims/entity/humanoid_leggings/raiser",
"amethyst": "trims/color_palettes/amethyst", "minecraft:trims/entity/humanoid/host",
"iron_darker": "trims/color_palettes/iron_darker", "minecraft:trims/entity/humanoid_leggings/host",
"gold_darker": "trims/color_palettes/gold_darker", "minecraft:trims/entity/humanoid/flow",
"diamond_darker": "trims/color_palettes/diamond_darker", "minecraft:trims/entity/humanoid_leggings/flow",
"netherite_darker": "trims/color_palettes/netherite_darker" "minecraft:trims/entity/humanoid/bolt",
} "minecraft:trims/entity/humanoid_leggings/bolt"
} ]
] }
} ]
}

View file

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

View file

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

View file

@ -1,57 +1,58 @@
{ {
"sources": [ "sources": [
{ {
"type": "directory", "type": "minecraft:directory",
"source": "block", "prefix": "block/",
"prefix": "block/" "source": "block"
}, },
{ {
"type": "directory", "type": "minecraft:directory",
"source": "item", "prefix": "item/",
"prefix": "item/" "source": "item"
}, },
{ {
"type": "directory", "type": "minecraft:directory",
"source": "entity/conduit", "prefix": "entity/conduit/",
"prefix": "entity/conduit/" "source": "entity/conduit"
}, },
{ {
"type": "single", "type": "minecraft:single",
"resource": "entity/bell/bell_body" "resource": "minecraft:entity/bell/bell_body"
}, },
{ {
"type": "single", "type": "minecraft:single",
"resource": "entity/decorated_pot/decorated_pot_side" "resource": "minecraft:entity/decorated_pot/decorated_pot_side"
}, },
{ {
"type": "single", "type": "minecraft:single",
"resource": "entity/enchanting_table_book" "resource": "minecraft:entity/enchanting_table_book"
}, },
{ {
"type": "paletted_permutations", "type": "minecraft:paletted_permutations",
"textures": [ "palette_key": "minecraft:trims/color_palettes/trim_palette",
"trims/items/leggings_trim", "permutations": {
"trims/items/chestplate_trim", "amethyst": "minecraft:trims/color_palettes/amethyst",
"trims/items/helmet_trim", "copper": "minecraft:trims/color_palettes/copper",
"trims/items/boots_trim" "diamond": "minecraft:trims/color_palettes/diamond",
], "diamond_darker": "minecraft:trims/color_palettes/diamond_darker",
"palette_key": "trims/color_palettes/trim_palette", "emerald": "minecraft:trims/color_palettes/emerald",
"permutations": { "gold": "minecraft:trims/color_palettes/gold",
"quartz": "trims/color_palettes/quartz", "gold_darker": "minecraft:trims/color_palettes/gold_darker",
"iron": "trims/color_palettes/iron", "iron": "minecraft:trims/color_palettes/iron",
"gold": "trims/color_palettes/gold", "iron_darker": "minecraft:trims/color_palettes/iron_darker",
"diamond": "trims/color_palettes/diamond", "lapis": "minecraft:trims/color_palettes/lapis",
"netherite": "trims/color_palettes/netherite", "netherite": "minecraft:trims/color_palettes/netherite",
"redstone": "trims/color_palettes/redstone", "netherite_darker": "minecraft:trims/color_palettes/netherite_darker",
"copper": "trims/color_palettes/copper", "quartz": "minecraft:trims/color_palettes/quartz",
"emerald": "trims/color_palettes/emerald", "redstone": "minecraft:trims/color_palettes/redstone",
"lapis": "trims/color_palettes/lapis", "resin": "minecraft:trims/color_palettes/resin"
"amethyst": "trims/color_palettes/amethyst", },
"iron_darker": "trims/color_palettes/iron_darker", "textures": [
"gold_darker": "trims/color_palettes/gold_darker", "minecraft:trims/items/helmet_trim",
"diamond_darker": "trims/color_palettes/diamond_darker", "minecraft:trims/items/chestplate_trim",
"netherite_darker": "trims/color_palettes/netherite_darker" "minecraft:trims/items/leggings_trim",
} "minecraft:trims/items/boots_trim"
} ]
] }
} ]
}

View file

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

View file

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

View file

@ -1,9 +1,9 @@
{ {
"sources": [ "sources": [
{ {
"type": "directory", "type": "minecraft:directory",
"source": "gui/sprites", "prefix": "",
"prefix": "" "source": "gui/sprites"
} }
] ]
} }

View file

@ -1,9 +1,9 @@
{ {
"sources": [ "sources": [
{ {
"type": "directory", "type": "minecraft:directory",
"source": "map/decorations", "prefix": "",
"prefix": "" "source": "map/decorations"
} }
] ]
} }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -45,8 +45,7 @@
}, },
"facing=south,half=top,open=true": { "facing=south,half=top,open=true": {
"model": "minecraft:block/acacia_trapdoor_open", "model": "minecraft:block/acacia_trapdoor_open",
"x": 180, "x": 180
"y": 0
}, },
"facing=west,half=bottom,open=false": { "facing=west,half=bottom,open=false": {
"model": "minecraft:block/acacia_trapdoor_bottom", "model": "minecraft:block/acacia_trapdoor_bottom",

View file

@ -7,8 +7,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/bamboo_fence_side_north", "model": "minecraft:block/bamboo_fence_side_north"
"uvlock": false
}, },
"when": { "when": {
"north": "true" "north": "true"
@ -16,8 +15,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/bamboo_fence_side_east", "model": "minecraft:block/bamboo_fence_side_east"
"uvlock": false
}, },
"when": { "when": {
"east": "true" "east": "true"
@ -25,8 +23,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/bamboo_fence_side_south", "model": "minecraft:block/bamboo_fence_side_south"
"uvlock": false
}, },
"when": { "when": {
"south": "true" "south": "true"
@ -34,8 +31,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/bamboo_fence_side_west", "model": "minecraft:block/bamboo_fence_side_west"
"uvlock": false
}, },
"when": { "when": {
"west": "true" "west": "true"

View file

@ -2,78 +2,62 @@
"variants": { "variants": {
"facing=east,in_wall=false,open=false": { "facing=east,in_wall=false,open=false": {
"model": "minecraft:block/bamboo_fence_gate", "model": "minecraft:block/bamboo_fence_gate",
"uvlock": false,
"y": 270 "y": 270
}, },
"facing=east,in_wall=false,open=true": { "facing=east,in_wall=false,open=true": {
"model": "minecraft:block/bamboo_fence_gate_open", "model": "minecraft:block/bamboo_fence_gate_open",
"uvlock": false,
"y": 270 "y": 270
}, },
"facing=east,in_wall=true,open=false": { "facing=east,in_wall=true,open=false": {
"model": "minecraft:block/bamboo_fence_gate_wall", "model": "minecraft:block/bamboo_fence_gate_wall",
"uvlock": false,
"y": 270 "y": 270
}, },
"facing=east,in_wall=true,open=true": { "facing=east,in_wall=true,open=true": {
"model": "minecraft:block/bamboo_fence_gate_wall_open", "model": "minecraft:block/bamboo_fence_gate_wall_open",
"uvlock": false,
"y": 270 "y": 270
}, },
"facing=north,in_wall=false,open=false": { "facing=north,in_wall=false,open=false": {
"model": "minecraft:block/bamboo_fence_gate", "model": "minecraft:block/bamboo_fence_gate",
"uvlock": false,
"y": 180 "y": 180
}, },
"facing=north,in_wall=false,open=true": { "facing=north,in_wall=false,open=true": {
"model": "minecraft:block/bamboo_fence_gate_open", "model": "minecraft:block/bamboo_fence_gate_open",
"uvlock": false,
"y": 180 "y": 180
}, },
"facing=north,in_wall=true,open=false": { "facing=north,in_wall=true,open=false": {
"model": "minecraft:block/bamboo_fence_gate_wall", "model": "minecraft:block/bamboo_fence_gate_wall",
"uvlock": false,
"y": 180 "y": 180
}, },
"facing=north,in_wall=true,open=true": { "facing=north,in_wall=true,open=true": {
"model": "minecraft:block/bamboo_fence_gate_wall_open", "model": "minecraft:block/bamboo_fence_gate_wall_open",
"uvlock": false,
"y": 180 "y": 180
}, },
"facing=south,in_wall=false,open=false": { "facing=south,in_wall=false,open=false": {
"model": "minecraft:block/bamboo_fence_gate", "model": "minecraft:block/bamboo_fence_gate"
"uvlock": false
}, },
"facing=south,in_wall=false,open=true": { "facing=south,in_wall=false,open=true": {
"model": "minecraft:block/bamboo_fence_gate_open", "model": "minecraft:block/bamboo_fence_gate_open"
"uvlock": false
}, },
"facing=south,in_wall=true,open=false": { "facing=south,in_wall=true,open=false": {
"model": "minecraft:block/bamboo_fence_gate_wall", "model": "minecraft:block/bamboo_fence_gate_wall"
"uvlock": false
}, },
"facing=south,in_wall=true,open=true": { "facing=south,in_wall=true,open=true": {
"model": "minecraft:block/bamboo_fence_gate_wall_open", "model": "minecraft:block/bamboo_fence_gate_wall_open"
"uvlock": false
}, },
"facing=west,in_wall=false,open=false": { "facing=west,in_wall=false,open=false": {
"model": "minecraft:block/bamboo_fence_gate", "model": "minecraft:block/bamboo_fence_gate",
"uvlock": false,
"y": 90 "y": 90
}, },
"facing=west,in_wall=false,open=true": { "facing=west,in_wall=false,open=true": {
"model": "minecraft:block/bamboo_fence_gate_open", "model": "minecraft:block/bamboo_fence_gate_open",
"uvlock": false,
"y": 90 "y": 90
}, },
"facing=west,in_wall=true,open=false": { "facing=west,in_wall=true,open=false": {
"model": "minecraft:block/bamboo_fence_gate_wall", "model": "minecraft:block/bamboo_fence_gate_wall",
"uvlock": false,
"y": 90 "y": 90
}, },
"facing=west,in_wall=true,open=true": { "facing=west,in_wall=true,open=true": {
"model": "minecraft:block/bamboo_fence_gate_wall_open", "model": "minecraft:block/bamboo_fence_gate_wall_open",
"uvlock": false,
"y": 90 "y": 90
} }
} }

View file

@ -45,8 +45,7 @@
}, },
"facing=south,half=top,open=true": { "facing=south,half=top,open=true": {
"model": "minecraft:block/bamboo_trapdoor_open", "model": "minecraft:block/bamboo_trapdoor_open",
"x": 180, "x": 180
"y": 0
}, },
"facing=west,half=bottom,open=false": { "facing=west,half=bottom,open=false": {
"model": "minecraft:block/bamboo_trapdoor_bottom", "model": "minecraft:block/bamboo_trapdoor_bottom",

View file

@ -45,8 +45,7 @@
}, },
"facing=south,half=top,open=true": { "facing=south,half=top,open=true": {
"model": "minecraft:block/birch_trapdoor_open", "model": "minecraft:block/birch_trapdoor_open",
"x": 180, "x": 180
"y": 0
}, },
"facing=west,half=bottom,open=false": { "facing=west,half=bottom,open=false": {
"model": "minecraft:block/birch_trapdoor_bottom", "model": "minecraft:block/birch_trapdoor_bottom",

View file

@ -69,7 +69,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"y": 90 "y": 90
}, },
"when": { "when": {
@ -79,7 +78,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"y": 180 "y": 180
}, },
"when": { "when": {
@ -89,7 +87,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"y": 270 "y": 270
}, },
"when": { "when": {
@ -99,7 +96,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"x": 270 "x": 270
}, },
"when": { "when": {
@ -109,7 +105,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"x": 90 "x": 90
}, },
"when": { "when": {

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/bush"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/cactus_flower"
}
}
}

View file

@ -45,8 +45,7 @@
}, },
"facing=south,half=top,open=true": { "facing=south,half=top,open=true": {
"model": "minecraft:block/cherry_trapdoor_open", "model": "minecraft:block/cherry_trapdoor_open",
"x": 180, "x": 180
"y": 0
}, },
"facing=west,half=bottom,open=false": { "facing=west,half=bottom,open=false": {
"model": "minecraft:block/cherry_trapdoor_bottom", "model": "minecraft:block/cherry_trapdoor_bottom",

View file

@ -3,8 +3,7 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf", "model": "minecraft:block/chiseled_bookshelf",
"uvlock": true, "uvlock": true
"y": 0
}, },
"when": { "when": {
"facing": "north" "facing": "north"
@ -12,8 +11,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_left", "model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_left"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -28,8 +26,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_left", "model": "minecraft:block/chiseled_bookshelf_empty_slot_top_left"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -44,8 +41,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_mid", "model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_mid"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -60,8 +56,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_mid", "model": "minecraft:block/chiseled_bookshelf_empty_slot_top_mid"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -76,8 +71,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_right", "model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_right"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -92,8 +86,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_right", "model": "minecraft:block/chiseled_bookshelf_empty_slot_top_right"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -108,8 +101,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_left", "model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_left"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -124,8 +116,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_left", "model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_left"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -140,8 +131,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_mid", "model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_mid"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -156,8 +146,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_mid", "model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_mid"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -172,8 +161,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_right", "model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_right"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [
@ -188,8 +176,7 @@
}, },
{ {
"apply": { "apply": {
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_right", "model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_right"
"y": 0
}, },
"when": { "when": {
"AND": [ "AND": [

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/chiseled_resin_bricks"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/closed_eyeblossom"
}
}
}

View file

@ -1,40 +1,40 @@
{ {
"variants": { "variants": {
"axis=x,creaking=active": { "axis=x,creaking_heart_state=awake": {
"model": "minecraft:block/creaking_heart_active_horizontal", "model": "minecraft:block/creaking_heart_awake_horizontal",
"x": 90, "x": 90,
"y": 90 "y": 90
}, },
"axis=x,creaking=disabled": { "axis=x,creaking_heart_state=dormant": {
"model": "minecraft:block/creaking_heart_dormant_horizontal",
"x": 90,
"y": 90
},
"axis=x,creaking_heart_state=uprooted": {
"model": "minecraft:block/creaking_heart_horizontal", "model": "minecraft:block/creaking_heart_horizontal",
"x": 90, "x": 90,
"y": 90 "y": 90
}, },
"axis=x,creaking=dormant": { "axis=y,creaking_heart_state=awake": {
"model": "minecraft:block/creaking_heart_active_horizontal", "model": "minecraft:block/creaking_heart_awake"
"x": 90,
"y": 90
}, },
"axis=y,creaking=active": { "axis=y,creaking_heart_state=dormant": {
"model": "minecraft:block/creaking_heart_active" "model": "minecraft:block/creaking_heart_dormant"
}, },
"axis=y,creaking=disabled": { "axis=y,creaking_heart_state=uprooted": {
"model": "minecraft:block/creaking_heart" "model": "minecraft:block/creaking_heart"
}, },
"axis=y,creaking=dormant": { "axis=z,creaking_heart_state=awake": {
"model": "minecraft:block/creaking_heart_active" "model": "minecraft:block/creaking_heart_awake_horizontal",
},
"axis=z,creaking=active": {
"model": "minecraft:block/creaking_heart_active_horizontal",
"x": 90 "x": 90
}, },
"axis=z,creaking=disabled": { "axis=z,creaking_heart_state=dormant": {
"model": "minecraft:block/creaking_heart_dormant_horizontal",
"x": 90
},
"axis=z,creaking_heart_state=uprooted": {
"model": "minecraft:block/creaking_heart_horizontal", "model": "minecraft:block/creaking_heart_horizontal",
"x": 90 "x": 90
},
"axis=z,creaking=dormant": {
"model": "minecraft:block/creaking_heart_active_horizontal",
"x": 90
} }
} }
} }

View file

@ -45,8 +45,7 @@
}, },
"facing=south,half=top,open=true": { "facing=south,half=top,open=true": {
"model": "minecraft:block/crimson_trapdoor_open", "model": "minecraft:block/crimson_trapdoor_open",
"x": 180, "x": 180
"y": 0
}, },
"facing=west,half=bottom,open=false": { "facing=west,half=bottom,open=false": {
"model": "minecraft:block/crimson_trapdoor_bottom", "model": "minecraft:block/crimson_trapdoor_bottom",

View file

@ -1,7 +1,7 @@
{ {
"variants": { "variants": {
"": { "": {
"model": "minecraft:block/end_portal" "model": "minecraft:block/end_gateway"
} }
} }
} }

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/firefly_bush"
}
}
}

View file

@ -45,8 +45,7 @@
}, },
"facing=south,half=top,open=true": { "facing=south,half=top,open=true": {
"model": "minecraft:block/jungle_trapdoor_open", "model": "minecraft:block/jungle_trapdoor_open",
"x": 180, "x": 180
"y": 0
}, },
"facing=west,half=bottom,open=false": { "facing=west,half=bottom,open=false": {
"model": "minecraft:block/jungle_trapdoor_bottom", "model": "minecraft:block/jungle_trapdoor_bottom",

View file

@ -0,0 +1,160 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/leaf_litter_1"
},
"when": {
"facing": "north",
"segment_amount": "1"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_1",
"y": 90
},
"when": {
"facing": "east",
"segment_amount": "1"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_1",
"y": 180
},
"when": {
"facing": "south",
"segment_amount": "1"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_1",
"y": 270
},
"when": {
"facing": "west",
"segment_amount": "1"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_2"
},
"when": {
"facing": "north",
"segment_amount": "2|3"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_2",
"y": 90
},
"when": {
"facing": "east",
"segment_amount": "2|3"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_2",
"y": 180
},
"when": {
"facing": "south",
"segment_amount": "2|3"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_2",
"y": 270
},
"when": {
"facing": "west",
"segment_amount": "2|3"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_3"
},
"when": {
"facing": "north",
"segment_amount": "3"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_3",
"y": 90
},
"when": {
"facing": "east",
"segment_amount": "3"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_3",
"y": 180
},
"when": {
"facing": "south",
"segment_amount": "3"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_3",
"y": 270
},
"when": {
"facing": "west",
"segment_amount": "3"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_4"
},
"when": {
"facing": "north",
"segment_amount": "4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_4",
"y": 90
},
"when": {
"facing": "east",
"segment_amount": "4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_4",
"y": 180
},
"when": {
"facing": "south",
"segment_amount": "4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_4",
"y": 270
},
"when": {
"facing": "west",
"segment_amount": "4"
}
}
]
}

View file

@ -45,8 +45,7 @@
}, },
"facing=south,half=top,open=true": { "facing=south,half=top,open=true": {
"model": "minecraft:block/mangrove_trapdoor_open", "model": "minecraft:block/mangrove_trapdoor_open",
"x": 180, "x": 180
"y": 0
}, },
"facing=west,half=bottom,open=false": { "facing=west,half=bottom,open=false": {
"model": "minecraft:block/mangrove_trapdoor_bottom", "model": "minecraft:block/mangrove_trapdoor_bottom",

View file

@ -69,7 +69,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"y": 90 "y": 90
}, },
"when": { "when": {
@ -79,7 +78,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"y": 180 "y": 180
}, },
"when": { "when": {
@ -89,7 +87,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"y": 270 "y": 270
}, },
"when": { "when": {
@ -99,7 +96,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"x": 270 "x": 270
}, },
"when": { "when": {
@ -109,7 +105,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"x": 90 "x": 90
}, },
"when": { "when": {

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/open_eyeblossom"
}
}
}

View file

@ -45,8 +45,7 @@
}, },
"facing=south,half=top,open=true": { "facing=south,half=top,open=true": {
"model": "minecraft:block/pale_oak_trapdoor_open", "model": "minecraft:block/pale_oak_trapdoor_open",
"x": 180, "x": 180
"y": 0
}, },
"facing=west,half=bottom,open=false": { "facing=west,half=bottom,open=false": {
"model": "minecraft:block/pale_oak_trapdoor_bottom", "model": "minecraft:block/pale_oak_trapdoor_bottom",

View file

@ -5,8 +5,7 @@
"model": "minecraft:block/pink_petals_1" "model": "minecraft:block/pink_petals_1"
}, },
"when": { "when": {
"facing": "north", "facing": "north"
"flower_amount": "1|2|3|4"
} }
}, },
{ {
@ -15,8 +14,7 @@
"y": 90 "y": 90
}, },
"when": { "when": {
"facing": "east", "facing": "east"
"flower_amount": "1|2|3|4"
} }
}, },
{ {
@ -25,8 +23,7 @@
"y": 180 "y": 180
}, },
"when": { "when": {
"facing": "south", "facing": "south"
"flower_amount": "1|2|3|4"
} }
}, },
{ {
@ -35,8 +32,7 @@
"y": 270 "y": 270
}, },
"when": { "when": {
"facing": "west", "facing": "west"
"flower_amount": "1|2|3|4"
} }
}, },
{ {

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/potted_closed_eyeblossom"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/potted_open_eyeblossom"
}
}
}

View file

@ -69,7 +69,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"y": 90 "y": 90
}, },
"when": { "when": {
@ -79,7 +78,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"y": 180 "y": 180
}, },
"when": { "when": {
@ -89,7 +87,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"y": 270 "y": 270
}, },
"when": { "when": {
@ -99,7 +96,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"x": 270 "x": 270
}, },
"when": { "when": {
@ -109,7 +105,6 @@
{ {
"apply": { "apply": {
"model": "minecraft:block/mushroom_block_inside", "model": "minecraft:block/mushroom_block_inside",
"uvlock": false,
"x": 90 "x": 90
}, },
"when": { "when": {

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/resin_block"
}
}
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "minecraft:block/resin_brick_slab"
},
"type=double": {
"model": "minecraft:block/resin_bricks"
},
"type=top": {
"model": "minecraft:block/resin_brick_slab_top"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "minecraft:block/resin_brick_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "minecraft:block/resin_brick_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "minecraft:block/resin_brick_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=inner_right": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=east,half=top,shape=outer_right": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "minecraft:block/resin_brick_stairs",
"uvlock": true,
"x": 180
},
"facing=north,half=bottom,shape=inner_left": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "minecraft:block/resin_brick_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=outer_left": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"x": 180
},
"facing=north,half=top,shape=straight": {
"model": "minecraft:block/resin_brick_stairs",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "minecraft:block/resin_brick_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "minecraft:block/resin_brick_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "minecraft:block/resin_brick_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "minecraft:block/resin_brick_stairs",
"uvlock": true,
"x": 180,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "minecraft:block/resin_brick_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "minecraft:block/resin_brick_stairs_inner",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "minecraft:block/resin_brick_stairs_outer",
"uvlock": true,
"x": 180,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "minecraft:block/resin_brick_stairs",
"uvlock": true,
"x": 180,
"y": 180
}
}
}

View file

@ -0,0 +1,90 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/resin_brick_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "minecraft:block/resin_brick_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "minecraft:block/resin_brick_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "minecraft:block/resin_brick_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "minecraft:block/resin_brick_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "minecraft:block/resin_brick_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "minecraft:block/resin_brick_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "minecraft:block/resin_brick_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "minecraft:block/resin_brick_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/resin_bricks"
}
}
}

View file

@ -0,0 +1,150 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/resin_clump"
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump"
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump",
"uvlock": true,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump",
"uvlock": true,
"y": 90
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump",
"uvlock": true,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump",
"uvlock": true,
"y": 180
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump",
"uvlock": true,
"y": 270
},
"when": {
"west": "true"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump",
"uvlock": true,
"y": 270
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump",
"uvlock": true,
"x": 270
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump",
"uvlock": true,
"x": 270
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump",
"uvlock": true,
"x": 90
},
"when": {
"down": "true"
}
},
{
"apply": {
"model": "minecraft:block/resin_clump",
"uvlock": true,
"x": 90
},
"when": {
"down": "false",
"east": "false",
"north": "false",
"south": "false",
"up": "false",
"west": "false"
}
}
]
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/short_dry_grass"
}
}
}

View file

@ -45,8 +45,7 @@
}, },
"facing=south,half=top,open=true": { "facing=south,half=top,open=true": {
"model": "minecraft:block/spruce_trapdoor_open", "model": "minecraft:block/spruce_trapdoor_open",
"x": 180, "x": 180
"y": 0
}, },
"facing=west,half=bottom,open=false": { "facing=west,half=bottom,open=false": {
"model": "minecraft:block/spruce_trapdoor_bottom", "model": "minecraft:block/spruce_trapdoor_bottom",

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/tall_dry_grass"
}
}
}

View file

@ -0,0 +1,16 @@
{
"variants": {
"mode=accept": {
"model": "minecraft:block/test_block_accept"
},
"mode=fail": {
"model": "minecraft:block/test_block_fail"
},
"mode=log": {
"model": "minecraft:block/test_block_log"
},
"mode=start": {
"model": "minecraft:block/test_block_start"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "minecraft:block/test_instance_block"
}
}
}

View file

@ -1,7 +1,7 @@
{ {
"variants": { "variants": {
"": { "": {
"model": "minecraft:block/chest" "model": "minecraft:block/trapped_chest"
} }
} }
} }

View file

@ -45,8 +45,7 @@
}, },
"facing=south,half=top,open=true": { "facing=south,half=top,open=true": {
"model": "minecraft:block/warped_trapdoor_open", "model": "minecraft:block/warped_trapdoor_open",
"x": 180, "x": 180
"y": 0
}, },
"facing=west,half=bottom,open=false": { "facing=west,half=bottom,open=false": {
"model": "minecraft:block/warped_trapdoor_bottom", "model": "minecraft:block/warped_trapdoor_bottom",

View file

@ -0,0 +1,156 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/wildflowers_1"
},
"when": {
"facing": "north"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_1",
"y": 90
},
"when": {
"facing": "east"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_1",
"y": 180
},
"when": {
"facing": "south"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_1",
"y": 270
},
"when": {
"facing": "west"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_2"
},
"when": {
"facing": "north",
"flower_amount": "2|3|4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_2",
"y": 90
},
"when": {
"facing": "east",
"flower_amount": "2|3|4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_2",
"y": 180
},
"when": {
"facing": "south",
"flower_amount": "2|3|4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_2",
"y": 270
},
"when": {
"facing": "west",
"flower_amount": "2|3|4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_3"
},
"when": {
"facing": "north",
"flower_amount": "3|4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_3",
"y": 90
},
"when": {
"facing": "east",
"flower_amount": "3|4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_3",
"y": 180
},
"when": {
"facing": "south",
"flower_amount": "3|4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_3",
"y": 270
},
"when": {
"facing": "west",
"flower_amount": "3|4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_4"
},
"when": {
"facing": "north",
"flower_amount": "4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_4",
"y": 90
},
"when": {
"facing": "east",
"flower_amount": "4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_4",
"y": 180
},
"when": {
"facing": "south",
"flower_amount": "4"
}
},
{
"apply": {
"model": "minecraft:block/wildflowers_4",
"y": 270
},
"when": {
"facing": "west",
"flower_amount": "4"
}
}
]
}

View file

@ -0,0 +1,44 @@
{
"layers": {
"camel_saddle": [
{
"texture": "minecraft:saddle"
}
],
"donkey_saddle": [
{
"texture": "minecraft:saddle"
}
],
"horse_saddle": [
{
"texture": "minecraft:saddle"
}
],
"mule_saddle": [
{
"texture": "minecraft:saddle"
}
],
"pig_saddle": [
{
"texture": "minecraft:saddle"
}
],
"skeleton_horse_saddle": [
{
"texture": "minecraft:saddle"
}
],
"strider_saddle": [
{
"texture": "minecraft:saddle"
}
],
"zombie_horse_saddle": [
{
"texture": "minecraft:saddle"
}
]
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/acacia_boat"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_button_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/acacia_chest_boat"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/acacia_door"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_fence_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_fence_gate"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/acacia_hanging_sign"
}
}

View file

@ -0,0 +1,12 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_leaves",
"tints": [
{
"type": "minecraft:constant",
"value": -12012264
}
]
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_log"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_planks"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_pressure_plate"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/acacia_sapling"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/acacia_sign"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_slab"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_stairs"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_trapdoor_bottom"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/acacia_wood"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/activator_rail"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/air"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/allay_spawn_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/allium"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/amethyst_block"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/amethyst_cluster"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/amethyst_shard"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/ancient_debris"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/andesite"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/andesite_slab"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/andesite_stairs"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/andesite_wall_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/angler_pottery_sherd"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/anvil"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/apple"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/archer_pottery_sherd"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/armadillo_scute"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/armadillo_spawn_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/armor_stand"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/arms_up_pottery_sherd"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/arrow"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/axolotl_bucket"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/axolotl_spawn_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/azalea"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/azalea_leaves"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/azure_bluet"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/baked_potato"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bamboo"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_block"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_button_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bamboo_chest_raft"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bamboo_door"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_fence_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_fence_gate"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bamboo_hanging_sign"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_mosaic"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_mosaic_slab"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_mosaic_stairs"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_planks"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_pressure_plate"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bamboo_raft"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bamboo_sign"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_slab"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_stairs"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bamboo_trapdoor_bottom"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/barrel"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/barrier"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/basalt"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bat_spawn_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/beacon"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bedrock"
}
}

View file

@ -0,0 +1,20 @@
{
"model": {
"type": "minecraft:select",
"block_state_property": "honey_level",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bee_nest_honey"
},
"when": "5"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/bee_nest_empty"
},
"property": "minecraft:block_state"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bee_spawn_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/beef"
}
}

View file

@ -0,0 +1,20 @@
{
"model": {
"type": "minecraft:select",
"block_state_property": "honey_level",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/beehive_honey"
},
"when": "5"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/beehive_empty"
},
"property": "minecraft:block_state"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/beetroot"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/beetroot_seeds"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/beetroot_soup"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bell"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/big_dripleaf"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/birch_boat"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_button_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/birch_chest_boat"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/birch_door"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_fence_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_fence_gate"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/birch_hanging_sign"
}
}

View file

@ -0,0 +1,12 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_leaves",
"tints": [
{
"type": "minecraft:constant",
"value": -8345771
}
]
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_log"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_planks"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_pressure_plate"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/birch_sapling"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/birch_sign"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_slab"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_stairs"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_trapdoor_bottom"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/birch_wood"
}
}

View file

@ -0,0 +1,10 @@
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/template_banner",
"model": {
"type": "minecraft:banner",
"color": "black"
}
}
}

View file

@ -0,0 +1,10 @@
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/black_bed",
"model": {
"type": "minecraft:bed",
"texture": "minecraft:black"
}
}
}

View file

@ -0,0 +1,39 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/black_bundle"
},
"on_true": {
"type": "minecraft:composite",
"models": [
{
"type": "minecraft:model",
"model": "minecraft:item/black_bundle_open_back"
},
{
"type": "minecraft:bundle/selected_item"
},
{
"type": "minecraft:model",
"model": "minecraft:item/black_bundle_open_front"
}
]
},
"property": "minecraft:bundle/has_selected_item"
},
"when": "gui"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/black_bundle"
},
"property": "minecraft:display_context"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/black_candle"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/black_carpet"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/black_concrete"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/black_concrete_powder"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/black_dye"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/black_glazed_terracotta"
}
}

View file

@ -0,0 +1,10 @@
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/black_shulker_box",
"model": {
"type": "minecraft:shulker_box",
"texture": "minecraft:shulker_black"
}
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/black_stained_glass"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/black_stained_glass_pane"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/black_terracotta"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/black_wool"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blackstone"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blackstone_slab"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blackstone_stairs"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blackstone_wall_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/blade_pottery_sherd"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blast_furnace"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/blaze_powder"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/blaze_rod"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/blaze_spawn_egg"
}
}

View file

@ -0,0 +1,10 @@
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/template_banner",
"model": {
"type": "minecraft:banner",
"color": "blue"
}
}
}

View file

@ -0,0 +1,10 @@
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/blue_bed",
"model": {
"type": "minecraft:bed",
"texture": "minecraft:blue"
}
}
}

View file

@ -0,0 +1,39 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/blue_bundle"
},
"on_true": {
"type": "minecraft:composite",
"models": [
{
"type": "minecraft:model",
"model": "minecraft:item/blue_bundle_open_back"
},
{
"type": "minecraft:bundle/selected_item"
},
{
"type": "minecraft:model",
"model": "minecraft:item/blue_bundle_open_front"
}
]
},
"property": "minecraft:bundle/has_selected_item"
},
"when": "gui"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/blue_bundle"
},
"property": "minecraft:display_context"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/blue_candle"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blue_carpet"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blue_concrete"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blue_concrete_powder"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/blue_dye"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/blue_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blue_glazed_terracotta"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blue_ice"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/blue_orchid"
}
}

View file

@ -0,0 +1,10 @@
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/blue_shulker_box",
"model": {
"type": "minecraft:shulker_box",
"texture": "minecraft:shulker_blue"
}
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blue_stained_glass"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/blue_stained_glass_pane"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blue_terracotta"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/blue_wool"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bogged_spawn_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bolt_armor_trim_smithing_template"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bone"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bone_block"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bone_meal"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/book"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bookshelf"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bordure_indented_banner_pattern"
}
}

View file

@ -0,0 +1,35 @@
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/bow"
},
"on_true": {
"type": "minecraft:range_dispatch",
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bow_pulling_1"
},
"threshold": 0.65
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bow_pulling_2"
},
"threshold": 0.9
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bow_pulling_0"
},
"property": "minecraft:use_duration",
"scale": 0.05
},
"property": "minecraft:using_item"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bowl"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brain_coral"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brain_coral_block"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brain_coral_fan"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bread"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/breeze_rod"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/breeze_spawn_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brewer_pottery_sherd"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brewing_stand"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brick"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brick_slab"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brick_stairs"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brick_wall_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bricks"
}
}

View file

@ -0,0 +1,10 @@
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/template_banner",
"model": {
"type": "minecraft:banner",
"color": "brown"
}
}
}

View file

@ -0,0 +1,10 @@
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/brown_bed",
"model": {
"type": "minecraft:bed",
"texture": "minecraft:brown"
}
}
}

View file

@ -0,0 +1,39 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/brown_bundle"
},
"on_true": {
"type": "minecraft:composite",
"models": [
{
"type": "minecraft:model",
"model": "minecraft:item/brown_bundle_open_back"
},
{
"type": "minecraft:bundle/selected_item"
},
{
"type": "minecraft:model",
"model": "minecraft:item/brown_bundle_open_front"
}
]
},
"property": "minecraft:bundle/has_selected_item"
},
"when": "gui"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/brown_bundle"
},
"property": "minecraft:display_context"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brown_candle"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brown_carpet"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brown_concrete"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brown_concrete_powder"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brown_dye"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brown_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brown_glazed_terracotta"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brown_mushroom"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brown_mushroom_block_inventory"
}
}

View file

@ -0,0 +1,10 @@
{
"model": {
"type": "minecraft:special",
"base": "minecraft:item/brown_shulker_box",
"model": {
"type": "minecraft:shulker_box",
"texture": "minecraft:shulker_brown"
}
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brown_stained_glass"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brown_stained_glass_pane"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brown_terracotta"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/brown_wool"
}
}

View file

@ -0,0 +1,35 @@
{
"model": {
"type": "minecraft:range_dispatch",
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brush_brushing_0"
},
"threshold": 0.25
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brush_brushing_1"
},
"threshold": 0.5
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/brush_brushing_2"
},
"threshold": 0.75
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/brush"
},
"period": 10.0,
"property": "minecraft:use_cycle",
"scale": 0.1
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bubble_coral"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/bubble_coral_block"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bubble_coral_fan"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bucket"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/budding_amethyst"
}
}

View file

@ -0,0 +1,39 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/bundle"
},
"on_true": {
"type": "minecraft:composite",
"models": [
{
"type": "minecraft:model",
"model": "minecraft:item/bundle_open_back"
},
{
"type": "minecraft:bundle/selected_item"
},
{
"type": "minecraft:model",
"model": "minecraft:item/bundle_open_front"
}
]
},
"property": "minecraft:bundle/has_selected_item"
},
"when": "gui"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bundle"
},
"property": "minecraft:display_context"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/burn_pottery_sherd"
}
}

View file

@ -0,0 +1,13 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/bush",
"tints": [
{
"type": "minecraft:grass",
"downfall": 1.0,
"temperature": 0.5
}
]
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/cactus"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cactus_flower"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cake"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/calcite"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/calibrated_sculk_sensor_inactive"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/camel_spawn_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/campfire"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/candle"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/carrot"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/carrot_on_a_stick"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/cartography_table"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/carved_pumpkin"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cat_spawn_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cauldron"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cave_spider_spawn_egg"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chain"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/chain_command_block"
}
}

View file

@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_boots"
},
"property": "minecraft:trim_material"
}
}

View file

@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_chestplate"
},
"property": "minecraft:trim_material"
}
}

View file

@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_helmet"
},
"property": "minecraft:trim_material"
}
}

View file

@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/chainmail_leggings"
},
"property": "minecraft:trim_material"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/charcoal"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cherry_boat"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/cherry_button_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cherry_chest_boat"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cherry_door"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/cherry_fence_inventory"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/cherry_fence_gate"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cherry_hanging_sign"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/cherry_leaves"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/cherry_log"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/cherry_planks"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/cherry_pressure_plate"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cherry_sapling"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/cherry_sign"
}
}

View file

@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "minecraft:block/cherry_slab"
}
}

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