You've already forked minecraft-assets
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1aa6208c99 | ||
|
|
e2d4b75e20 |
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"directories":["assets","data","mappings"],"files":["25w09a.json","version.json"]}
|
||||
{"directories":["assets","data","mappings"],"files":["25w04a.json","version.json"]}
|
||||
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
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "minecraft:block/acacia_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/acacia_trapdoor_bottom",
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/bamboo_fence_side_north"
|
||||
"model": "minecraft:block/bamboo_fence_side_north",
|
||||
"uvlock": false
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
@@ -15,7 +16,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/bamboo_fence_side_east"
|
||||
"model": "minecraft:block/bamboo_fence_side_east",
|
||||
"uvlock": false
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
@@ -23,7 +25,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/bamboo_fence_side_south"
|
||||
"model": "minecraft:block/bamboo_fence_side_south",
|
||||
"uvlock": false
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
@@ -31,7 +34,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/bamboo_fence_side_west"
|
||||
"model": "minecraft:block/bamboo_fence_side_west",
|
||||
"uvlock": false
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
|
||||
@@ -2,62 +2,78 @@
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/bamboo_fence_gate",
|
||||
"uvlock": false,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/bamboo_fence_gate_open",
|
||||
"uvlock": false,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/bamboo_fence_gate_wall",
|
||||
"uvlock": false,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/bamboo_fence_gate_wall_open",
|
||||
"uvlock": false,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/bamboo_fence_gate",
|
||||
"uvlock": false,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/bamboo_fence_gate_open",
|
||||
"uvlock": false,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/bamboo_fence_gate_wall",
|
||||
"uvlock": false,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/bamboo_fence_gate_wall_open",
|
||||
"uvlock": false,
|
||||
"y": 180
|
||||
},
|
||||
"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": {
|
||||
"model": "minecraft:block/bamboo_fence_gate_open"
|
||||
"model": "minecraft:block/bamboo_fence_gate_open",
|
||||
"uvlock": 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": {
|
||||
"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": {
|
||||
"model": "minecraft:block/bamboo_fence_gate",
|
||||
"uvlock": false,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/bamboo_fence_gate_open",
|
||||
"uvlock": false,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/bamboo_fence_gate_wall",
|
||||
"uvlock": false,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/bamboo_fence_gate_wall_open",
|
||||
"uvlock": false,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "minecraft:block/bamboo_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/bamboo_trapdoor_bottom",
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "minecraft:block/birch_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/birch_trapdoor_bottom",
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
@@ -78,6 +79,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
@@ -87,6 +89,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
@@ -96,6 +99,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"x": 270
|
||||
},
|
||||
"when": {
|
||||
@@ -105,6 +109,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"x": 90
|
||||
},
|
||||
"when": {
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/bush"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cactus_flower"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "minecraft:block/cherry_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/cherry_trapdoor_bottom",
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"facing": "north"
|
||||
@@ -11,7 +12,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_left"
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_left",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -26,7 +28,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_left"
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_left",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -41,7 +44,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_mid"
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_mid",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -56,7 +60,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_mid"
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_mid",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -71,7 +76,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_right"
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_top_right",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -86,7 +92,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_right"
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_top_right",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -101,7 +108,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_left"
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_left",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -116,7 +124,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_left"
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_left",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -131,7 +140,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_mid"
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_mid",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -146,7 +156,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_mid"
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_mid",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -161,7 +172,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_right"
|
||||
"model": "minecraft:block/chiseled_bookshelf_occupied_slot_bottom_right",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
@@ -176,7 +188,8 @@
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_right"
|
||||
"model": "minecraft:block/chiseled_bookshelf_empty_slot_bottom_right",
|
||||
"y": 0
|
||||
},
|
||||
"when": {
|
||||
"AND": [
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "minecraft:block/crimson_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/crimson_trapdoor_bottom",
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/firefly_bush"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "minecraft:block/jungle_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/jungle_trapdoor_bottom",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"model": "minecraft:block/leaf_litter_1"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north"
|
||||
"facing": "north",
|
||||
"segment_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -14,7 +15,8 @@
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east"
|
||||
"facing": "east",
|
||||
"segment_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -23,7 +25,8 @@
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south"
|
||||
"facing": "south",
|
||||
"segment_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -32,7 +35,8 @@
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west"
|
||||
"facing": "west",
|
||||
"segment_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "minecraft:block/mangrove_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/mangrove_trapdoor_bottom",
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
@@ -78,6 +79,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
@@ -87,6 +89,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
@@ -96,6 +99,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"x": 270
|
||||
},
|
||||
"when": {
|
||||
@@ -105,6 +109,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"x": 90
|
||||
},
|
||||
"when": {
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "minecraft:block/pale_oak_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/pale_oak_trapdoor_bottom",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"model": "minecraft:block/pink_petals_1"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north"
|
||||
"facing": "north",
|
||||
"flower_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -14,7 +15,8 @@
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east"
|
||||
"facing": "east",
|
||||
"flower_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -23,7 +25,8 @@
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south"
|
||||
"facing": "south",
|
||||
"flower_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -32,7 +35,8 @@
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west"
|
||||
"facing": "west",
|
||||
"flower_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
@@ -78,6 +79,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
@@ -87,6 +89,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
@@ -96,6 +99,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"x": 270
|
||||
},
|
||||
"when": {
|
||||
@@ -105,6 +109,7 @@
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"x": 90
|
||||
},
|
||||
"when": {
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/short_dry_grass"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "minecraft:block/spruce_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/spruce_trapdoor_bottom",
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/tall_dry_grass"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -45,7 +45,8 @@
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "minecraft:block/warped_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/warped_trapdoor_bottom",
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"model": "minecraft:block/wildflowers_1"
|
||||
},
|
||||
"when": {
|
||||
"facing": "north"
|
||||
"facing": "north",
|
||||
"flower_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -14,7 +15,8 @@
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"facing": "east"
|
||||
"facing": "east",
|
||||
"flower_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -23,7 +25,8 @@
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"facing": "south"
|
||||
"facing": "south",
|
||||
"flower_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -32,7 +35,8 @@
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"facing": "west"
|
||||
"facing": "west",
|
||||
"flower_amount": "1|2|3|4"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/allay_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -16721153
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -16732673
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/armadillo_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -5410451
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -8239032
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/axolotl_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -278045
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -5886604
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/bat_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -11780560
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -15790321
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/bee_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1195197
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -12377061
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/blaze_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -609791
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1922
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/blue_egg"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/bogged_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -7693198
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -13546213
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/breeze_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -5270305
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -7248161
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/brown_egg"
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/bush",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:grass",
|
||||
"downfall": 1.0,
|
||||
"temperature": 0.5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/cactus_flower"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/camel_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -212119
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -3435721
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/cat_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1062770
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -6983082
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/cave_spider_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -15973810
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -5763570
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/chicken_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -6184543
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -65536
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/cod_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -4085910
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1719157
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/cow_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -12306906
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -6184543
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/creaking_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -10526881
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -231406
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/creeper_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -15882485
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -16777216
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/dolphin_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -14533811
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -394759
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/donkey_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -11320007
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -7965338
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/drowned_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -7343657
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -8807323
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/elder_guardian_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -3224390
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -9144685
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/ender_dragon_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -14935012
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -2065926
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/enderman_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -15329770
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -16777216
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/endermite_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -15329770
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -9539986
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/evoker_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -6972517
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -14803942
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/firefly_bush"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/fox_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -2771297
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -3380960
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/frog_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -3115964
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -14468
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/ghast_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -394759
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -4408132
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/glow_squid_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -16165290
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -7999044
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/goat_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -5925764
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -11187906
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/guardian_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -10845582
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -950992
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/hoglin_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -3772843
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -10525596
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/horse_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -4153731
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1121024
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/husk_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -8818591
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1651564
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/iron_golem_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -2372158
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -9133262
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/llama_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -4153731
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -6725824
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/magma_cube_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -13369344
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -197632
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/mooshroom_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -6287600
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -4737097
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/mule_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -15007232
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -11455715
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/ocelot_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1057155
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -11123660
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/panda_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1579033
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -15000798
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/parrot_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -15882485
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -65536
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/phantom_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -12365430
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -7799040
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/pig_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1006174
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -2399393
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/piglin_brute_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -10933744
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -396380
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/piglin_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -6725824
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -396380
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/pillager_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -11325642
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -6972517
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/polar_bear_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1118498
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -2763059
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/pufferfish_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -609791
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -13122574
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/rabbit_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -6725824
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -9222095
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/ravager_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -9079696
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -10792887
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/salmon_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -6287600
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -15825804
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/sheep_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1579033
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -19019
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/short_dry_grass"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/shulker_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -7051372
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -11716526
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/silverfish_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -9539986
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -13619152
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/skeleton_horse_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -9934769
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -1710632
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/skeleton_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -4079167
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -11974327
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/slime_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -11427778
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -8470674
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/sniffer_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -7922167
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -14308496
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/snow_golem_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -2493710
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -8280924
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/spider_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -13357785
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -5763570
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/squid_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -14533811
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -9402215
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "minecraft:model",
|
||||
"model": "minecraft:item/stray_spawn_egg"
|
||||
"model": "minecraft:item/template_spawn_egg",
|
||||
"tints": [
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -10389897
|
||||
},
|
||||
{
|
||||
"type": "minecraft:constant",
|
||||
"value": -2233622
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user