mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 02:26:00 +01:00
Add resource-patch to make 1.20.3 resources more backwardscompatible with 1.20.2
This commit is contained in:
parent
6307fb1e6b
commit
78904b4051
@ -113,7 +113,7 @@ tasks.processResources {
|
||||
|
||||
//resource Extensions
|
||||
val resourceIds: Array<String> = arrayOf(
|
||||
"1_13", "1_15", "1_16", "1_18"
|
||||
"1_13", "1_15", "1_16", "1_18", "1_20_3"
|
||||
)
|
||||
|
||||
tasks.register("zipResourceExtensions") {
|
||||
|
@ -153,7 +153,7 @@ public enum MinecraftResource {
|
||||
MC_1_19 (new MinecraftVersion(1, 19), "mc1_18", "https://piston-data.mojang.com/v1/objects/a45634ab061beb8c878ccbe4a59c3315f9c0266f/client.jar"),
|
||||
MC_1_19_4 (new MinecraftVersion(1, 19, 4), "mc1_18", "https://piston-data.mojang.com/v1/objects/958928a560c9167687bea0cefeb7375da1e552a8/client.jar"),
|
||||
MC_1_20 (new MinecraftVersion(1, 20), "mc1_18", "https://piston-data.mojang.com/v1/objects/e575a48efda46cf88111ba05b624ef90c520eef1/client.jar"),
|
||||
MC_1_20_3 (new MinecraftVersion(1, 20, 3), "mc1_18", "https://piston-data.mojang.com/v1/objects/b178a327a96f2cf1c9f98a45e5588d654a3e4369/client.jar");
|
||||
MC_1_20_3 (new MinecraftVersion(1, 20, 3), "mc1_20_3", "https://piston-data.mojang.com/v1/objects/b178a327a96f2cf1c9f98a45e5588d654a3e4369/client.jar");
|
||||
|
||||
private final MinecraftVersion version;
|
||||
private final String resourcePrefix;
|
||||
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "bluemap:block/missing" }
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bluemap:block/missing"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
@ -0,0 +1,324 @@
|
||||
{
|
||||
"minecraft:the_void": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:plains": {
|
||||
"humidity": 0.4,
|
||||
"temperature": 0.8,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:sunflower_plains": {
|
||||
"humidity": 0.4,
|
||||
"temperature": 0.8,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:snowy_plains": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.0,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:ice_spikes": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.0,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:desert": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 2.0,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:swamp": {
|
||||
"humidity": 0.9,
|
||||
"temperature": 0.8,
|
||||
"watercolor": 6388580,
|
||||
"grasscolor": "#6A7039",
|
||||
"foliagecolor": 6975545
|
||||
},
|
||||
"minecraft:mangrove_swamp": {
|
||||
"humidity": 0.9,
|
||||
"temperature": 0.8,
|
||||
"watercolor": "#3A7A6A",
|
||||
"grasscolor": "#6A7039",
|
||||
"foliagecolor": "#8DB127"
|
||||
},
|
||||
"minecraft:forest": {
|
||||
"humidity": 0.8,
|
||||
"temperature": 0.7,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:flower_forest": {
|
||||
"humidity": 0.8,
|
||||
"temperature": 0.7,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:birch_forest": {
|
||||
"humidity": 0.6,
|
||||
"temperature": 0.6,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:dark_forest": {
|
||||
"humidity": 0.8,
|
||||
"temperature": 0.7,
|
||||
"watercolor": 4159204,
|
||||
"foliagecolor": "#28340a55",
|
||||
"grasscolor": "#28340a88"
|
||||
},
|
||||
"minecraft:old_growth_birch_forest": {
|
||||
"humidity": 0.6,
|
||||
"temperature": 0.6,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:old_growth_pine_taiga": {
|
||||
"humidity": 0.8,
|
||||
"temperature": 0.3,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:old_growth_spruce_taiga": {
|
||||
"humidity": 0.8,
|
||||
"temperature": 0.25,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:taiga": {
|
||||
"humidity": 0.8,
|
||||
"temperature": 0.25,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:snowy_taiga": {
|
||||
"humidity": 0.4,
|
||||
"temperature": -0.5,
|
||||
"watercolor": 4020182
|
||||
},
|
||||
"minecraft:savanna": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 1.2,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:savanna_plateau": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 1.0,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:windswept_hills": {
|
||||
"humidity": 0.3,
|
||||
"temperature": 0.2,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:windswept_gravelly_hills": {
|
||||
"humidity": 0.3,
|
||||
"temperature": 0.2,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:windswept_forest": {
|
||||
"humidity": 0.3,
|
||||
"temperature": 0.2,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:windswept_savanna": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 1.1,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:jungle": {
|
||||
"humidity": 0.9,
|
||||
"temperature": 0.95,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:sparse_jungle": {
|
||||
"humidity": 0.8,
|
||||
"temperature": 0.95,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:bamboo_jungle": {
|
||||
"humidity": 0.9,
|
||||
"temperature": 0.95,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:badlands": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 2.0,
|
||||
"watercolor": 4159204,
|
||||
"foliagecolor": 10387789,
|
||||
"grasscolor": 9470285
|
||||
},
|
||||
"minecraft:eroded_badlands": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 2.0,
|
||||
"watercolor": 4159204,
|
||||
"foliagecolor": 10387789,
|
||||
"grasscolor": 9470285
|
||||
},
|
||||
"minecraft:wooded_badlands": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 2.0,
|
||||
"watercolor": 4159204,
|
||||
"foliagecolor": 10387789,
|
||||
"grasscolor": 9470285
|
||||
},
|
||||
"minecraft:meadow": {
|
||||
"humidity": 0.8,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 937679
|
||||
},
|
||||
"minecraft:grove": {
|
||||
"humidity": 0.8,
|
||||
"temperature": -0.2,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:snowy_slopes": {
|
||||
"humidity": 0.9,
|
||||
"temperature": -0.3,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:frozen_peaks": {
|
||||
"humidity": 0.9,
|
||||
"temperature": -0.7,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:jagged_peaks": {
|
||||
"humidity": 0.9,
|
||||
"temperature": -0.7,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:stony_peaks": {
|
||||
"humidity": 0.3,
|
||||
"temperature": 1.0,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:river": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:frozen_river": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.0,
|
||||
"watercolor": 3750089
|
||||
},
|
||||
"minecraft:beach": {
|
||||
"humidity": 0.4,
|
||||
"temperature": 0.8,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:snowy_beach": {
|
||||
"humidity": 0.3,
|
||||
"temperature": 0.05,
|
||||
"watercolor": 4020182
|
||||
},
|
||||
"minecraft:stony_shore": {
|
||||
"humidity": 0.3,
|
||||
"temperature": 0.2,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:warm_ocean": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4445678
|
||||
},
|
||||
"minecraft:lukewarm_ocean": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4566514
|
||||
},
|
||||
"minecraft:deep_lukewarm_ocean": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4566514
|
||||
},
|
||||
"minecraft:ocean": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:deep_ocean": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:cold_ocean": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4020182
|
||||
},
|
||||
"minecraft:deep_cold_ocean": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4020182
|
||||
},
|
||||
"minecraft:frozen_ocean": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.0,
|
||||
"watercolor": 3750089
|
||||
},
|
||||
"minecraft:deep_frozen_ocean": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 3750089
|
||||
},
|
||||
"minecraft:mushroom_fields": {
|
||||
"humidity": 1.0,
|
||||
"temperature": 0.9,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:dripstone_caves": {
|
||||
"humidity": 0.4,
|
||||
"temperature": 0.8,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:lush_caves": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:nether_wastes": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 2.0,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:warped_forest": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 2.0,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:crimson_forest": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 2.0,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:soul_sand_valley": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 2.0,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:basalt_deltas": {
|
||||
"humidity": 0.0,
|
||||
"temperature": 2.0,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:the_end": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:end_highlands": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:end_midlands": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:small_end_islands": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4159204
|
||||
},
|
||||
"minecraft:end_barrens": {
|
||||
"humidity": 0.5,
|
||||
"temperature": 0.5,
|
||||
"watercolor": 4159204
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"default": "@foliage",
|
||||
"minecraft:water": "@water",
|
||||
"minecraft:cauldron": "@water",
|
||||
"minecraft:water_cauldron": "@water",
|
||||
"minecraft:powder_snow_cauldron": "#ffffff",
|
||||
"minecraft:lava_cauldron": "#ffffff",
|
||||
"minecraft:grass_block": "@grass",
|
||||
"minecraft:grass": "@grass",
|
||||
"minecraft:short_grass": "@grass",
|
||||
"minecraft:tall_grass": "@grass",
|
||||
"minecraft:fern": "@grass",
|
||||
"minecraft:large_fern": "@grass",
|
||||
"minecraft:redstone_wire": "@redstone",
|
||||
"minecraft:birch_leaves": 8431445,
|
||||
"minecraft:spruce_leaves": 6396257,
|
||||
"minecraft:stonecutter": "#ffffff",
|
||||
"minecraft:snow": "#ffffff",
|
||||
"minecraft:cherry_leaves": "#ffffff"
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
{
|
||||
"minecraft:seagrass": { "alwaysWaterlogged": true },
|
||||
"minecraft:tall_seagrass": { "alwaysWaterlogged": true },
|
||||
"minecraft:kelp": { "alwaysWaterlogged": true },
|
||||
"minecraft:kelp_plant": { "alwaysWaterlogged": true },
|
||||
"minecraft:bubble_column": { "alwaysWaterlogged": true },
|
||||
|
||||
"minecraft:grass": { "randomOffset": true },
|
||||
"minecraft:short_grass": { "randomOffset": true },
|
||||
"minecraft:tall_grass": { "randomOffset": true },
|
||||
"minecraft:fern": { "randomOffset": true },
|
||||
"minecraft:dandelion": { "randomOffset": true },
|
||||
"minecraft:cornflower": { "randomOffset": true },
|
||||
"minecraft:poppy": { "randomOffset": true },
|
||||
"minecraft:blue_orchid": { "randomOffset": true },
|
||||
"minecraft:allium": { "randomOffset": true },
|
||||
"minecraft:azure_bluet": { "randomOffset": true },
|
||||
"minecraft:red_tulip": { "randomOffset": true },
|
||||
"minecraft:orange_tulip": { "randomOffset": true },
|
||||
"minecraft:white_tulip": { "randomOffset": true },
|
||||
"minecraft:pink_tulip": { "randomOffset": true },
|
||||
"minecraft:oxeye_daisy": { "randomOffset": true },
|
||||
"minecraft:lily_of_the_valley": { "randomOffset": true },
|
||||
"minecraft:wither_rose": { "randomOffset": true },
|
||||
"minecraft:crimson_roots": { "randomOffset": true },
|
||||
"minecraft:warped_roots": { "randomOffset": true },
|
||||
"minecraft:nether_sprouts": { "randomOffset": true },
|
||||
"minecraft:rose_bush": { "randomOffset": true },
|
||||
"minecraft:peony": { "randomOffset": true },
|
||||
"minecraft:lilac": { "randomOffset": true },
|
||||
"minecraft:sunflower": { "randomOffset": true },
|
||||
"minecraft:hanging_roots": { "randomOffset": true },
|
||||
"minecraft:small_dripleaf": { "randomOffset": true },
|
||||
|
||||
"minecraft:glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:tinted_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:white_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:orange_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:magenta_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:light_blue_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:yellow_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:lime_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:pink_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:gray_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:light_gray_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:cyan_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:purple_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:blue_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:brown_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:green_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:red_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
"minecraft:black_stained_glass": { "occluding": false, "cullingIdentical": true },
|
||||
|
||||
"minecraft:ice": { "cullingIdentical": true }
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": { "model": "block/sign/acacia" },
|
||||
"rotation=1": { "model": "block/sign/acacia", "y": 22.5 },
|
||||
"rotation=2": { "model": "block/sign/acacia", "y": 45 },
|
||||
"rotation=3": { "model": "block/sign/acacia", "y": 67.5 },
|
||||
"rotation=4": { "model": "block/sign/acacia", "y": 90 },
|
||||
"rotation=5": { "model": "block/sign/acacia", "y": 112.5 },
|
||||
"rotation=6": { "model": "block/sign/acacia", "y": 135 },
|
||||
"rotation=7": { "model": "block/sign/acacia", "y": 157.5 },
|
||||
"rotation=8": { "model": "block/sign/acacia", "y": 180 },
|
||||
"rotation=9": { "model": "block/sign/acacia", "y": 202.5 },
|
||||
"rotation=10": { "model": "block/sign/acacia", "y": 225 },
|
||||
"rotation=11": { "model": "block/sign/acacia", "y": 247.5 },
|
||||
"rotation=12": { "model": "block/sign/acacia", "y": 270 },
|
||||
"rotation=13": { "model": "block/sign/acacia", "y": 292.5 },
|
||||
"rotation=14": { "model": "block/sign/acacia", "y": 315 },
|
||||
"rotation=15": { "model": "block/sign/acacia", "y": 337.5 }
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "block/sign/wall_acacia" },
|
||||
"facing=west": { "model": "block/sign/wall_acacia", "y": 90 },
|
||||
"facing=north": { "model": "block/sign/wall_acacia", "y": 180 },
|
||||
"facing=east": { "model": "block/sign/wall_acacia", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": { "model": "block/sign/birch" },
|
||||
"rotation=1": { "model": "block/sign/birch", "y": 22.5 },
|
||||
"rotation=2": { "model": "block/sign/birch", "y": 45 },
|
||||
"rotation=3": { "model": "block/sign/birch", "y": 67.5 },
|
||||
"rotation=4": { "model": "block/sign/birch", "y": 90 },
|
||||
"rotation=5": { "model": "block/sign/birch", "y": 112.5 },
|
||||
"rotation=6": { "model": "block/sign/birch", "y": 135 },
|
||||
"rotation=7": { "model": "block/sign/birch", "y": 157.5 },
|
||||
"rotation=8": { "model": "block/sign/birch", "y": 180 },
|
||||
"rotation=9": { "model": "block/sign/birch", "y": 202.5 },
|
||||
"rotation=10": { "model": "block/sign/birch", "y": 225 },
|
||||
"rotation=11": { "model": "block/sign/birch", "y": 247.5 },
|
||||
"rotation=12": { "model": "block/sign/birch", "y": 270 },
|
||||
"rotation=13": { "model": "block/sign/birch", "y": 292.5 },
|
||||
"rotation=14": { "model": "block/sign/birch", "y": 315 },
|
||||
"rotation=15": { "model": "block/sign/birch", "y": 337.5 }
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "block/sign/wall_birch" },
|
||||
"facing=west": { "model": "block/sign/wall_birch", "y": 90 },
|
||||
"facing=north": { "model": "block/sign/wall_birch", "y": 180 },
|
||||
"facing=east": { "model": "block/sign/wall_birch", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/black_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/black_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/black_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/black_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/black_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/black_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/black_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/black_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/blue_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/blue_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/blue_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/blue_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/blue_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/blue_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/blue_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/blue_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/brown_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/brown_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/brown_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/brown_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/brown_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/brown_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/brown_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/brown_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/bubble_column" }
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=single,facing=north": { "model": "block/chest/normal", "y": 90 },
|
||||
"type=single,facing=east": { "model": "block/chest/normal", "y": 180 },
|
||||
"type=single,facing=south": { "model": "block/chest/normal", "y": 270 },
|
||||
"type=single,facing=west": { "model": "block/chest/normal"},
|
||||
"type=right,facing=north": { "model": "block/chest/normal_double_right", "y": 90 },
|
||||
"type=right,facing=east": { "model": "block/chest/normal_double_right", "y": 180 },
|
||||
"type=right,facing=south": { "model": "block/chest/normal_double_right", "y": 270 },
|
||||
"type=right,facing=west": { "model": "block/chest/normal_double_right"},
|
||||
"type=left,facing=north": { "model": "block/chest/normal_double_left", "y": 90 },
|
||||
"type=left,facing=east": { "model": "block/chest/normal_double_left","y": 180 },
|
||||
"type=left,facing=south": { "model": "block/chest/normal_double_left", "y": 270 },
|
||||
"type=left,facing=west": { "model": "block/chest/normal_double_left"}
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": { "model": "block/sign/crimson" },
|
||||
"rotation=1": { "model": "block/sign/crimson", "y": 22.5 },
|
||||
"rotation=2": { "model": "block/sign/crimson", "y": 45 },
|
||||
"rotation=3": { "model": "block/sign/crimson", "y": 67.5 },
|
||||
"rotation=4": { "model": "block/sign/crimson", "y": 90 },
|
||||
"rotation=5": { "model": "block/sign/crimson", "y": 112.5 },
|
||||
"rotation=6": { "model": "block/sign/crimson", "y": 135 },
|
||||
"rotation=7": { "model": "block/sign/crimson", "y": 157.5 },
|
||||
"rotation=8": { "model": "block/sign/crimson", "y": 180 },
|
||||
"rotation=9": { "model": "block/sign/crimson", "y": 202.5 },
|
||||
"rotation=10": { "model": "block/sign/crimson", "y": 225 },
|
||||
"rotation=11": { "model": "block/sign/crimson", "y": 247.5 },
|
||||
"rotation=12": { "model": "block/sign/crimson", "y": 270 },
|
||||
"rotation=13": { "model": "block/sign/crimson", "y": 292.5 },
|
||||
"rotation=14": { "model": "block/sign/crimson", "y": 315 },
|
||||
"rotation=15": { "model": "block/sign/crimson", "y": 337.5 }
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "block/sign/wall_crimson" },
|
||||
"facing=west": { "model": "block/sign/wall_crimson", "y": 90 },
|
||||
"facing=north": { "model": "block/sign/wall_crimson", "y": 180 },
|
||||
"facing=east": { "model": "block/sign/wall_crimson", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/cyan_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/cyan_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/cyan_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/cyan_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/cyan_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/cyan_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/cyan_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/cyan_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": { "model": "block/sign/dark_oak" },
|
||||
"rotation=1": { "model": "block/sign/dark_oak", "y": 22.5 },
|
||||
"rotation=2": { "model": "block/sign/dark_oak", "y": 45 },
|
||||
"rotation=3": { "model": "block/sign/dark_oak", "y": 67.5 },
|
||||
"rotation=4": { "model": "block/sign/dark_oak", "y": 90 },
|
||||
"rotation=5": { "model": "block/sign/dark_oak", "y": 112.5 },
|
||||
"rotation=6": { "model": "block/sign/dark_oak", "y": 135 },
|
||||
"rotation=7": { "model": "block/sign/dark_oak", "y": 157.5 },
|
||||
"rotation=8": { "model": "block/sign/dark_oak", "y": 180 },
|
||||
"rotation=9": { "model": "block/sign/dark_oak", "y": 202.5 },
|
||||
"rotation=10": { "model": "block/sign/dark_oak", "y": 225 },
|
||||
"rotation=11": { "model": "block/sign/dark_oak", "y": 247.5 },
|
||||
"rotation=12": { "model": "block/sign/dark_oak", "y": 270 },
|
||||
"rotation=13": { "model": "block/sign/dark_oak", "y": 292.5 },
|
||||
"rotation=14": { "model": "block/sign/dark_oak", "y": 315 },
|
||||
"rotation=15": { "model": "block/sign/dark_oak", "y": 337.5 }
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "block/sign/wall_dark_oak" },
|
||||
"facing=west": { "model": "block/sign/wall_dark_oak", "y": 90 },
|
||||
"facing=north": { "model": "block/sign/wall_dark_oak", "y": 180 },
|
||||
"facing=east": { "model": "block/sign/wall_dark_oak", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "block/chest/ender", "y": 90 },
|
||||
"facing=east": { "model": "block/chest/ender", "y": 180 },
|
||||
"facing=south": { "model": "block/chest/ender", "y":270 },
|
||||
"facing=west": { "model": "block/chest/ender"}
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/short_grass"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/gray_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/gray_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/gray_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/gray_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/gray_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/gray_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/gray_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/gray_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/green_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/green_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/green_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/green_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/green_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/green_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/green_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/green_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": { "model": "block/sign/jungle" },
|
||||
"rotation=1": { "model": "block/sign/jungle", "y": 22.5 },
|
||||
"rotation=2": { "model": "block/sign/jungle", "y": 45 },
|
||||
"rotation=3": { "model": "block/sign/jungle", "y": 67.5 },
|
||||
"rotation=4": { "model": "block/sign/jungle", "y": 90 },
|
||||
"rotation=5": { "model": "block/sign/jungle", "y": 112.5 },
|
||||
"rotation=6": { "model": "block/sign/jungle", "y": 135 },
|
||||
"rotation=7": { "model": "block/sign/jungle", "y": 157.5 },
|
||||
"rotation=8": { "model": "block/sign/jungle", "y": 180 },
|
||||
"rotation=9": { "model": "block/sign/jungle", "y": 202.5 },
|
||||
"rotation=10": { "model": "block/sign/jungle", "y": 225 },
|
||||
"rotation=11": { "model": "block/sign/jungle", "y": 247.5 },
|
||||
"rotation=12": { "model": "block/sign/jungle", "y": 270 },
|
||||
"rotation=13": { "model": "block/sign/jungle", "y": 292.5 },
|
||||
"rotation=14": { "model": "block/sign/jungle", "y": 315 },
|
||||
"rotation=15": { "model": "block/sign/jungle", "y": 337.5 }
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "block/sign/wall_jungle" },
|
||||
"facing=west": { "model": "block/sign/wall_jungle", "y": 90 },
|
||||
"facing=north": { "model": "block/sign/wall_jungle", "y": 180 },
|
||||
"facing=east": { "model": "block/sign/wall_jungle", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/lava" }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/light_blue_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/light_blue_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/light_blue_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/light_blue_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/light_blue_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/light_blue_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/light_blue_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/light_blue_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/light_gray_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/light_gray_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/light_gray_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/light_gray_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/light_gray_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/light_gray_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/light_gray_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/light_gray_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/lime_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/lime_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/lime_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/lime_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/lime_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/lime_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/lime_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/lime_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/magenta_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/magenta_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/magenta_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/magenta_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/magenta_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/magenta_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/magenta_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/magenta_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": { "model": "block/sign/mangrove" },
|
||||
"rotation=1": { "model": "block/sign/mangrove", "y": 22.5 },
|
||||
"rotation=2": { "model": "block/sign/mangrove", "y": 45 },
|
||||
"rotation=3": { "model": "block/sign/mangrove", "y": 67.5 },
|
||||
"rotation=4": { "model": "block/sign/mangrove", "y": 90 },
|
||||
"rotation=5": { "model": "block/sign/mangrove", "y": 112.5 },
|
||||
"rotation=6": { "model": "block/sign/mangrove", "y": 135 },
|
||||
"rotation=7": { "model": "block/sign/mangrove", "y": 157.5 },
|
||||
"rotation=8": { "model": "block/sign/mangrove", "y": 180 },
|
||||
"rotation=9": { "model": "block/sign/mangrove", "y": 202.5 },
|
||||
"rotation=10": { "model": "block/sign/mangrove", "y": 225 },
|
||||
"rotation=11": { "model": "block/sign/mangrove", "y": 247.5 },
|
||||
"rotation=12": { "model": "block/sign/mangrove", "y": 270 },
|
||||
"rotation=13": { "model": "block/sign/mangrove", "y": 292.5 },
|
||||
"rotation=14": { "model": "block/sign/mangrove", "y": 315 },
|
||||
"rotation=15": { "model": "block/sign/mangrove", "y": 337.5 }
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "block/sign/wall_mangrove" },
|
||||
"facing=west": { "model": "block/sign/wall_mangrove", "y": 90 },
|
||||
"facing=north": { "model": "block/sign/wall_mangrove", "y": 180 },
|
||||
"facing=east": { "model": "block/sign/wall_mangrove", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": { "model": "block/sign/oak" },
|
||||
"rotation=1": { "model": "block/sign/oak", "y": 22.5 },
|
||||
"rotation=2": { "model": "block/sign/oak", "y": 45 },
|
||||
"rotation=3": { "model": "block/sign/oak", "y": 67.5 },
|
||||
"rotation=4": { "model": "block/sign/oak", "y": 90 },
|
||||
"rotation=5": { "model": "block/sign/oak", "y": 112.5 },
|
||||
"rotation=6": { "model": "block/sign/oak", "y": 135 },
|
||||
"rotation=7": { "model": "block/sign/oak", "y": 157.5 },
|
||||
"rotation=8": { "model": "block/sign/oak", "y": 180 },
|
||||
"rotation=9": { "model": "block/sign/oak", "y": 202.5 },
|
||||
"rotation=10": { "model": "block/sign/oak", "y": 225 },
|
||||
"rotation=11": { "model": "block/sign/oak", "y": 247.5 },
|
||||
"rotation=12": { "model": "block/sign/oak", "y": 270 },
|
||||
"rotation=13": { "model": "block/sign/oak", "y": 292.5 },
|
||||
"rotation=14": { "model": "block/sign/oak", "y": 315 },
|
||||
"rotation=15": { "model": "block/sign/oak", "y": 337.5 }
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "block/sign/wall_oak" },
|
||||
"facing=west": { "model": "block/sign/wall_oak", "y": 90 },
|
||||
"facing=north": { "model": "block/sign/wall_oak", "y": 180 },
|
||||
"facing=east": { "model": "block/sign/wall_oak", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/orange_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/orange_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/orange_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/orange_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/orange_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/orange_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/orange_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/orange_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/pink_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/pink_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/pink_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/pink_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/pink_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/pink_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/pink_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/pink_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/purple_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/purple_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/purple_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/purple_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/purple_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/purple_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/purple_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/purple_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/red_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/red_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/red_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/red_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/red_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/red_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/red_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/red_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": { "model": "block/sign/spruce" },
|
||||
"rotation=1": { "model": "block/sign/spruce", "y": 22.5 },
|
||||
"rotation=2": { "model": "block/sign/spruce", "y": 45 },
|
||||
"rotation=3": { "model": "block/sign/spruce", "y": 67.5 },
|
||||
"rotation=4": { "model": "block/sign/spruce", "y": 90 },
|
||||
"rotation=5": { "model": "block/sign/spruce", "y": 112.5 },
|
||||
"rotation=6": { "model": "block/sign/spruce", "y": 135 },
|
||||
"rotation=7": { "model": "block/sign/spruce", "y": 157.5 },
|
||||
"rotation=8": { "model": "block/sign/spruce", "y": 180 },
|
||||
"rotation=9": { "model": "block/sign/spruce", "y": 202.5 },
|
||||
"rotation=10": { "model": "block/sign/spruce", "y": 225 },
|
||||
"rotation=11": { "model": "block/sign/spruce", "y": 247.5 },
|
||||
"rotation=12": { "model": "block/sign/spruce", "y": 270 },
|
||||
"rotation=13": { "model": "block/sign/spruce", "y": 292.5 },
|
||||
"rotation=14": { "model": "block/sign/spruce", "y": 315 },
|
||||
"rotation=15": { "model": "block/sign/spruce", "y": 337.5 }
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "block/sign/wall_spruce" },
|
||||
"facing=west": { "model": "block/sign/wall_spruce", "y": 90 },
|
||||
"facing=north": { "model": "block/sign/wall_spruce", "y": 180 },
|
||||
"facing=east": { "model": "block/sign/wall_spruce", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=single,facing=north": { "model": "block/chest/trapped", "y": 90 },
|
||||
"type=single,facing=east": { "model": "block/chest/trapped", "y": 180 },
|
||||
"type=single,facing=south": { "model": "block/chest/trapped", "y":270 },
|
||||
"type=single,facing=west": { "model": "block/chest/trapped"},
|
||||
"type=right,facing=north": { "model": "block/chest/trapped_double_right", "y": 90 },
|
||||
"type=right,facing=east": { "model": "block/chest/trapped_double_right", "y": 180 },
|
||||
"type=right,facing=south": { "model": "block/chest/trapped_double_right", "y":270 },
|
||||
"type=right,facing=west": { "model": "block/chest/trapped_double_right"},
|
||||
"type=left,facing=north": { "model": "block/chest/trapped_double_left", "y": 90 },
|
||||
"type=left,facing=east": { "model": "block/chest/trapped_double_left", "y": 180 },
|
||||
"type=left,facing=south": { "model": "block/chest/trapped_double_left", "y":270 },
|
||||
"type=left,facing=west": { "model": "block/chest/trapped_double_left"}
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"rotation=0": { "model": "block/sign/warped" },
|
||||
"rotation=1": { "model": "block/sign/warped", "y": 22.5 },
|
||||
"rotation=2": { "model": "block/sign/warped", "y": 45 },
|
||||
"rotation=3": { "model": "block/sign/warped", "y": 67.5 },
|
||||
"rotation=4": { "model": "block/sign/warped", "y": 90 },
|
||||
"rotation=5": { "model": "block/sign/warped", "y": 112.5 },
|
||||
"rotation=6": { "model": "block/sign/warped", "y": 135 },
|
||||
"rotation=7": { "model": "block/sign/warped", "y": 157.5 },
|
||||
"rotation=8": { "model": "block/sign/warped", "y": 180 },
|
||||
"rotation=9": { "model": "block/sign/warped", "y": 202.5 },
|
||||
"rotation=10": { "model": "block/sign/warped", "y": 225 },
|
||||
"rotation=11": { "model": "block/sign/warped", "y": 247.5 },
|
||||
"rotation=12": { "model": "block/sign/warped", "y": 270 },
|
||||
"rotation=13": { "model": "block/sign/warped", "y": 292.5 },
|
||||
"rotation=14": { "model": "block/sign/warped", "y": 315 },
|
||||
"rotation=15": { "model": "block/sign/warped", "y": 337.5 }
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "block/sign/wall_warped" },
|
||||
"facing=west": { "model": "block/sign/wall_warped", "y": 90 },
|
||||
"facing=north": { "model": "block/sign/wall_warped", "y": 180 },
|
||||
"facing=east": { "model": "block/sign/wall_warped", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/water" }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/white_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/white_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/white_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/white_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/white_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/white_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/white_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/white_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"part=head,facing=north": { "model": "block/bed/yellow_head" },
|
||||
"part=head,facing=east": { "model": "block/bed/yellow_head", "y": 90 },
|
||||
"part=head,facing=south": { "model": "block/bed/yellow_head", "y": 180 },
|
||||
"part=head,facing=west": { "model": "block/bed/yellow_head", "y": 270 },
|
||||
"part=foot,facing=north": { "model": "block/bed/yellow_foot" },
|
||||
"part=foot,facing=east": { "model": "block/bed/yellow_foot", "y": 90 },
|
||||
"part=foot,facing=south": { "model": "block/bed/yellow_foot", "y": 180 },
|
||||
"part=foot,facing=west": { "model": "block/bed/yellow_foot", "y": 270 }
|
||||
}
|
||||
}
|
@ -0,0 +1,39 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 13],
|
||||
"to": [3, 3, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [14.75, 0.75, 15.5, 1.5], "texture": "#bed"},
|
||||
"east": {"uv": [14, 0.75, 14.75, 1.5], "texture": "#bed"},
|
||||
"south": {"uv": [13.25, 0.75, 14, 1.5], "texture": "#bed"},
|
||||
"west": {"uv": [12.5, 0.75, 13.25, 1.5], "texture": "#bed"},
|
||||
"up": {"uv": [13.25, 0, 14, 0.75], "texture": "#bed"},
|
||||
"down": {"uv": [14, 0, 14.75, 0.75], "texture": "#bed"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 0, 13],
|
||||
"to": [16, 3, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 3.75, 14.75, 4.5], "texture": "#bed"},
|
||||
"east": {"uv": [13.25, 3.75, 14, 4.5], "texture": "#bed"},
|
||||
"south": {"uv": [12.5, 3.75, 13.25, 4.5], "texture": "#bed"},
|
||||
"west": {"uv": [14.75, 3.75, 15.5, 4.5], "texture": "#bed"},
|
||||
"up": {"uv": [13.25, 3, 14, 3.75], "texture": "#bed"},
|
||||
"down": {"uv": [14, 3, 14.75, 3.75], "texture": "#bed"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3, 0],
|
||||
"to": [16, 9, 16],
|
||||
"faces": {
|
||||
"east": {"uv": [5.5, 7, 7, 11], "rotation": 90, "texture": "#bed"},
|
||||
"south": {"uv": [5.5, 7, 9.5, 5.5], "texture": "#bed"},
|
||||
"west": {"uv": [0, 7, 1.5, 11], "rotation": 270, "texture": "#bed"},
|
||||
"up": {"uv": [1.5, 7, 5.5, 11], "texture": "#bed"},
|
||||
"down": {"uv": [7, 7, 11, 11], "rotation": 180, "texture": "#bed"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,39 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [3, 3, 3],
|
||||
"faces": {
|
||||
"north": {"uv": [12.5, 2.25, 13.25, 3], "texture": "#bed"},
|
||||
"east": {"uv": [14.75, 2.25, 15.5, 3], "texture": "#bed"},
|
||||
"south": {"uv": [14, 2.25, 14.75, 3], "texture": "#bed"},
|
||||
"west": {"uv": [13.25, 2.25, 14, 3], "texture": "#bed"},
|
||||
"up": {"uv": [13.25, 1.5, 14, 2.25], "texture": "#bed"},
|
||||
"down": {"uv": [14, 1.5, 14.75, 2.25], "texture": "#bed"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13, 0, 0],
|
||||
"to": [16, 3, 3],
|
||||
"faces": {
|
||||
"north": {"uv": [13.25, 5.25, 14, 6], "texture": "#bed"},
|
||||
"east": {"uv": [12.5, 5.25, 13.25, 6], "texture": "#bed"},
|
||||
"south": {"uv": [14.75, 5.25, 15.5, 6], "texture": "#bed"},
|
||||
"west": {"uv": [14, 5.25, 14.75, 6], "texture": "#bed"},
|
||||
"up": {"uv": [13.25, 4.5, 14, 5.25], "texture": "#bed"},
|
||||
"down": {"uv": [14, 4.5, 14.75, 5.25], "texture": "#bed"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 3, 0],
|
||||
"to": [16, 9, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [1.5, 1.5, 5.5, 0], "texture": "#bed"},
|
||||
"east": {"uv": [5.5, 1.5, 7, 5.5], "rotation": 90, "texture": "#bed"},
|
||||
"west": {"uv": [0, 1.5, 1.5, 5.5], "rotation": 270, "texture": "#bed"},
|
||||
"up": {"uv": [1.5, 1.5, 5.5, 5.5], "texture": "#bed"},
|
||||
"down": {"uv": [7, 1.5, 11, 5.5], "rotation": 180, "texture": "#bed"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/black"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/black"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/blue"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/blue"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/brown"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/brown"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/cyan"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/cyan"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/gray"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/gray"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/green"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/green"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/light_blue"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/light_blue"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/light_gray"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/light_gray"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/lime"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/lime"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/magenta"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/magenta"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/orange"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/orange"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/pink"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/pink"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/purple"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/purple"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/red"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/red"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/white"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/white"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_foot",
|
||||
"textures": {
|
||||
"bed": "entity/bed/yellow"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/bed/bed_head",
|
||||
"textures": {
|
||||
"bed": "entity/bed/yellow"
|
||||
}
|
||||
}
|
@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
@ -0,0 +1,39 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"from": [1, 0, 1],
|
||||
"to": [15, 10, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8.25, 3.5, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"east": {"uv": [3.5, 8.25, 7, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"south": {"uv": [7, 8.25, 10.5, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.5, 8.25, 14, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [7, 8.25, 10.5, 4.75], "rotation": 90, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 4.75, 7, 8.25], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 9, 1],
|
||||
"to": [15, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.5, 3.5, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"east": {"uv": [3.5, 3.5, 7, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"south": {"uv": [7, 3.5, 10.5, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.5, 3.5, 14, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [10.5, 0, 7, 3.5], "rotation": 270, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 0, 7, 3.5], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 7, 7],
|
||||
"to": [1, 11, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0.25, 0.25, 1.25], "rotation": 180, "texture": "#chest"},
|
||||
"south": {"uv": [0.75, 1.25, 1, 0.25], "texture": "#chest"},
|
||||
"west": {"uv": [0.25, 0.25, 0.75, 1.25], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [0.5, 0, 1, 0.25], "rotation": 90, "texture": "#chest"},
|
||||
"down": {"uv": [0.25, 0, 0.75, 0.25], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"from": [1, 0, 0],
|
||||
"to": [15, 10, 15],
|
||||
"faces": {
|
||||
"east": {"uv": [3.5, 8.25, 7.25, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"south": {"uv": [7.25, 8.25, 10.75, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.75, 8.25, 14.5, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [7.25, 8.25, 11, 4.75], "rotation": 90, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 4.75, 7.25, 8.25], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 9, 0],
|
||||
"to": [15, 14, 15],
|
||||
"faces": {
|
||||
"east": {"uv": [3.5, 3.5, 7.25, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"south": {"uv": [7.25, 3.5, 10.75, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.75, 3.5, 14.5, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [11, 0, 7.25, 3.5], "rotation": 270, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 0, 7.25, 3.5], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 7, 0],
|
||||
"to": [1, 11, 1],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1.25, 0.25, 0.25], "texture": "#chest"},
|
||||
"south": {"uv": [0.5, 1.25, 0.75, 0.25], "texture": "#chest"},
|
||||
"west": {"uv": [0.75, 1.25, 1, 0.25], "texture": "#chest"},
|
||||
"up": {"uv": [0.5, 0, 0.75, 0.25], "texture": "#chest"},
|
||||
"down": {"uv": [0.25, 0, 0.5, 0.25], "texture": "#chest"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"from": [1, 0, 1],
|
||||
"to": [15, 10, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8.25, 3.5, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"east": {"uv": [3.5, 8.25, 7.25, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.75, 8.25, 14.5, 10.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [7.25, 4.75, 11, 8.25], "rotation": 90, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 4.75, 7.25, 8.25], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 9, 1],
|
||||
"to": [15, 14, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 3.5, 3.5, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"east": {"uv": [3.5, 3.5, 7.25, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"west": {"uv": [10.75, 3.5, 14.5, 4.75], "rotation": 180, "texture": "#chest"},
|
||||
"up": {"uv": [11, 0, 7.25, 3.5], "rotation": 270, "texture": "#chest"},
|
||||
"down": {"uv": [3.5, 0, 7.25, 3.5], "rotation": 270, "texture": "#chest"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 7, 15],
|
||||
"to": [1, 11, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1.25, 0.25, 0.25], "texture": "#chest"},
|
||||
"west": {"uv": [0.75, 1.25, 1, 0.25], "texture": "#chest"},
|
||||
"up": {"uv": [0.5, 0, 0.75, 0.25], "texture": "#chest"},
|
||||
"down": {"uv": [0.25, 0, 0.5, 0.25], "texture": "#chest"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest",
|
||||
"textures": {
|
||||
"chest": "entity/chest/ender"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest",
|
||||
"textures": {
|
||||
"chest": "entity/chest/normal"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest_double_left",
|
||||
"textures": {
|
||||
"chest": "entity/chest/normal_left"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest_double_right",
|
||||
"textures": {
|
||||
"chest": "entity/chest/normal_right"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest",
|
||||
"textures": {
|
||||
"chest": "entity/chest/trapped"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest_double_left",
|
||||
"textures": {
|
||||
"chest": "entity/chest/trapped_left"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/chest/chest_double_right",
|
||||
"textures": {
|
||||
"chest": "entity/chest/trapped_right"
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "bluemap:builtin/liquid",
|
||||
"textures": {
|
||||
"particle": "block/lava_still",
|
||||
"still": "block/lava_still",
|
||||
"flow": "block/lava_flow"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/sign/sign",
|
||||
"textures": {
|
||||
"sign": "entity/signs/acacia"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/sign/sign",
|
||||
"textures": {
|
||||
"sign": "entity/signs/birch"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/sign/sign",
|
||||
"textures": {
|
||||
"sign": "entity/signs/crimson"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/sign/sign",
|
||||
"textures": {
|
||||
"sign": "entity/signs/dark_oak"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/sign/sign",
|
||||
"textures": {
|
||||
"sign": "entity/signs/jungle"
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user