You've already forked minecraft-assets
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13a6345967 | ||
|
|
f5ba9d4c24 | ||
|
|
8c84c333a9 | ||
|
|
9b338a0c8d | ||
|
|
1bf0091912 | ||
|
|
b3778e97b4 | ||
|
|
0a09709175 | ||
|
|
044148e94e | ||
|
|
5f0fec3de7 | ||
|
|
a57133010d | ||
|
|
2899084dcb | ||
|
|
85486e27af | ||
|
|
13d488b03f |
5
assets/minecraft/blockstates/acacia_sign.json
Normal file
5
assets/minecraft/blockstates/acacia_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/acacia_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/acacia_wall_sign.json
Normal file
5
assets/minecraft/blockstates/acacia_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/acacia_sign" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/andesite_slab.json
Normal file
7
assets/minecraft/blockstates/andesite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/andesite_slab" },
|
||||
"type=top": { "model": "block/andesite_slab_top" },
|
||||
"type=double": { "model": "block/andesite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/andesite_stairs.json
Normal file
44
assets/minecraft/blockstates/andesite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/andesite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/andesite_wall.json
Normal file
19
assets/minecraft/blockstates/andesite_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/andesite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
26
assets/minecraft/blockstates/bamboo.json
Normal file
26
assets/minecraft/blockstates/bamboo.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "age": "0" },
|
||||
"apply": [
|
||||
{ "model": "block/bamboo1_age0" },
|
||||
{ "model": "block/bamboo2_age0" },
|
||||
{ "model": "block/bamboo3_age0" },
|
||||
{ "model": "block/bamboo4_age0" }
|
||||
]
|
||||
},
|
||||
{ "when": { "age": "1" },
|
||||
"apply": [
|
||||
{ "model": "block/bamboo1_age1" },
|
||||
{ "model": "block/bamboo2_age1" },
|
||||
{ "model": "block/bamboo3_age1" },
|
||||
{ "model": "block/bamboo4_age1" }
|
||||
]
|
||||
},
|
||||
{ "when": { "leaves": "small" },
|
||||
"apply": { "model": "block/bamboo_small_leaves" }
|
||||
},
|
||||
{ "when": { "leaves": "large" },
|
||||
"apply": { "model": "block/bamboo_large_leaves" }
|
||||
}
|
||||
]
|
||||
}
|
||||
5
assets/minecraft/blockstates/bamboo_sapling.json
Normal file
5
assets/minecraft/blockstates/bamboo_sapling.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/bamboo_sapling" }
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/blockstates/barrel.json
Normal file
16
assets/minecraft/blockstates/barrel.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=down,open=false": { "model": "block/barrel", "x": 180 },
|
||||
"facing=up,open=false": { "model": "block/barrel" },
|
||||
"facing=north,open=false": { "model": "block/barrel", "x": 90 },
|
||||
"facing=south,open=false": { "model": "block/barrel", "x": 90, "y": 180 },
|
||||
"facing=west,open=false": { "model": "block/barrel", "x": 90, "y": 270 },
|
||||
"facing=east,open=false": { "model": "block/barrel", "x": 90, "y": 90 },
|
||||
"facing=down,open=true": { "model": "block/barrel_open", "x": 180 },
|
||||
"facing=up,open=true": { "model": "block/barrel_open" },
|
||||
"facing=north,open=true": { "model": "block/barrel_open", "x": 90 },
|
||||
"facing=south,open=true": { "model": "block/barrel_open", "x": 90, "y": 180 },
|
||||
"facing=west,open=true": { "model": "block/barrel_open", "x": 90, "y": 270 },
|
||||
"facing=east,open=true": { "model": "block/barrel_open", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/bell.json
Normal file
20
assets/minecraft/blockstates/bell.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,attachment=floor": { "model": "block/bell_floor" },
|
||||
"facing=south,attachment=floor": { "model": "block/bell_floor", "y": 180 },
|
||||
"facing=east,attachment=floor": { "model": "block/bell_floor", "y": 90 },
|
||||
"facing=west,attachment=floor": { "model": "block/bell_floor", "y": 270 },
|
||||
"facing=north,attachment=ceiling": { "model": "block/bell_ceiling" },
|
||||
"facing=south,attachment=ceiling": { "model": "block/bell_ceiling", "y": 180 },
|
||||
"facing=east,attachment=ceiling": { "model": "block/bell_ceiling", "y": 90 },
|
||||
"facing=west,attachment=ceiling": { "model": "block/bell_ceiling", "y": 270 },
|
||||
"facing=east,attachment=single_wall": { "model": "block/bell_wall" },
|
||||
"facing=west,attachment=single_wall": { "model": "block/bell_wall", "y": 180 },
|
||||
"facing=south,attachment=single_wall": { "model": "block/bell_wall", "y": 90 },
|
||||
"facing=north,attachment=single_wall": { "model": "block/bell_wall", "y": 270 },
|
||||
"facing=east,attachment=double_wall": { "model": "block/bell_between_walls" },
|
||||
"facing=west,attachment=double_wall": { "model": "block/bell_between_walls", "y": 180 },
|
||||
"facing=north,attachment=double_wall": { "model": "block/bell_between_walls", "y": 90 },
|
||||
"facing=south,attachment=double_wall": { "model": "block/bell_between_walls", "y": 270 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/birch_sign.json
Normal file
5
assets/minecraft/blockstates/birch_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/birch_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/birch_wall_sign.json
Normal file
5
assets/minecraft/blockstates/birch_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/birch_sign" }
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/blockstates/blast_furnace.json
Normal file
12
assets/minecraft/blockstates/blast_furnace.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,lit=false": { "model": "block/blast_furnace" },
|
||||
"facing=south,lit=false": { "model": "block/blast_furnace", "y": 180 },
|
||||
"facing=west,lit=false": { "model": "block/blast_furnace", "y": 270 },
|
||||
"facing=east,lit=false": { "model": "block/blast_furnace", "y": 90 },
|
||||
"facing=north,lit=true": { "model": "block/blast_furnace_on" },
|
||||
"facing=south,lit=true": { "model": "block/blast_furnace_on", "y": 180 },
|
||||
"facing=west,lit=true": { "model": "block/blast_furnace_on", "y": 270 },
|
||||
"facing=east,lit=true": { "model": "block/blast_furnace_on", "y": 90 }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/brick_wall.json
Normal file
19
assets/minecraft/blockstates/brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
12
assets/minecraft/blockstates/campfire.json
Normal file
12
assets/minecraft/blockstates/campfire.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,lit=true": { "model": "block/campfire", "y": 180 },
|
||||
"facing=south,lit=true": { "model": "block/campfire" },
|
||||
"facing=east,lit=true": { "model": "block/campfire", "y": 270 },
|
||||
"facing=west,lit=true": { "model": "block/campfire", "y": 90 },
|
||||
"facing=north,lit=false": { "model": "block/campfire_off", "y": 180 },
|
||||
"facing=south,lit=false": { "model": "block/campfire_off" },
|
||||
"facing=east,lit=false": { "model": "block/campfire_off", "y": 270 },
|
||||
"facing=west,lit=false": { "model": "block/campfire_off", "y": 90 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/cartography_table.json
Normal file
5
assets/minecraft/blockstates/cartography_table.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/cartography_table" }
|
||||
}
|
||||
}
|
||||
29
assets/minecraft/blockstates/composter.json
Normal file
29
assets/minecraft/blockstates/composter.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "apply": { "model": "block/composter" }},
|
||||
{ "when": { "level": "1" },
|
||||
"apply": { "model": "block/composter_contents1" }
|
||||
},
|
||||
{ "when": { "level": "2" },
|
||||
"apply": { "model": "block/composter_contents2" }
|
||||
},
|
||||
{ "when": { "level": "3" },
|
||||
"apply": { "model": "block/composter_contents3" }
|
||||
},
|
||||
{ "when": { "level": "4" },
|
||||
"apply": { "model": "block/composter_contents4" }
|
||||
},
|
||||
{ "when": { "level": "5" },
|
||||
"apply": { "model": "block/composter_contents5" }
|
||||
},
|
||||
{ "when": { "level": "6" },
|
||||
"apply": { "model": "block/composter_contents6" }
|
||||
},
|
||||
{ "when": { "level": "7" },
|
||||
"apply": { "model": "block/composter_contents7" }
|
||||
},
|
||||
{ "when": { "level": "8" },
|
||||
"apply": { "model": "block/composter_contents_ready" }
|
||||
}
|
||||
]
|
||||
}
|
||||
5
assets/minecraft/blockstates/cornflower.json
Normal file
5
assets/minecraft/blockstates/cornflower.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/cornflower" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/cut_red_sandstone_slab.json
Normal file
7
assets/minecraft/blockstates/cut_red_sandstone_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/cut_red_sandstone_slab" },
|
||||
"type=top": { "model": "block/cut_red_sandstone_slab_top" },
|
||||
"type=double": { "model": "block/cut_red_sandstone" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/cut_sandstone_slab.json
Normal file
7
assets/minecraft/blockstates/cut_sandstone_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/cut_sandstone_slab" },
|
||||
"type=top": { "model": "block/cut_sandstone_slab_top" },
|
||||
"type=double": { "model": "block/cut_sandstone" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dark_oak_sign.json
Normal file
5
assets/minecraft/blockstates/dark_oak_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dark_oak_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dark_oak_wall_sign.json
Normal file
5
assets/minecraft/blockstates/dark_oak_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dark_oak_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dead_brain_coral.json
Normal file
5
assets/minecraft/blockstates/dead_brain_coral.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dead_brain_coral" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dead_bubble_coral.json
Normal file
5
assets/minecraft/blockstates/dead_bubble_coral.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dead_bubble_coral" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dead_fire_coral.json
Normal file
5
assets/minecraft/blockstates/dead_fire_coral.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dead_fire_coral" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dead_horn_coral.json
Normal file
5
assets/minecraft/blockstates/dead_horn_coral.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dead_horn_coral" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dead_tube_coral.json
Normal file
5
assets/minecraft/blockstates/dead_tube_coral.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dead_tube_coral" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/diorite_slab.json
Normal file
7
assets/minecraft/blockstates/diorite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/diorite_slab" },
|
||||
"type=top": { "model": "block/diorite_slab_top" },
|
||||
"type=double": { "model": "block/diorite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/diorite_stairs.json
Normal file
44
assets/minecraft/blockstates/diorite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/diorite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/diorite_wall.json
Normal file
19
assets/minecraft/blockstates/diorite_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/diorite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
7
assets/minecraft/blockstates/end_stone_brick_slab.json
Normal file
7
assets/minecraft/blockstates/end_stone_brick_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/end_stone_brick_slab" },
|
||||
"type=top": { "model": "block/end_stone_brick_slab_top" },
|
||||
"type=double": { "model": "block/end_stone_bricks" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/end_stone_brick_stairs.json
Normal file
44
assets/minecraft/blockstates/end_stone_brick_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/end_stone_brick_wall.json
Normal file
19
assets/minecraft/blockstates/end_stone_brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
5
assets/minecraft/blockstates/fletching_table.json
Normal file
5
assets/minecraft/blockstates/fletching_table.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/fletching_table" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/granite_slab.json
Normal file
7
assets/minecraft/blockstates/granite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/granite_slab" },
|
||||
"type=top": { "model": "block/granite_slab_top" },
|
||||
"type=double": { "model": "block/granite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/granite_stairs.json
Normal file
44
assets/minecraft/blockstates/granite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/granite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/granite_wall.json
Normal file
19
assets/minecraft/blockstates/granite_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/granite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/grass_path" }
|
||||
"": [
|
||||
{ "model": "block/grass_path" },
|
||||
{ "model": "block/grass_path", "y": 90 },
|
||||
{ "model": "block/grass_path", "y": 180 },
|
||||
{ "model": "block/grass_path", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
16
assets/minecraft/blockstates/grindstone.json
Normal file
16
assets/minecraft/blockstates/grindstone.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"face=floor,facing=east": { "model": "block/grindstone", "y": 90 },
|
||||
"face=floor,facing=west": { "model": "block/grindstone", "y": 270 },
|
||||
"face=floor,facing=south": { "model": "block/grindstone", "y": 180 },
|
||||
"face=floor,facing=north": { "model": "block/grindstone" },
|
||||
"face=wall,facing=east": { "model": "block/grindstone", "x": 90, "y": 90 },
|
||||
"face=wall,facing=west": { "model": "block/grindstone", "x": 90, "y": 270 },
|
||||
"face=wall,facing=south": { "model": "block/grindstone", "x": 90, "y": 180 },
|
||||
"face=wall,facing=north": { "model": "block/grindstone", "x": 90 },
|
||||
"face=ceiling,facing=east": { "model": "block/grindstone", "x": 180, "y": 270 },
|
||||
"face=ceiling,facing=west": { "model": "block/grindstone", "x": 180, "y": 90 },
|
||||
"face=ceiling,facing=south": { "model": "block/grindstone", "x": 180 },
|
||||
"face=ceiling,facing=north": { "model": "block/grindstone", "x": 180, "y": 180 }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/stone" }
|
||||
"": [
|
||||
{ "model": "block/stone" },
|
||||
{ "model": "block/stone_mirrored" },
|
||||
{ "model": "block/stone", "y": 180 },
|
||||
{ "model": "block/stone_mirrored", "y": 180 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
10
assets/minecraft/blockstates/jigsaw.json
Normal file
10
assets/minecraft/blockstates/jigsaw.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=up": { "model": "block/jigsaw"},
|
||||
"facing=down": { "model": "block/jigsaw", "x": 180 },
|
||||
"facing=north": { "model": "block/jigsaw", "x" : 90},
|
||||
"facing=south": { "model": "block/jigsaw", "x" : 90, "y": 180 },
|
||||
"facing=west": { "model": "block/jigsaw", "x" : 90, "y": 270 },
|
||||
"facing=east": { "model": "block/jigsaw", "x" : 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/jungle_sign.json
Normal file
5
assets/minecraft/blockstates/jungle_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/jungle_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/jungle_wall_sign.json
Normal file
5
assets/minecraft/blockstates/jungle_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/jungle_sign" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/lantern.json
Normal file
6
assets/minecraft/blockstates/lantern.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"hanging=true": { "model": "block/hanging_lantern"},
|
||||
"hanging=false": { "model": "block/lantern"}
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/lectern.json
Normal file
8
assets/minecraft/blockstates/lectern.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "block/lectern" },
|
||||
"facing=south": { "model": "block/lectern", "y": 180 },
|
||||
"facing=west": { "model": "block/lectern", "y": 270 },
|
||||
"facing=east": { "model": "block/lectern", "y": 90 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/lily_of_the_valley.json
Normal file
5
assets/minecraft/blockstates/lily_of_the_valley.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/lily_of_the_valley" }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/loom.json
Normal file
8
assets/minecraft/blockstates/loom.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "block/loom" },
|
||||
"facing=south": { "model": "block/loom", "y": 180 },
|
||||
"facing=west": { "model": "block/loom", "y": 270 },
|
||||
"facing=east": { "model": "block/loom", "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/mossy_cobblestone_slab.json
Normal file
7
assets/minecraft/blockstates/mossy_cobblestone_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/mossy_cobblestone_slab" },
|
||||
"type=top": { "model": "block/mossy_cobblestone_slab_top" },
|
||||
"type=double": { "model": "block/mossy_cobblestone" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/mossy_cobblestone_stairs.json
Normal file
44
assets/minecraft/blockstates/mossy_cobblestone_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/mossy_stone_brick_slab.json
Normal file
7
assets/minecraft/blockstates/mossy_stone_brick_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/mossy_stone_brick_slab" },
|
||||
"type=top": { "model": "block/mossy_stone_brick_slab_top" },
|
||||
"type=double": { "model": "block/mossy_stone_bricks" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/mossy_stone_brick_stairs.json
Normal file
44
assets/minecraft/blockstates/mossy_stone_brick_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/mossy_stone_brick_wall.json
Normal file
19
assets/minecraft/blockstates/mossy_stone_brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"variants": {
|
||||
"snowy=false": { "model": "block/mycelium" },
|
||||
"snowy=false": [
|
||||
{ "model": "block/mycelium" },
|
||||
{ "model": "block/mycelium", "y": 90 },
|
||||
{ "model": "block/mycelium", "y": 180 },
|
||||
{ "model": "block/mycelium", "y": 270 }
|
||||
],
|
||||
"snowy=true": { "model": "block/grass_block_snow" }
|
||||
}
|
||||
}
|
||||
|
||||
19
assets/minecraft/blockstates/nether_brick_wall.json
Normal file
19
assets/minecraft/blockstates/nether_brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
5
assets/minecraft/blockstates/oak_sign.json
Normal file
5
assets/minecraft/blockstates/oak_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/oak_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/oak_wall_sign.json
Normal file
5
assets/minecraft/blockstates/oak_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/oak_sign" }
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"variants": {
|
||||
"snowy=false": { "model": "block/podzol" },
|
||||
"snowy=false": [
|
||||
{ "model": "block/podzol" },
|
||||
{ "model": "block/podzol", "y": 90 },
|
||||
{ "model": "block/podzol", "y": 180 },
|
||||
{ "model": "block/podzol", "y": 270 }
|
||||
],
|
||||
"snowy=true": { "model": "block/grass_block_snow" }
|
||||
}
|
||||
}
|
||||
|
||||
7
assets/minecraft/blockstates/polished_andesite_slab.json
Normal file
7
assets/minecraft/blockstates/polished_andesite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/polished_andesite_slab" },
|
||||
"type=top": { "model": "block/polished_andesite_slab_top" },
|
||||
"type=double": { "model": "block/polished_andesite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/polished_andesite_stairs.json
Normal file
44
assets/minecraft/blockstates/polished_andesite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/polished_diorite_slab.json
Normal file
7
assets/minecraft/blockstates/polished_diorite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/polished_diorite_slab" },
|
||||
"type=top": { "model": "block/polished_diorite_slab_top" },
|
||||
"type=double": { "model": "block/polished_diorite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/polished_diorite_stairs.json
Normal file
44
assets/minecraft/blockstates/polished_diorite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/polished_granite_slab.json
Normal file
7
assets/minecraft/blockstates/polished_granite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/polished_granite_slab" },
|
||||
"type=top": { "model": "block/polished_granite_slab_top" },
|
||||
"type=double": { "model": "block/polished_granite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/polished_granite_stairs.json
Normal file
44
assets/minecraft/blockstates/polished_granite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/polished_granite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/potted_bamboo.json
Normal file
5
assets/minecraft/blockstates/potted_bamboo.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_bamboo" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/potted_cornflower.json
Normal file
5
assets/minecraft/blockstates/potted_cornflower.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_cornflower" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_lily_of_the_valley" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/potted_wither_rose.json
Normal file
5
assets/minecraft/blockstates/potted_wither_rose.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_wither_rose" }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/prismarine_wall.json
Normal file
19
assets/minecraft/blockstates/prismarine_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
7
assets/minecraft/blockstates/red_nether_brick_slab.json
Normal file
7
assets/minecraft/blockstates/red_nether_brick_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/red_nether_brick_slab" },
|
||||
"type=top": { "model": "block/red_nether_brick_slab_top" },
|
||||
"type=double": { "model": "block/red_nether_bricks" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/red_nether_brick_stairs.json
Normal file
44
assets/minecraft/blockstates/red_nether_brick_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/red_nether_brick_wall.json
Normal file
19
assets/minecraft/blockstates/red_nether_brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
19
assets/minecraft/blockstates/red_sandstone_wall.json
Normal file
19
assets/minecraft/blockstates/red_sandstone_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
19
assets/minecraft/blockstates/sandstone_wall.json
Normal file
19
assets/minecraft/blockstates/sandstone_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
6
assets/minecraft/blockstates/scaffolding.json
Normal file
6
assets/minecraft/blockstates/scaffolding.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"bottom=true": { "model": "block/scaffolding_unstable" },
|
||||
"bottom=false": { "model": "block/scaffolding_stable" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/chest" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/smithing_table.json
Normal file
5
assets/minecraft/blockstates/smithing_table.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/smithing_table" }
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/blockstates/smoker.json
Normal file
12
assets/minecraft/blockstates/smoker.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,lit=false": { "model": "block/smoker" },
|
||||
"facing=south,lit=false": { "model": "block/smoker", "y": 180 },
|
||||
"facing=west,lit=false": { "model": "block/smoker", "y": 270 },
|
||||
"facing=east,lit=false": { "model": "block/smoker", "y": 90 },
|
||||
"facing=north,lit=true": { "model": "block/smoker_on" },
|
||||
"facing=south,lit=true": { "model": "block/smoker_on", "y": 180 },
|
||||
"facing=west,lit=true": { "model": "block/smoker_on", "y": 270 },
|
||||
"facing=east,lit=true": { "model": "block/smoker_on", "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/smooth_quartz_slab.json
Normal file
7
assets/minecraft/blockstates/smooth_quartz_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/smooth_quartz_slab" },
|
||||
"type=top": { "model": "block/smooth_quartz_slab_top" },
|
||||
"type=double": { "model": "block/smooth_quartz" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/smooth_quartz_stairs.json
Normal file
44
assets/minecraft/blockstates/smooth_quartz_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/smooth_red_sandstone_slab" },
|
||||
"type=top": { "model": "block/smooth_red_sandstone_slab_top" },
|
||||
"type=double": { "model": "block/smooth_red_sandstone" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/smooth_sandstone_slab.json
Normal file
7
assets/minecraft/blockstates/smooth_sandstone_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/smooth_sandstone_slab" },
|
||||
"type=top": { "model": "block/smooth_sandstone_slab_top" },
|
||||
"type=double": { "model": "block/smooth_sandstone" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/smooth_sandstone_stairs.json
Normal file
44
assets/minecraft/blockstates/smooth_sandstone_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/smooth_stone_slab.json
Normal file
7
assets/minecraft/blockstates/smooth_stone_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/smooth_stone_slab" },
|
||||
"type=top": { "model": "block/smooth_stone_slab_top" },
|
||||
"type=double": { "model": "block/smooth_stone_slab_double" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/spruce_sign.json
Normal file
5
assets/minecraft/blockstates/spruce_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/spruce_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/spruce_wall_sign.json
Normal file
5
assets/minecraft/blockstates/spruce_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/spruce_sign" }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/stone_brick_wall.json
Normal file
19
assets/minecraft/blockstates/stone_brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,6 +2,6 @@
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/stone_slab" },
|
||||
"type=top": { "model": "block/stone_slab_top" },
|
||||
"type=double": { "model": "block/stone_slab_double" }
|
||||
"type=double": { "model": "block/stone" }
|
||||
}
|
||||
}
|
||||
|
||||
44
assets/minecraft/blockstates/stone_stairs.json
Normal file
44
assets/minecraft/blockstates/stone_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/stone_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/stonecutter.json
Normal file
8
assets/minecraft/blockstates/stonecutter.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "block/stonecutter" },
|
||||
"facing=south": { "model": "block/stonecutter", "y": 180 },
|
||||
"facing=west": { "model": "block/stonecutter", "y": 270 },
|
||||
"facing=east": { "model": "block/stonecutter", "y": 90 }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/sweet_berry_bush.json
Normal file
8
assets/minecraft/blockstates/sweet_berry_bush.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"age=0": { "model": "block/sweet_berry_bush_stage0" },
|
||||
"age=1": { "model": "block/sweet_berry_bush_stage1" },
|
||||
"age=2": { "model": "block/sweet_berry_bush_stage2" },
|
||||
"age=3": { "model": "block/sweet_berry_bush_stage3" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/wither_rose.json
Normal file
5
assets/minecraft/blockstates/wither_rose.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/wither_rose" }
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"file": "minecraft:font/nonlatin_european.png",
|
||||
"ascent": 7,
|
||||
"chars": [
|
||||
"\u00a1\u2030\u00ad\u00b7\u20b4\u2260\u00bf\u00d7\u00d8\u00de\u00df\u00f0\u00f8\u00fe\u0391\u0392",
|
||||
"\u00a1\u2030\u00ad\u00b7\u20b4\u2260\u00bf\u00d7\u00d8\u00de\u04bb\u00f0\u00f8\u00fe\u0391\u0392",
|
||||
"\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\u03a3",
|
||||
"\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba",
|
||||
"\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c2\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03c9\u0402",
|
||||
@@ -15,9 +15,23 @@
|
||||
"\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b",
|
||||
"\u044c\u044d\u044e\u044f\u0454\u0455\u0456\u0458\u0459\u045a\u2013\u2014\u2018\u2019\u201c\u201d",
|
||||
"\u201e\u2026\u204a\u2190\u2191\u2192\u2193\u21c4\uff0b\u018f\u0259\u025b\u026a\u04ae\u04af\u04e8",
|
||||
"\u04e9\u02bb\u02cc\u037e\u0138\u1e9e\u00df\u20bd\u20ac\u0462\u0463\u0474\u0475\u0406\u0472\u0473",
|
||||
"\u04e9\u02bb\u02cc\u037e\u0138\u1e9e\u00df\u20bd\u20ac\u0462\u0463\u0474\u0475\u04C0\u0472\u0473",
|
||||
"\u2070\u00b9\u00b3\u2074\u2075\u2076\u2077\u2078\u2079\u207a\u207b\u207c\u207d\u207e\u2071\u2122",
|
||||
"\u0294\u0295\u29c8\u2694\u2620\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
|
||||
"\u0294\u0295\u29c8\u2694\u2620\u049a\u049b\u0492\u0493\u04b0\u04b1\u04d8\u04d9\u0496\u0497\u04a2",
|
||||
"\u04a3\u04ba\u05e8\u05e7\u05e5\u05e6\u05e3\u05e4\u05e2\u05e1\u05df\u05e0\u05dd\u05de\u05dc\u05db",
|
||||
"\u05d9\u05d8\u05d7\u05d6\u05d5\u05d4\u05d3\u05d2\u05d1\u05d0\u00a2\u00a4\u00a5\u00a9\u00ae\u00b5",
|
||||
"\u00b6\u00bc\u00bd\u00be\u0387\u2010\u201a\u2020\u2021\u2022\u2031\u2032\u2033\u2034\u2035\u2036",
|
||||
"\u2037\u2039\u203a\u203b\u203c\u203d\u2042\u2048\u2049\u204b\u204e\u204f\u2051\u2052\u2057\u2117",
|
||||
"\u2212\u2213\u221e\u2600\u2601\u2608\u261e\u2632\u2635\u263d\u2640\u2642\u26a5\u2660\u2663\u2665",
|
||||
"\u2666\u2669\u266a\u266b\u266c\u266d\u266e\u266f\u2680\u2681\u2682\u2683\u2684\u2685\u26a0\u26a1",
|
||||
"\u26cf\u2714\u2744\u274c\u2764\u2b50\u2e18\u2e2e\u2e35\u2e38\u2E41\u2E4B\u295d\u1614\u0190\u07c8",
|
||||
"\u03db\u3125\u2c6f\u15fa\u0186\u15e1\u018e\u2132\u2141\uA7B0\ua780\u0500\ua779\u1d1a\u27d8\u2229",
|
||||
"\u0245\u2144\u0250\u0254\u01dd\u025f\u1d77\u0265\u1d09\u027e\u029e\ua781\u026f\u0279\u0287\u028c",
|
||||
"\u028d\u028e\u0531\u0532\u0533\u0534\u0536\u0537\u0539\u053a\u053b\u053c\u053d\u053e\u053f\u0540",
|
||||
"\u0541\u0542\u0543\u0544\u0545\u0546\u0547\u0548\u0549\u054b\u054c\u054d\u054e\u054f\u0550\u0551",
|
||||
"\u0552\u0553\u0554\u0555\u0556\u0559\u0561\u0562\u0563\u0564\u0565\u0566\u0567\u0568\u0569\u056a",
|
||||
"\u056b\u056c\u056d\u056e\u056f\u0570\u0571\u0572\u0573\u0574\u0575\u0576\u0577\u0578\u0579\u057a",
|
||||
"\u057b\u057c\u057d\u057e\u057f\u0580\u0581\u0582\u0583\u0584\u0585\u0586\u0587\u0000\u0000\u0000"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -43,7 +57,7 @@
|
||||
"\u0490\u0491\u1e02\u1e03\u1e0a\u1e0b\u1e1e\u1e1f\u1e22\u1e23\u1e30\u1e31\u1e40\u1e41\u1e56\u1e57",
|
||||
"\u1e60\u1e61\u1e6a\u1e6b\u1e80\u1e81\u1e82\u1e83\u1e84\u1e85\u1ef2\u1ef3\u00e8\u00e9\u00ea\u00eb",
|
||||
"\u0149\u01e7\u01eb\u040f\u1e0d\u1e25\u1e5b\u1e6d\u1e92\u1eca\u1ecb\u1ecc\u1ecd\u1ee4\u1ee5\u2116",
|
||||
"\u0207\u0194\u0263\u0283\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
|
||||
"\u0207\u0194\u0263\u0283\u2047\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -27,19 +27,31 @@
|
||||
"advMode.setCommand": "Verstel konsole opdrag vir Blok",
|
||||
"advMode.setCommand.success": "Opdrag stel: %s",
|
||||
"advancements.adventure.adventuring_time.description": "Ontdek elke bioom",
|
||||
"advancements.adventure.adventuring_time.title": "Avontuur Tyd",
|
||||
"advancements.adventure.adventuring_time.title": "Tyd vir Avontuur",
|
||||
"advancements.adventure.kill_a_mob.description": "Maak enige vyandige monster dood",
|
||||
"advancements.adventure.kill_a_mob.title": "Monsterjagter",
|
||||
"advancements.adventure.kill_all_mobs.description": "Maak een van elke vyandige monster dood",
|
||||
"advancements.adventure.kill_all_mobs.title": "Monsters Gejag",
|
||||
"advancements.adventure.root.description": "Avontuur, verkenning en bakleiery",
|
||||
"advancements.adventure.root.title": "Avontuur",
|
||||
"advancements.adventure.shoot_arrow.description": "Skiet iets met 'n pyl en boog",
|
||||
"advancements.adventure.shoot_arrow.title": "Mik",
|
||||
"advancements.adventure.sleep_in_bed.description": "Verander jou herkuitings punt",
|
||||
"advancements.adventure.sleep_in_bed.title": "Soete Drome",
|
||||
"advancements.adventure.sniper_duel.description": "Moor 'n Geraamte van ten minste 50 meter af",
|
||||
"advancements.adventure.sniper_duel.title": "Skerpskutter Tweegeveg",
|
||||
"advancements.adventure.summon_iron_golem.description": "Ontbied 'n Yster Golem te help verdedig 'n dorpie",
|
||||
"advancements.adventure.summon_iron_golem.title": "Gehuurde hulp",
|
||||
"advancements.adventure.throw_trident.description": "Gooi 'n drietand.\nNota: Om jou enigste wapen weg te gooi is nie wys nie.",
|
||||
"advancements.adventure.throw_trident.title": "'n Weggooi Grappie",
|
||||
"advancements.adventure.totem_of_undying.description": "Gebruik 'n Totem van Undying om te kul dood",
|
||||
"advancements.adventure.totem_of_undying.title": "Postmortal",
|
||||
"advancements.adventure.trade.description": "Suksesvol handel met 'n Dorpieman",
|
||||
"advancements.adventure.trade.description": "Suksesvol handel gedryf met 'n Dorpsbewoner",
|
||||
"advancements.adventure.trade.title": "Wat \u0144 Ooreenkoms!",
|
||||
"advancements.adventure.very_very_frightening.description": "Tref 'n dropsbewoner met weerlig",
|
||||
"advancements.adventure.very_very_frightening.title": "Baie Skrikwekkend",
|
||||
"advancements.adventure.whos_the_pillager_now.description": "Gee \u0144 Pillager \u0144 voorsmakie van hul eie medisyne",
|
||||
"advancements.adventure.whos_the_pillager_now.title": "Wie is nou die Pillager?",
|
||||
"advancements.empty": "Dit lyk nie asof daar iets hier is nie...",
|
||||
"advancements.end.dragon_breath.description": "Draak se asem in 'n glas bottel versamel",
|
||||
"advancements.end.dragon_breath.title": "Jy moet 'n kruisement",
|
||||
@@ -51,20 +63,22 @@
|
||||
"advancements.end.kill_dragon.title": "Vry die End",
|
||||
"advancements.end.respawn_dragon.title": "Die Einde... Alweer...",
|
||||
"advancements.end.root.title": "Die End",
|
||||
"advancements.husbandry.balanced_diet.description": "Eet alles wat eetbare, selfs al is dit nie goed vir jou",
|
||||
"advancements.husbandry.balanced_diet.title": "\u0144 Gebalanseerde dieet",
|
||||
"advancements.husbandry.break_diamond_hoe.description": "Heeltemal op 'n ruit hoe, en gebruik dan reevaluate jou lewe keuses",
|
||||
"advancements.husbandry.balanced_diet.description": "Eet alles wat eetbaar is, selfs al is dit nie goed vir jou nie",
|
||||
"advancements.husbandry.balanced_diet.title": "'n Gebalanseerde dieet",
|
||||
"advancements.husbandry.break_diamond_hoe.description": "Gebruik 'n diamantskoffel tot op breekpunt, en herevalueer jou lewenskeuses",
|
||||
"advancements.husbandry.break_diamond_hoe.title": "Ernstige toewyding",
|
||||
"advancements.husbandry.breed_all_animals.description": "Teel al die diere!",
|
||||
"advancements.husbandry.breed_all_animals.title": "Twee deur twee",
|
||||
"advancements.husbandry.breed_an_animal.description": "Saam twee diere teel",
|
||||
"advancements.husbandry.breed_an_animal.title": "Die papegaaie en die vlermuise",
|
||||
"advancements.husbandry.plant_seed.description": "Plant 'n saad en kyk hoe dit groei",
|
||||
"advancements.husbandry.plant_seed.title": "\u0144 Seedy plek",
|
||||
"advancements.husbandry.root.description": "Die w\u00eareld is vol van vriende en kos",
|
||||
"advancements.husbandry.plant_seed.title": "Saadagtig",
|
||||
"advancements.husbandry.root.description": "Die w\u00eareld is vol vriende en kos",
|
||||
"advancements.husbandry.root.title": "Akker",
|
||||
"advancements.husbandry.tame_an_animal.description": "Tame 'n dier",
|
||||
"advancements.husbandry.tame_an_animal.title": "Beste vriende vir ewig",
|
||||
"advancements.husbandry.tactical_fishing.description": "Vang 'n vis... sonder om 'n visstok te gebruik!",
|
||||
"advancements.husbandry.tactical_fishing.title": "Taktiese visvang",
|
||||
"advancements.husbandry.tame_an_animal.description": "Tem 'n dier",
|
||||
"advancements.husbandry.tame_an_animal.title": "Verewig Beste Friende",
|
||||
"advancements.nether.create_beacon.description": "Bou en plaas 'n Baken",
|
||||
"advancements.nether.create_beacon.title": "Bring die Baken Tuis",
|
||||
"advancements.nether.create_full_beacon.description": "Bring 'n baken tot volle krag",
|
||||
@@ -82,6 +96,7 @@
|
||||
"advancements.nether.summon_wither.description": "Ontbied die Wither",
|
||||
"advancements.nether.summon_wither.title": "Withering Heights",
|
||||
"advancements.nether.uneasy_alliance.title": "Ongemaklike alliansie",
|
||||
"advancements.story.cure_zombie_villager.description": "Verswak en genees dan 'n zombie dorpeling",
|
||||
"advancements.story.cure_zombie_villager.title": "Zombie Dokter",
|
||||
"advancements.story.deflect_arrow.title": "Nie Vandag Nie, Dankie",
|
||||
"advancements.story.enchant_item.description": "Betower 'n item by 'n Betoverende Tafel",
|
||||
@@ -144,6 +159,7 @@
|
||||
"block.minecraft.acacia_planks": "Akasiahout Planke",
|
||||
"block.minecraft.acacia_pressure_plate": "Akasiahout Drukplaat",
|
||||
"block.minecraft.acacia_sapling": "Akasiaboom Stiggie",
|
||||
"block.minecraft.acacia_sign": "Akasiahoutteken",
|
||||
"block.minecraft.acacia_slab": "Akasiahout Blad",
|
||||
"block.minecraft.acacia_stairs": "Akasiahout Trappe",
|
||||
"block.minecraft.acacia_trapdoor": "Akasiahout Valdeur",
|
||||
@@ -152,6 +168,9 @@
|
||||
"block.minecraft.air": "Lug",
|
||||
"block.minecraft.allium": "Wilde Ui",
|
||||
"block.minecraft.andesite": "Andesiet",
|
||||
"block.minecraft.andesite_slab": "Andesiet Blad",
|
||||
"block.minecraft.andesite_stairs": "Andesiet Trappe",
|
||||
"block.minecraft.andesite_wall": "Andesiet Muur",
|
||||
"block.minecraft.anvil": "Aambeeld",
|
||||
"block.minecraft.attached_melon_stem": "Aangehegte Spanspekstam",
|
||||
"block.minecraft.attached_pumpkin_stem": "Aangehegte pampoen stam",
|
||||
@@ -716,11 +735,13 @@
|
||||
"block.minecraft.banner.triangles_top.red": "Rooi Ingekeepde Hoof",
|
||||
"block.minecraft.banner.triangles_top.white": "Wit Ingekeepde Hoof",
|
||||
"block.minecraft.banner.triangles_top.yellow": "Geel Ingekeepde Hoof",
|
||||
"block.minecraft.barrel": "Vat",
|
||||
"block.minecraft.barrier": "Versperring",
|
||||
"block.minecraft.beacon": "Baken",
|
||||
"block.minecraft.beacon.primary": "Prim\u00eare Krag",
|
||||
"block.minecraft.beacon.secondary": "Sekond\u00eare Krag",
|
||||
"block.minecraft.bed": "Bed",
|
||||
"block.minecraft.bed.no_sleep": "Jy kan net in die aand en tydens donderstorms slaap",
|
||||
"block.minecraft.bed.not_safe": "Jy mag nie nou rus nie; daar is monsters naby",
|
||||
"block.minecraft.bed.not_valid": "Jou laaste bed was verlore of beset",
|
||||
"block.minecraft.bed.occupied": "Hierdie bed is beset",
|
||||
@@ -736,6 +757,7 @@
|
||||
"block.minecraft.birch_planks": "Berk Planke",
|
||||
"block.minecraft.birch_pressure_plate": "Berk Drukplaat",
|
||||
"block.minecraft.birch_sapling": "Berkeboom Stiggie",
|
||||
"block.minecraft.birch_sign": "Berkteken",
|
||||
"block.minecraft.birch_slab": "Berk Blad",
|
||||
"block.minecraft.birch_stairs": "Berk Trappe",
|
||||
"block.minecraft.birch_trapdoor": "Berk Valdeur",
|
||||
@@ -751,6 +773,7 @@
|
||||
"block.minecraft.black_stained_glass_pane": "Swart Glaspaneel",
|
||||
"block.minecraft.black_terracotta": "Swart Terracotta",
|
||||
"block.minecraft.black_wool": "Swart Wol",
|
||||
"block.minecraft.blast_furnace": "Hoogoond",
|
||||
"block.minecraft.blue_banner": "Blou Vlag",
|
||||
"block.minecraft.blue_bed": "Blou Bed",
|
||||
"block.minecraft.blue_carpet": "Blou Mat",
|
||||
@@ -766,9 +789,12 @@
|
||||
"block.minecraft.blue_wool": "Blou Wol",
|
||||
"block.minecraft.bone_block": "Beenblok",
|
||||
"block.minecraft.bookshelf": "Boekrak",
|
||||
"block.minecraft.brain_coral_fan": "F\u00e3 coral do c\u00e9rebro",
|
||||
"block.minecraft.brain_coral_wall_fan": "Ventilador de parede coral do c\u00e9rebro",
|
||||
"block.minecraft.brewing_stand": "Retortstaander",
|
||||
"block.minecraft.brick_slab": "Baksteen Blad",
|
||||
"block.minecraft.brick_stairs": "Baksteen Trappe",
|
||||
"block.minecraft.brick_wall": "Baksteen Muur",
|
||||
"block.minecraft.bricks": "Bakstene",
|
||||
"block.minecraft.brown_banner": "Bruin Banier",
|
||||
"block.minecraft.brown_bed": "Bruin Bed",
|
||||
@@ -783,9 +809,13 @@
|
||||
"block.minecraft.brown_stained_glass_pane": "Bruin Glaspaneel",
|
||||
"block.minecraft.brown_terracotta": "Bruin Terracotta",
|
||||
"block.minecraft.brown_wool": "Bruin Wol",
|
||||
"block.minecraft.bubble_column": "Borrel pilaar",
|
||||
"block.minecraft.bubble_coral_fan": "Ventilador do coral da bolha",
|
||||
"block.minecraft.bubble_coral_wall_fan": "Ventilador coral da parede da bolha",
|
||||
"block.minecraft.cactus": "Kaktus",
|
||||
"block.minecraft.cake": "Koek",
|
||||
"block.minecraft.carrots": "Wortels",
|
||||
"block.minecraft.cartography_table": "Kartografie Tafel",
|
||||
"block.minecraft.carved_pumpkin": "Gekerf Pampoen",
|
||||
"block.minecraft.cauldron": "Kookpot",
|
||||
"block.minecraft.cave_air": "Grot Lug",
|
||||
@@ -811,11 +841,13 @@
|
||||
"block.minecraft.command_block": "Opdragblok",
|
||||
"block.minecraft.comparator": "Redstone Vergelyker",
|
||||
"block.minecraft.conduit": "Watervoor",
|
||||
"block.minecraft.cornflower": "Koringblom",
|
||||
"block.minecraft.cracked_stone_bricks": "Gekraakte Klipstene",
|
||||
"block.minecraft.crafting_table": "Werksbank",
|
||||
"block.minecraft.creeper_head": "Creeper Kop",
|
||||
"block.minecraft.cut_red_sandstone": "Sny Rooi Sandsteen",
|
||||
"block.minecraft.cut_sandstone": "Sny Sandsteen",
|
||||
"block.minecraft.creeper_wall_head": "Creeper Muur Kop",
|
||||
"block.minecraft.cut_red_sandstone": "Gesnyde Rooi Sandsteen",
|
||||
"block.minecraft.cut_sandstone": "Gesnyde Sandsteen",
|
||||
"block.minecraft.cyan_banner": "Siaan Vlag",
|
||||
"block.minecraft.cyan_bed": "Blougroen Bed",
|
||||
"block.minecraft.cyan_carpet": "Siaan Mat",
|
||||
@@ -846,28 +878,51 @@
|
||||
"block.minecraft.dark_prismarine_slab": "Donker Prismaryn blad",
|
||||
"block.minecraft.dark_prismarine_stairs": "Donker Prismaryn Trappe",
|
||||
"block.minecraft.daylight_detector": "Daglig Sensor",
|
||||
"block.minecraft.dead_brain_coral": "Coral c\u00e9rebro morto",
|
||||
"block.minecraft.dead_brain_coral_block": "Dooie Brein Koraal Blok",
|
||||
"block.minecraft.dead_brain_coral_fan": "F\u00e3 de coral c\u00e9rebro morto",
|
||||
"block.minecraft.dead_bubble_coral": "Coral da bolha morta",
|
||||
"block.minecraft.dead_bubble_coral_block": "Dooie Borrel Koraal Blok",
|
||||
"block.minecraft.dead_bubble_coral_fan": "F\u00e3 de coral de bolha morta",
|
||||
"block.minecraft.dead_bush": "Dooie Bos",
|
||||
"block.minecraft.dead_fire_coral": "Coral de fogo morto",
|
||||
"block.minecraft.dead_fire_coral_block": "Dooie Vuur Koraal Blok",
|
||||
"block.minecraft.dead_fire_coral_fan": "F\u00e3 coral do fogo morto",
|
||||
"block.minecraft.dead_horn_coral": "Coral do Chifre Morto",
|
||||
"block.minecraft.dead_horn_coral_block": "Dooie Horing Koraal Blok",
|
||||
"block.minecraft.dead_horn_coral_fan": "F\u00e3 coral morto do chifre",
|
||||
"block.minecraft.dead_tube_coral": "Coral tubo morto",
|
||||
"block.minecraft.dead_tube_coral_block": "Dooie Buis Koraal Blok",
|
||||
"block.minecraft.detector_rail": "Seinspoor",
|
||||
"block.minecraft.diamond_block": "Diamantblok",
|
||||
"block.minecraft.diamond_ore": "Diamanterts",
|
||||
"block.minecraft.diorite": "Dioriet",
|
||||
"block.minecraft.diorite_slab": "Dioriet Blad",
|
||||
"block.minecraft.diorite_wall": "Dioriet Muur",
|
||||
"block.minecraft.dirt": "Grond",
|
||||
"block.minecraft.dispenser": "Uitdeler",
|
||||
"block.minecraft.dragon_egg": "Draak Eier",
|
||||
"block.minecraft.dragon_head": "Draak Kop",
|
||||
"block.minecraft.dragon_wall_head": "Draak Muur Kop",
|
||||
"block.minecraft.dried_kelp_block": "Uitgedroogde Kelp Blok",
|
||||
"block.minecraft.dropper": "Leweraar",
|
||||
"block.minecraft.emerald_block": "Smaragblok",
|
||||
"block.minecraft.emerald_ore": "Smarag-Erts",
|
||||
"block.minecraft.enchanting_table": "Betoweringstafel",
|
||||
"block.minecraft.end_gateway": "Eind Hekgang",
|
||||
"block.minecraft.end_portal": "Einde Portaal",
|
||||
"block.minecraft.end_portal_frame": "Laer Ingang Raam",
|
||||
"block.minecraft.end_rod": "Endstaaf",
|
||||
"block.minecraft.end_stone": "Endsteen",
|
||||
"block.minecraft.end_stone_brick_stairs": "Eind Baksteen Trappe",
|
||||
"block.minecraft.end_stone_brick_wall": "Eindbaksteen Muur",
|
||||
"block.minecraft.end_stone_bricks": "Endsteen Bakstene",
|
||||
"block.minecraft.ender_chest": "Ender Kis",
|
||||
"block.minecraft.farmland": "Landbougrond",
|
||||
"block.minecraft.fern": "Varing",
|
||||
"block.minecraft.fire": "Vuur",
|
||||
"block.minecraft.fire_coral": "Coral de fogo",
|
||||
"block.minecraft.fire_coral_fan": "F\u00e3 coral do fogo",
|
||||
"block.minecraft.flower_pot": "Blompot",
|
||||
"block.minecraft.flowing_lava": "Vloeiende Lawa",
|
||||
"block.minecraft.flowing_water": "Vloeiende Water",
|
||||
@@ -880,6 +935,8 @@
|
||||
"block.minecraft.gold_block": "Goudblok",
|
||||
"block.minecraft.gold_ore": "Gouderts",
|
||||
"block.minecraft.granite": "Graniet",
|
||||
"block.minecraft.granite_stairs": "Graniet Trappe",
|
||||
"block.minecraft.granite_wall": "Graniet Muur",
|
||||
"block.minecraft.grass": "Gras",
|
||||
"block.minecraft.grass_block": "Grasblok",
|
||||
"block.minecraft.grass_path": "Gras Pad",
|
||||
@@ -907,7 +964,10 @@
|
||||
"block.minecraft.green_terracotta": "Groen Terracotta",
|
||||
"block.minecraft.green_wool": "Groen Wol",
|
||||
"block.minecraft.hay_block": "Hooibaal",
|
||||
"block.minecraft.heavy_weighted_pressure_plate": "Swaar Geweegde Druk Plaat",
|
||||
"block.minecraft.hopper": "Geutbak",
|
||||
"block.minecraft.horn_coral": "Coral Horn",
|
||||
"block.minecraft.horn_coral_fan": "F\u00e3 coral do chifre",
|
||||
"block.minecraft.ice": "Ys",
|
||||
"block.minecraft.infested_chiseled_stone_bricks": "Besmette Afgewerkte Klipstene",
|
||||
"block.minecraft.infested_cobblestone": "Besmette Geplaveide",
|
||||
@@ -921,6 +981,7 @@
|
||||
"block.minecraft.iron_ore": "Ystererts",
|
||||
"block.minecraft.iron_trapdoor": "Yster Valdeur",
|
||||
"block.minecraft.jack_o_lantern": "Pampoenspook",
|
||||
"block.minecraft.jigsaw": "Legkaart Blok",
|
||||
"block.minecraft.jukebox": "Musiekspeler",
|
||||
"block.minecraft.jungle_button": "Oerwoudhout Knoppie",
|
||||
"block.minecraft.jungle_door": "Mahoniehout Deur",
|
||||
@@ -938,6 +999,7 @@
|
||||
"block.minecraft.kelp": "Kelp",
|
||||
"block.minecraft.kelp_plant": "Kelp plant",
|
||||
"block.minecraft.ladder": "Leer",
|
||||
"block.minecraft.lantern": "Lantern",
|
||||
"block.minecraft.lapis_block": "Lasuurblok",
|
||||
"block.minecraft.lapis_ore": "Lasuurerts",
|
||||
"block.minecraft.large_fern": "Groot Varing",
|
||||
@@ -965,7 +1027,9 @@
|
||||
"block.minecraft.light_gray_stained_glass_pane": "Liggrys Gekleurde Glaspaneel",
|
||||
"block.minecraft.light_gray_terracotta": "Liggrys Terracotta",
|
||||
"block.minecraft.light_gray_wool": "Liggrys Wol",
|
||||
"block.minecraft.light_weighted_pressure_plate": "Ligte Geweegde Druk Plaat",
|
||||
"block.minecraft.lilac": "Tuinsering",
|
||||
"block.minecraft.lily_of_the_valley": "Lelie van die Vallei",
|
||||
"block.minecraft.lily_pad": "Lelieblaar",
|
||||
"block.minecraft.lime_banner": "Heldergroen Banier",
|
||||
"block.minecraft.lime_bed": "Lemmetjie groen bed",
|
||||
@@ -993,14 +1057,20 @@
|
||||
"block.minecraft.melon": "Waatlemoen",
|
||||
"block.minecraft.melon_stem": "Waatlemoenstamel",
|
||||
"block.minecraft.mossy_cobblestone": "Mossige Geplaveide",
|
||||
"block.minecraft.mossy_cobblestone_stairs": "Mossige Geplaveide Trappe",
|
||||
"block.minecraft.mossy_cobblestone_wall": "Mossige Steengruis Muur",
|
||||
"block.minecraft.mossy_stone_brick_stairs": "Mossige Klip Baksteen Trappe",
|
||||
"block.minecraft.mossy_stone_brick_wall": "Mossige Steen Baksteen Muur",
|
||||
"block.minecraft.mossy_stone_bricks": "Mossige Klipstene",
|
||||
"block.minecraft.moving_piston": "Bewegende Suier",
|
||||
"block.minecraft.mushroom_stem": "Sampioen Stengel",
|
||||
"block.minecraft.mycelium": "Miselium",
|
||||
"block.minecraft.nether_brick_fence": "Netherbaksteen Heining",
|
||||
"block.minecraft.nether_brick_slab": "Nether Baksteen Blad",
|
||||
"block.minecraft.nether_brick_stairs": "Nether Baksteen-Trappe",
|
||||
"block.minecraft.nether_brick_wall": "Laer Baksteen Muur",
|
||||
"block.minecraft.nether_bricks": "Nether Bakstene",
|
||||
"block.minecraft.nether_portal": "Laer Ingang",
|
||||
"block.minecraft.nether_quartz_ore": "Nether Kwartserts",
|
||||
"block.minecraft.nether_wart": "Netherwortel",
|
||||
"block.minecraft.nether_wart_block": "Netherwortelblok",
|
||||
@@ -1015,6 +1085,7 @@
|
||||
"block.minecraft.oak_planks": "Eikehout Planke",
|
||||
"block.minecraft.oak_pressure_plate": "Eikehout Drukplaat",
|
||||
"block.minecraft.oak_sapling": "Eikeboom Stiggie",
|
||||
"block.minecraft.oak_sign": "Eikenteken",
|
||||
"block.minecraft.oak_slab": "Eikehout Blad",
|
||||
"block.minecraft.oak_stairs": "Eikehout Trappe",
|
||||
"block.minecraft.oak_trapdoor": "Eikehout Trapdoor",
|
||||
@@ -1050,15 +1121,22 @@
|
||||
"block.minecraft.pink_tulip": "Pienk Tulp",
|
||||
"block.minecraft.pink_wool": "Pienk Wol",
|
||||
"block.minecraft.piston": "Pompsuier",
|
||||
"block.minecraft.piston_head": "Suier kop",
|
||||
"block.minecraft.player_head": "Speler Kop",
|
||||
"block.minecraft.player_head.named": "%s se Kop",
|
||||
"block.minecraft.player_wall_head": "Speler Muur Kop",
|
||||
"block.minecraft.podzol": "Suurgrond",
|
||||
"block.minecraft.polished_andesite": "Gepoleerde Andesiet",
|
||||
"block.minecraft.polished_andesite_slab": "Gepoleerde Andesiet Blad",
|
||||
"block.minecraft.polished_diorite": "Gepoleerde Dioriet",
|
||||
"block.minecraft.polished_diorite_stairs": "Gepoleerde Dioriet Trappe",
|
||||
"block.minecraft.polished_granite": "Gepoleerde Graniet",
|
||||
"block.minecraft.polished_granite_stairs": "Gepoleerde Graniet Trappe",
|
||||
"block.minecraft.poppy": "Papawer",
|
||||
"block.minecraft.potatoes": "Aartappels",
|
||||
"block.minecraft.potted_acacia_sapling": "Gekapte Akasiaboom",
|
||||
"block.minecraft.potted_allium": "Gekapte Allium",
|
||||
"block.minecraft.potted_azure_bluet": "Gepotte Koringblomme",
|
||||
"block.minecraft.potted_birch_sapling": "Gekapte Berkboom",
|
||||
"block.minecraft.potted_blue_orchid": "Gekapte Blou Orgidee",
|
||||
"block.minecraft.potted_brown_mushroom": "Gepotte Bruin Sampioen",
|
||||
@@ -1084,6 +1162,7 @@
|
||||
"block.minecraft.prismarine_bricks": "Prismaryn Bakstene",
|
||||
"block.minecraft.prismarine_slab": "Prismaryn Blad",
|
||||
"block.minecraft.prismarine_stairs": "Prismaryn Trappe",
|
||||
"block.minecraft.prismarine_wall": "Prismarine Muur",
|
||||
"block.minecraft.pumpkin": "Pampoen",
|
||||
"block.minecraft.pumpkin_stem": "Pampoenstingel",
|
||||
"block.minecraft.purple_banner": "Pers Vlag",
|
||||
@@ -1114,11 +1193,14 @@
|
||||
"block.minecraft.red_glazed_terracotta": "Rooi Geglasuurde Terracotta",
|
||||
"block.minecraft.red_mushroom": "Rooi Sampioen",
|
||||
"block.minecraft.red_mushroom_block": "Rooi Sampioen Blok",
|
||||
"block.minecraft.red_nether_brick_slab": "Rooi Laer Baksteen Blad",
|
||||
"block.minecraft.red_nether_brick_wall": "Rooi Laer Baksteen Muur",
|
||||
"block.minecraft.red_nether_bricks": "Rooi Nether Bakstene",
|
||||
"block.minecraft.red_sand": "Rooi Sand",
|
||||
"block.minecraft.red_sandstone": "Rooi Sandsteen",
|
||||
"block.minecraft.red_sandstone_slab": "Rooi Sandsteen Blad",
|
||||
"block.minecraft.red_sandstone_stairs": "Rooi Sandsteen Trappe",
|
||||
"block.minecraft.red_sandstone_wall": "Rooi Sandsteen Muur",
|
||||
"block.minecraft.red_shulker_box": "Rooi Shulker Boks",
|
||||
"block.minecraft.red_stained_glass": "Rooi Glas",
|
||||
"block.minecraft.red_stained_glass_pane": "Rooi Glaspaneel",
|
||||
@@ -1130,7 +1212,7 @@
|
||||
"block.minecraft.redstone_ore": "Redstone-Erts",
|
||||
"block.minecraft.redstone_torch": "Redstone Fakkel",
|
||||
"block.minecraft.redstone_wall_torch": "Redstone Muur Fakkel",
|
||||
"block.minecraft.redstone_wire": "Redstone Poeier",
|
||||
"block.minecraft.redstone_wire": "Redstone Draad",
|
||||
"block.minecraft.repeater": "Redstone Versterker",
|
||||
"block.minecraft.repeating_command_block": "Herhalende Opdragblok",
|
||||
"block.minecraft.rose_bush": "Roosbos",
|
||||
@@ -1138,18 +1220,24 @@
|
||||
"block.minecraft.sandstone": "Sandsteen",
|
||||
"block.minecraft.sandstone_slab": "Sandsteen Blad",
|
||||
"block.minecraft.sandstone_stairs": "Sandsteen Trappe",
|
||||
"block.minecraft.sandstone_wall": "Sandsteen Muur",
|
||||
"block.minecraft.scaffolding": "Steierwerk",
|
||||
"block.minecraft.sea_lantern": "See Lantern",
|
||||
"block.minecraft.sea_pickle": "See Pickle",
|
||||
"block.minecraft.seagrass": "Seagras",
|
||||
"block.minecraft.shulker_box": "Shulker boks",
|
||||
"block.minecraft.sign": "Onderteken",
|
||||
"block.minecraft.skeleton_skull": "Geraamte Skedel",
|
||||
"block.minecraft.skeleton_wall_skull": "Geraamte Muurskedel",
|
||||
"block.minecraft.slime_block": "Slymblok",
|
||||
"block.minecraft.smoker": "Roker",
|
||||
"block.minecraft.smooth_quartz": "Gladde Kwarts",
|
||||
"block.minecraft.smooth_quartz_stairs": "Gladde Kwarts Trappe",
|
||||
"block.minecraft.smooth_red_sandstone": "Gladde Rooi Sandsteen",
|
||||
"block.minecraft.smooth_red_sandstone_stairs": "Rooi Sandsteen Trappe",
|
||||
"block.minecraft.smooth_sandstone": "Gladde Sandsteen",
|
||||
"block.minecraft.smooth_sandstone_stairs": "Gladde Sandsteen Trappe",
|
||||
"block.minecraft.smooth_stone": "Gladde Klip",
|
||||
"block.minecraft.smooth_stone_slab": "Gladde Klipplaat",
|
||||
"block.minecraft.snow": "Sneeu",
|
||||
"block.minecraft.snow_block": "Sneeublok",
|
||||
"block.minecraft.soul_sand": "Sielsand",
|
||||
@@ -1161,9 +1249,10 @@
|
||||
"block.minecraft.spruce_fence_gate": "Dennehout Hek",
|
||||
"block.minecraft.spruce_leaves": "Dennenaalde",
|
||||
"block.minecraft.spruce_log": "Spar Log",
|
||||
"block.minecraft.spruce_planks": "Spar Planke",
|
||||
"block.minecraft.spruce_planks": "Dennehout Planke",
|
||||
"block.minecraft.spruce_pressure_plate": "Spar Drukplaat",
|
||||
"block.minecraft.spruce_sapling": "Denneboom Stiggie",
|
||||
"block.minecraft.spruce_sign": "Spruitteken",
|
||||
"block.minecraft.spruce_slab": "Spar Blad",
|
||||
"block.minecraft.spruce_stairs": "Spar Trappe",
|
||||
"block.minecraft.spruce_trapdoor": "Spar Valdeur",
|
||||
@@ -1172,10 +1261,12 @@
|
||||
"block.minecraft.stone": "Klip",
|
||||
"block.minecraft.stone_brick_slab": "Klipsteen Blad",
|
||||
"block.minecraft.stone_brick_stairs": "Klipsteen Trappe",
|
||||
"block.minecraft.stone_brick_wall": "Klip Baksteen Muur",
|
||||
"block.minecraft.stone_bricks": "Klipstene",
|
||||
"block.minecraft.stone_button": "Klip Knoppie",
|
||||
"block.minecraft.stone_pressure_plate": "Klip Drukplaat",
|
||||
"block.minecraft.stone_slab": "Klip Blad",
|
||||
"block.minecraft.stone_stairs": "Steen Trappe",
|
||||
"block.minecraft.stripped_acacia_log": "Gestroopte Akasiahout Log",
|
||||
"block.minecraft.stripped_acacia_wood": "Gestroopte Akasiahout hout",
|
||||
"block.minecraft.stripped_birch_log": "Gestroopte Berk Log",
|
||||
@@ -1201,11 +1292,13 @@
|
||||
"block.minecraft.trapped_chest": "Lokval Kis",
|
||||
"block.minecraft.tripwire": "Strikdraad",
|
||||
"block.minecraft.tripwire_hook": "Strikdraad Haak",
|
||||
"block.minecraft.tube_coral_block": "Tube Coral Block",
|
||||
"block.minecraft.tube_coral_fan": "Tubo coral fan",
|
||||
"block.minecraft.turtle_egg": "Skilpad Eier",
|
||||
"block.minecraft.two_turtle_eggs": "Twee Skilpad Eiers",
|
||||
"block.minecraft.vine": "Klimplante",
|
||||
"block.minecraft.void_air": "Leemte Lug",
|
||||
"block.minecraft.wall_sign": "Muur Bordjie",
|
||||
"block.minecraft.wall_banner": "Muur Vlaggie",
|
||||
"block.minecraft.wall_torch": "Muur Fakkel",
|
||||
"block.minecraft.water": "Water",
|
||||
"block.minecraft.wet_sponge": "Nat Spons",
|
||||
@@ -1222,7 +1315,9 @@
|
||||
"block.minecraft.white_terracotta": "Wit Terracotta",
|
||||
"block.minecraft.white_tulip": "Wit Tulp",
|
||||
"block.minecraft.white_wool": "Wit wol",
|
||||
"block.minecraft.wither_rose": "Verwelk Roos",
|
||||
"block.minecraft.wither_skeleton_skull": "Wither Geraamte Skedel",
|
||||
"block.minecraft.wither_skeleton_wall_skull": "Verwelkde Geraamte Muur Skedel",
|
||||
"block.minecraft.yellow_banner": "Geel Banier",
|
||||
"block.minecraft.yellow_bed": "Geel Bed",
|
||||
"block.minecraft.yellow_carpet": "Geel Mat",
|
||||
@@ -1235,6 +1330,7 @@
|
||||
"block.minecraft.yellow_terracotta": "Geel Terracotta",
|
||||
"block.minecraft.yellow_wool": "Geel Wol",
|
||||
"block.minecraft.zombie_head": "Zombie Kop",
|
||||
"block.minecraft.zombie_wall_head": "Zombie Muur Kop",
|
||||
"book.byAuthor": "deur %1$s",
|
||||
"book.editTitle": "Sleutel Boektitel In:",
|
||||
"book.finalizeButton": "Onderteken en Sluit",
|
||||
@@ -1243,6 +1339,7 @@
|
||||
"book.generation.1": "Kopie van die oorspronklike",
|
||||
"book.generation.2": "Kopie van 'n kopie",
|
||||
"book.generation.3": "Flenters",
|
||||
"book.invalid.tag": "*Verkeerde boek data*",
|
||||
"book.pageIndicator": "Bladsy %1$s van %2$s",
|
||||
"book.signButton": "Onderteken",
|
||||
"build.tooHigh": "Hoogte beperking vir bou is %s blokke",
|
||||
@@ -1262,6 +1359,22 @@
|
||||
"chat.type.emote": "* %s %s",
|
||||
"chat.type.text": "<%s> %s",
|
||||
"chat.type.text.narrate": "%s s\u00ea %s",
|
||||
"color.minecraft.black": "Swart",
|
||||
"color.minecraft.blue": "Blou",
|
||||
"color.minecraft.brown": "Bruin",
|
||||
"color.minecraft.cyan": "Siaan",
|
||||
"color.minecraft.gray": "Grys",
|
||||
"color.minecraft.green": "Groen",
|
||||
"color.minecraft.light_blue": "Ligblou",
|
||||
"color.minecraft.light_gray": "Liggrys",
|
||||
"color.minecraft.lime": "Heldergroen",
|
||||
"color.minecraft.magenta": "Magenta",
|
||||
"color.minecraft.orange": "Oranje",
|
||||
"color.minecraft.pink": "Pienk",
|
||||
"color.minecraft.purple": "Pers",
|
||||
"color.minecraft.red": "Rooi",
|
||||
"color.minecraft.white": "Wit",
|
||||
"color.minecraft.yellow": "Geel",
|
||||
"commands.advancement.advancementNotFound": "Geen vooruitgang met die naam %1$s' is gevind nie",
|
||||
"commands.debug.started": "Opname van ontfoutingsprofiel het begin",
|
||||
"commands.deop.success": "Gemaak %s nie meer \u0144 bediener operateur",
|
||||
@@ -1286,11 +1399,12 @@
|
||||
"commands.whitelist.add.success": "%s is by die witlys gevoeg",
|
||||
"commands.whitelist.reloaded": "Het die witlys herlaai",
|
||||
"commands.whitelist.remove.success": "%s is van die witlys verwyder",
|
||||
"connect.aborted": "Gekanseleer",
|
||||
"connect.authorizing": "Besig om aan te teken...",
|
||||
"connect.connecting": "Besig om met die bediener te skakel...",
|
||||
"connect.encrypting": "Versleutelen...",
|
||||
"connect.failed": "Skakeling met die bediener het misluk",
|
||||
"connect.joining": "Besig om w\u00eareld te aansluit...",
|
||||
"connect.joining": "Besig om w\u00eareld aan te sluit...",
|
||||
"connect.negotiating": "Onderhandel tans...",
|
||||
"container.beacon": "Baken",
|
||||
"container.brewing": "Retortstaander",
|
||||
@@ -1321,7 +1435,7 @@
|
||||
"controls.reset": "Herstel",
|
||||
"controls.resetAll": "Herstel Sleutels",
|
||||
"controls.title": "Kontroles",
|
||||
"createWorld.customize.buffet.biome": "Kies asseblief 'n biome",
|
||||
"createWorld.customize.buffet.biome": "Kies asseblief 'n bioom",
|
||||
"createWorld.customize.buffet.generator": "Kies asseblief 'n generator tipe",
|
||||
"createWorld.customize.buffet.generatortype": "W\u00eareld skepper:",
|
||||
"createWorld.customize.buffet.title": "Buffet w\u00eareld aanpassing",
|
||||
@@ -1387,8 +1501,6 @@
|
||||
"createWorld.customize.custom.useVillages": "Dorpe",
|
||||
"createWorld.customize.custom.useWaterLakes": "Watermere",
|
||||
"createWorld.customize.custom.waterLakeChance": "Waterdam waarskynlikeheid",
|
||||
"createWorld.customize.flat.addLayer": "Voeg 'n Laag By",
|
||||
"createWorld.customize.flat.editLayer": "Wysig Laag",
|
||||
"createWorld.customize.flat.height": "Hoogte",
|
||||
"createWorld.customize.flat.layer": "%s",
|
||||
"createWorld.customize.flat.layer.bottom": "Onderkant - %s",
|
||||
@@ -1399,7 +1511,7 @@
|
||||
"createWorld.customize.preset.bottomless_pit": "Bodemlose Put",
|
||||
"createWorld.customize.preset.classic_flat": "Klassieke plat",
|
||||
"createWorld.customize.preset.desert": "Woestyn",
|
||||
"createWorld.customize.preset.overworld": "Overw\u00eareld",
|
||||
"createWorld.customize.preset.overworld": "Bow\u00eareld",
|
||||
"createWorld.customize.preset.redstone_ready": "Redstone Gereed",
|
||||
"createWorld.customize.preset.snowy_kingdom": "Sneeu Koninkryk",
|
||||
"createWorld.customize.preset.the_void": "Die Leemte",
|
||||
@@ -1600,7 +1712,7 @@
|
||||
"entity.minecraft.dolphin": "Dolfyn",
|
||||
"entity.minecraft.donkey": "Donkie",
|
||||
"entity.minecraft.dragon_fireball": "Draak Vuurbal",
|
||||
"entity.minecraft.drowned": "Het verdrink",
|
||||
"entity.minecraft.drowned": "Verdrinkte",
|
||||
"entity.minecraft.elder_guardian": "Ouderling bewaker",
|
||||
"entity.minecraft.end_crystal": "End Kristal",
|
||||
"entity.minecraft.ender_dragon": "Enderdraak",
|
||||
@@ -1635,6 +1747,7 @@
|
||||
"entity.minecraft.parrot": "Papegaai",
|
||||
"entity.minecraft.phantom": "Spook",
|
||||
"entity.minecraft.pig": "Vark",
|
||||
"entity.minecraft.pillager": "Pillager",
|
||||
"entity.minecraft.player": "Speler",
|
||||
"entity.minecraft.polar_bear": "Ysbeer",
|
||||
"entity.minecraft.potion": "Doepa",
|
||||
@@ -1658,6 +1771,7 @@
|
||||
"entity.minecraft.tnt_minecart": "Koekepan met TNT",
|
||||
"entity.minecraft.trident": "Drie-tand vurk",
|
||||
"entity.minecraft.tropical_fish": "Tropiese Vis",
|
||||
"entity.minecraft.tropical_fish.predefined.5": "Harlekynvis",
|
||||
"entity.minecraft.turtle": "Skilpad",
|
||||
"entity.minecraft.vex": "Ergernis",
|
||||
"entity.minecraft.villager": "Dorpenaar",
|
||||
@@ -1671,9 +1785,8 @@
|
||||
"entity.minecraft.villager.leatherworker": "Leerwerker",
|
||||
"entity.minecraft.villager.librarian": "Bibliotekaris",
|
||||
"entity.minecraft.villager.nitwit": "Dwaas",
|
||||
"entity.minecraft.villager.none": "Dorpenaar",
|
||||
"entity.minecraft.villager.shepherd": "Skaapwagter",
|
||||
"entity.minecraft.villager.tool_smith": "Gereedskap Smid",
|
||||
"entity.minecraft.villager.weapon_smith": "Wapensmid",
|
||||
"entity.minecraft.vindicator": "Verdediger",
|
||||
"entity.minecraft.witch": "Heks",
|
||||
"entity.minecraft.wither": "Wither",
|
||||
@@ -1715,10 +1828,13 @@
|
||||
"gui.no": "Nee",
|
||||
"gui.none": "Geen",
|
||||
"gui.ok": "Ok",
|
||||
"gui.proceed": "Gaan voort",
|
||||
"gui.recipebook.moreRecipes": "Regs klik vir meer",
|
||||
"gui.recipebook.toggleRecipes.all": "Alles gewys",
|
||||
"gui.recipebook.toggleRecipes.blastable": "Toon ontploffing",
|
||||
"gui.recipebook.toggleRecipes.craftable": "Alle maakbare items gewys",
|
||||
"gui.recipebook.toggleRecipes.smeltable": "Toon smeltbaar",
|
||||
"gui.recipebook.toggleRecipes.smokable": "Toon rookbaar",
|
||||
"gui.stats": "Statistiek",
|
||||
"gui.toMenu": "Terug na bediener-lys",
|
||||
"gui.toTitle": "Terug na titelskerm",
|
||||
@@ -1737,6 +1853,7 @@
|
||||
"item.minecraft.armor_stand": "Wapenrusting Staander",
|
||||
"item.minecraft.arrow": "Pyl",
|
||||
"item.minecraft.baked_potato": "Gebakte Aartappel",
|
||||
"item.minecraft.bat_spawn_egg": "Vlermuis Kuit Eier",
|
||||
"item.minecraft.beef": "Rou Beesvleis",
|
||||
"item.minecraft.beetroot": "Beet",
|
||||
"item.minecraft.beetroot_seeds": "Beet Saadjies",
|
||||
@@ -1744,6 +1861,7 @@
|
||||
"item.minecraft.birch_boat": "Berkehout Boot",
|
||||
"item.minecraft.blaze_powder": "Opvlammer Poeier",
|
||||
"item.minecraft.blaze_rod": "Opvlammer Staaf",
|
||||
"item.minecraft.blaze_spawn_egg": "Opvlammer Kuit Eier",
|
||||
"item.minecraft.bone": "Been",
|
||||
"item.minecraft.bone_meal": "Beenmeel",
|
||||
"item.minecraft.book": "Boek",
|
||||
@@ -1753,10 +1871,10 @@
|
||||
"item.minecraft.brewing_stand": "Retortstaander",
|
||||
"item.minecraft.brick": "Baksteen",
|
||||
"item.minecraft.bucket": "Emmer",
|
||||
"item.minecraft.cactus_green": "Kaktus Groen",
|
||||
"item.minecraft.carrot": "Wortel",
|
||||
"item.minecraft.carrot_on_a_stick": "Wortel aan 'n Stok",
|
||||
"item.minecraft.cauldron": "Kookpot",
|
||||
"item.minecraft.cave_spider_spawn_egg": "Grotspinnekop Eier",
|
||||
"item.minecraft.chainmail_chestplate": "Kettingposte borsplaat",
|
||||
"item.minecraft.charcoal": "Houtskool",
|
||||
"item.minecraft.chest_minecart": "Koekepan met Kis",
|
||||
@@ -1767,6 +1885,8 @@
|
||||
"item.minecraft.coal": "Steenkool",
|
||||
"item.minecraft.cocoa_beans": "Kakao Bone",
|
||||
"item.minecraft.cod": "Rou Kabeljou",
|
||||
"item.minecraft.cod_bucket": "Emmer Kabeljou",
|
||||
"item.minecraft.cod_spawn_egg": "Kabeljou Kuit Eier",
|
||||
"item.minecraft.command_block_minecart": "Koekepan met Opdragblok",
|
||||
"item.minecraft.compass": "Kompas",
|
||||
"item.minecraft.cooked_beef": "Braaivleis",
|
||||
@@ -1777,9 +1897,10 @@
|
||||
"item.minecraft.cooked_rabbit": "Gaar Konyn",
|
||||
"item.minecraft.cooked_salmon": "Gebakde Salm",
|
||||
"item.minecraft.cookie": "Beskuitjie",
|
||||
"item.minecraft.cow_spawn_egg": "Kabeljou Kuit Eier",
|
||||
"item.minecraft.creeper_head": "Creeper Kop",
|
||||
"item.minecraft.creeper_spawn_egg": "Creeper Kuit Eier",
|
||||
"item.minecraft.cyan_dye": "Siaan Kleurstof",
|
||||
"item.minecraft.dandelion_yellow": "Geel Kleurstof",
|
||||
"item.minecraft.dark_oak_boat": "Donker Eikehout Boot",
|
||||
"item.minecraft.diamond": "Diamant",
|
||||
"item.minecraft.diamond_axe": "Diamant Byl",
|
||||
@@ -1792,10 +1913,14 @@
|
||||
"item.minecraft.diamond_pickaxe": "Diamant Pik",
|
||||
"item.minecraft.diamond_shovel": "Diamant Graaf",
|
||||
"item.minecraft.diamond_sword": "Diamant Swaard",
|
||||
"item.minecraft.dolphin_spawn_egg": "Dolfyn Kuit Eier",
|
||||
"item.minecraft.donkey_spawn_egg": "Donkie Kuit Eier",
|
||||
"item.minecraft.dragon_breath": "Draak Asem",
|
||||
"item.minecraft.dragon_head": "Draak Kop",
|
||||
"item.minecraft.dried_kelp": "Uitgedroogde Kelp",
|
||||
"item.minecraft.drowned_spawn_egg": "Verdrinke Kuit Eier",
|
||||
"item.minecraft.egg": "Eier",
|
||||
"item.minecraft.elder_guardian_spawn_egg": "Oer Voog Kuit Eier",
|
||||
"item.minecraft.elytra": "Elytra",
|
||||
"item.minecraft.emerald": "Smarag",
|
||||
"item.minecraft.enchanted_book": "Toorboek",
|
||||
@@ -1803,6 +1928,9 @@
|
||||
"item.minecraft.end_crystal": "End Kristal",
|
||||
"item.minecraft.ender_eye": "Endersoog",
|
||||
"item.minecraft.ender_pearl": "Ender P\u00earel",
|
||||
"item.minecraft.enderman_spawn_egg": "Einderman Kuit Eier",
|
||||
"item.minecraft.endermite_spawn_egg": "Eindemiet Kuit Eier",
|
||||
"item.minecraft.evoker_spawn_egg": "Roepster Kuit Eier",
|
||||
"item.minecraft.experience_bottle": "Bottel van Betowering",
|
||||
"item.minecraft.feather": "Veer",
|
||||
"item.minecraft.fermented_spider_eye": "Gegisde Spinnekop Oog",
|
||||
@@ -1842,6 +1970,7 @@
|
||||
"item.minecraft.flint_and_steel": "Aansteker",
|
||||
"item.minecraft.flower_pot": "Blompot",
|
||||
"item.minecraft.furnace_minecart": "Koekepan Enjin",
|
||||
"item.minecraft.ghast_spawn_egg": "Woeder Kuit Eier",
|
||||
"item.minecraft.ghast_tear": "Ghast Traan",
|
||||
"item.minecraft.glass_bottle": "Glasbottel",
|
||||
"item.minecraft.glistering_melon_slice": "Glinsterende Waatlemoen Sny",
|
||||
@@ -1860,9 +1989,12 @@
|
||||
"item.minecraft.golden_shovel": "Goue Graaf",
|
||||
"item.minecraft.golden_sword": "Goue Swaard",
|
||||
"item.minecraft.gray_dye": "Grys Kleurstof",
|
||||
"item.minecraft.guardian_spawn_egg": "Voog Kuit Eier",
|
||||
"item.minecraft.gunpowder": "Buskruit",
|
||||
"item.minecraft.heart_of_the_sea": "Hart van die Sea",
|
||||
"item.minecraft.hopper_minecart": "Koekepan met Geutbak",
|
||||
"item.minecraft.horse_spawn_egg": "Perd Kuit Eier",
|
||||
"item.minecraft.husk_spawn_egg": "Hees Kuit Eier",
|
||||
"item.minecraft.ink_sac": "Inksak",
|
||||
"item.minecraft.iron_axe": "Yster Byl",
|
||||
"item.minecraft.iron_boots": "Yster Stewels",
|
||||
@@ -1912,12 +2044,16 @@
|
||||
"item.minecraft.lingering_potion.effect.water": "Dralende Water Bottel",
|
||||
"item.minecraft.lingering_potion.effect.water_breathing": "Waterasem Draaldoepa",
|
||||
"item.minecraft.lingering_potion.effect.weakness": "Swakheid Dralende Doepa",
|
||||
"item.minecraft.llama_spawn_egg": "Llama Kuit Eier",
|
||||
"item.minecraft.magenta_dye": "Magenta Kleurstof",
|
||||
"item.minecraft.magma_cream": "Magma Room",
|
||||
"item.minecraft.magma_cube_spawn_egg": "Magma Kubus Kuit Eier",
|
||||
"item.minecraft.map": "Le\u00eb Kaart",
|
||||
"item.minecraft.melon_seeds": "Waatlemoensaad",
|
||||
"item.minecraft.melon_slice": "Pollagorda",
|
||||
"item.minecraft.milk_bucket": "Melk Emmer",
|
||||
"item.minecraft.minecart": "Koekepan",
|
||||
"item.minecraft.mooshroom_spawn_egg": "Moepioen Kuit Eier",
|
||||
"item.minecraft.mushroom_stew": "Sampioen Bredie",
|
||||
"item.minecraft.music_disc_11": "Musiekplaat",
|
||||
"item.minecraft.music_disc_11.desc": "C418 - 11",
|
||||
@@ -1982,6 +2118,7 @@
|
||||
"item.minecraft.prismarine_crystals": "Prismaryn Kristalle",
|
||||
"item.minecraft.prismarine_shard": "Prismaryn Skerf",
|
||||
"item.minecraft.pufferfish": "Blaasoppie",
|
||||
"item.minecraft.pufferfish_bucket": "Emmer Blaasoppies",
|
||||
"item.minecraft.pumpkin_pie": "Pampoen Pastei",
|
||||
"item.minecraft.pumpkin_seeds": "Pampoensaad",
|
||||
"item.minecraft.purple_dye": "Pers Kleurstof",
|
||||
@@ -1990,11 +2127,11 @@
|
||||
"item.minecraft.rabbit_foot": "Konyn Poot",
|
||||
"item.minecraft.rabbit_hide": "Konyn Pels",
|
||||
"item.minecraft.rabbit_stew": "Konyn Bredie",
|
||||
"item.minecraft.redstone": "Redstone",
|
||||
"item.minecraft.rose_red": "Roos Rooi",
|
||||
"item.minecraft.redstone": "Redstone Poeier",
|
||||
"item.minecraft.rotten_flesh": "Vrot Vleis",
|
||||
"item.minecraft.saddle": "Saal",
|
||||
"item.minecraft.salmon": "Rou Salm",
|
||||
"item.minecraft.salmon_bucket": "Emmer Salm",
|
||||
"item.minecraft.scute": "Skub",
|
||||
"item.minecraft.shears": "Sk\u00ear",
|
||||
"item.minecraft.shield": "Skild",
|
||||
@@ -2076,9 +2213,12 @@
|
||||
"item.minecraft.tnt_minecart": "Koekepan met TNT",
|
||||
"item.minecraft.totem_of_undying": "Totem van Ewig",
|
||||
"item.minecraft.trident": "Drie-tand vurk",
|
||||
"item.minecraft.tropical_fish": "Tropiese Vis",
|
||||
"item.minecraft.tropical_fish_bucket": "Emmer Tropiese Visse",
|
||||
"item.minecraft.turtle_helmet": "Skilpad Dop",
|
||||
"item.minecraft.water_bucket": "Emmer Water",
|
||||
"item.minecraft.wheat": "Koring",
|
||||
"item.minecraft.wheat_seeds": "Koring Saad",
|
||||
"item.minecraft.wither_skeleton_skull": "Wither Geraamte Skedel",
|
||||
"item.minecraft.wooden_axe": "Hout Byl",
|
||||
"item.minecraft.wooden_hoe": "Hout Skoffel",
|
||||
@@ -2109,6 +2249,9 @@
|
||||
"itemGroup.search": "Soek Items",
|
||||
"itemGroup.tools": "Gereedskap",
|
||||
"itemGroup.transportation": "Vervoer",
|
||||
"jigsaw_block.attachement_type": "Aanhangsel tipe:",
|
||||
"jigsaw_block.final_state": "Verander in:",
|
||||
"jigsaw_block.target_pool": "Teikenpoel:",
|
||||
"key.advancements": "Vooruitgangs",
|
||||
"key.attack": "Val Aan/Vernietig",
|
||||
"key.back": "Loop Agteruit",
|
||||
@@ -2143,7 +2286,7 @@
|
||||
"key.keyboard.delete": "Verwyder",
|
||||
"key.keyboard.down": "Af Pyl",
|
||||
"key.keyboard.end": "Einde",
|
||||
"key.keyboard.enter": "Betree",
|
||||
"key.keyboard.enter": "Enter",
|
||||
"key.keyboard.equal": "=",
|
||||
"key.keyboard.escape": "Ontsnap",
|
||||
"key.keyboard.f1": "F1",
|
||||
@@ -2216,16 +2359,16 @@
|
||||
"key.keyboard.slash": "/",
|
||||
"key.keyboard.space": "Ruimte",
|
||||
"key.keyboard.tab": "Duimgids",
|
||||
"key.keyboard.unknown": "Nie gebind",
|
||||
"key.keyboard.unknown": "Nie gebind nie",
|
||||
"key.keyboard.up": "Op Pyl",
|
||||
"key.keyboard.world.1": "W\u00eareld 1",
|
||||
"key.keyboard.world.2": "W\u00eareld 2",
|
||||
"key.left": "Tree Links",
|
||||
"key.loadToolbarActivator": "Stoor-warmbalk aktiveerder",
|
||||
"key.loadToolbarActivator": "Laai-warmbalk aktiveerder",
|
||||
"key.mouse": "Sleutel %1$s",
|
||||
"key.mouse.left": "Linkerkantste knoppie",
|
||||
"key.mouse.left": "Linker knoppie",
|
||||
"key.mouse.middle": "Middelste knoppie",
|
||||
"key.mouse.right": "Regte knoppie",
|
||||
"key.mouse.right": "Regter knoppie",
|
||||
"key.pickItem": "Kies Blok",
|
||||
"key.playerlist": "Lys die Spelers",
|
||||
"key.right": "Tree Regs",
|
||||
@@ -2251,20 +2394,26 @@
|
||||
"menu.game": "Spel kieskaart",
|
||||
"menu.generatingLevel": "W\u00eareld word geskep",
|
||||
"menu.generatingTerrain": "Terrein word gebou",
|
||||
"menu.loadingForcedChunks": "Gedwonge stukke vir dimensie laai %s",
|
||||
"menu.loadingLevel": "W\u00eareld word gelaai",
|
||||
"menu.multiplayer": "Multispeler",
|
||||
"menu.online": "Minecraft Realms",
|
||||
"menu.options": "Opsies...",
|
||||
"menu.playdemo": "Speel Demo W\u00eareld",
|
||||
"menu.preparingSpawn": "Berei kuitgebied voor: %s%%",
|
||||
"menu.quit": "Eindig Spel",
|
||||
"menu.reportBugs": "Rapporteer foute",
|
||||
"menu.resetdemo": "Herstel Demo W\u00eareld",
|
||||
"menu.respawning": "Herverskyning",
|
||||
"menu.returnToGame": "Terug na die Spel",
|
||||
"menu.returnToMenu": "Stoor en keur terug na titel",
|
||||
"menu.savingLevel": "Wer\u00eald stoor",
|
||||
"menu.savingChunks": "Stoor stukke",
|
||||
"menu.savingLevel": "Besig om w\u00eareld te stoor",
|
||||
"menu.sendFeedback": "Gee terugvoering",
|
||||
"menu.shareToLan": "Oop na LAN",
|
||||
"menu.singleplayer": "Enkelspeler",
|
||||
"merchant.deprecated": "Verhandel iets anders om te ontsluit!",
|
||||
"menu.working": "Aan die werk...",
|
||||
"merchant.level.2": "Vakleerling",
|
||||
"mount.onboard": "Druk %1$s om af te klim",
|
||||
"multiplayer.connect": "Konnekteer",
|
||||
"multiplayer.disconnect.authservers_down": "Verifikasie bedieners is onbeskikbaar. Probeer later weer asseblief, jammer!",
|
||||
@@ -2279,7 +2428,7 @@
|
||||
"multiplayer.disconnect.idling": "Jy het vir te lank geluier!",
|
||||
"multiplayer.disconnect.illegal_characters": "Onwettige karakters in klets",
|
||||
"multiplayer.disconnect.invalid_entity_attacked": "Poging om 'n ongeldige entiteit aan te val",
|
||||
"multiplayer.disconnect.invalid_player_movement": "Onwettige beweeg voertuig pakket ontvang",
|
||||
"multiplayer.disconnect.invalid_player_movement": "Onwettige beweeg speler pakket ontvang",
|
||||
"multiplayer.disconnect.invalid_vehicle_movement": "Onwettige beweeg voertuig pakket ontvang",
|
||||
"multiplayer.disconnect.ip_banned": "Jou IP adres is verban van hierdie bediener",
|
||||
"multiplayer.disconnect.kicked": "Jy is deur 'n operateur af-geskop",
|
||||
@@ -2295,6 +2444,7 @@
|
||||
"multiplayer.downloadingStats": "Besig om statistieke af te laai...",
|
||||
"multiplayer.downloadingTerrain": "Terrein word afgelaai...",
|
||||
"multiplayer.ipinfo": "Verskaf die IP adres van 'n bediener om daaraan te koppel:",
|
||||
"multiplayer.message_not_delivered": "Kan nie boodskap stuur nie, kyk na die bediener se state. Die boodskap het begin met: %s",
|
||||
"multiplayer.player.joined": "%s het aangesluit by die spel",
|
||||
"multiplayer.player.joined.renamed": "%s (voorheen bekens as %s) het aangesluit by die spel",
|
||||
"multiplayer.player.left": "%s het die spel verlaat",
|
||||
@@ -2303,10 +2453,12 @@
|
||||
"multiplayer.status.cannot_connect": "Kon nie verbinding maak aan bediener nie",
|
||||
"multiplayer.status.cannot_resolve": "Kan nie gasheernaam oplos nie",
|
||||
"multiplayer.status.client_out_of_date": "Kli\u00ebnt is verouderd!",
|
||||
"multiplayer.status.finished": "Klaar",
|
||||
"multiplayer.status.no_connection": "(geen verbinding nie)",
|
||||
"multiplayer.status.old": "Oud",
|
||||
"multiplayer.status.pinging": "Navraag...",
|
||||
"multiplayer.status.quitting": "Besig om af te sluit",
|
||||
"multiplayer.status.request_handled": "Status aansoek is gehanteer",
|
||||
"multiplayer.status.server_out_of_date": "Bediener is verouderd!",
|
||||
"multiplayer.status.unknown": "???",
|
||||
"multiplayer.status.unrequested": "Ongevraagde status ontvang",
|
||||
@@ -2314,8 +2466,33 @@
|
||||
"multiplayer.texturePrompt.line1": "Hierdie bediener beveel die gebruik van 'n pasgemaakde hulpbronpak aan.",
|
||||
"multiplayer.texturePrompt.line2": "Wil jy dit 'outomagies' laat aflaai en installeer?",
|
||||
"multiplayer.title": "Speel Multispeler",
|
||||
"narrator.button.accessibility": "Toeganklikheid",
|
||||
"narrator.button.difficulty_lock": "Moeilikheidslot",
|
||||
"narrator.button.difficulty_lock.locked": "Gesluit",
|
||||
"narrator.button.difficulty_lock.unlocked": "Oopgesluit",
|
||||
"narrator.button.language": "Taal",
|
||||
"narrator.controls.bound": "%s is gebonde aan %s",
|
||||
"narrator.controls.reset": "Reset %s knoppie",
|
||||
"narrator.controls.unbound": "%s is nie gebonde nie",
|
||||
"narrator.joining": "Aansluiting",
|
||||
"narrator.loading": "Laai: %s",
|
||||
"narrator.loading.done": "Klaar",
|
||||
"narrator.screen.title": "Titel Skerm",
|
||||
"narrator.select": "Gekies: %s",
|
||||
"narrator.select.world": "Geselekteerde %s, laas gespeel: %s, %s, %s, weergawe: %s",
|
||||
"narrator.toast.disabled": "Verteller gedeaktiveer",
|
||||
"narrator.toast.enabled": "Verteller geaktiveer",
|
||||
"optimizeWorld.confirm.description": "Dit sal jou w\u00eareld optimaliseer deur seker te maak dat alle data in die mees onlangse spelformaat gestoor word. Dit kan baie lank neem, afhangende van jou w\u00eareld. Sodra dit klaar is, kan jou w\u00eareld vinniger speel, maar dit is nie meer verenigbaar met ouer weergawes van die spel nie. Is jy seker jy wil voortgaan?",
|
||||
"optimizeWorld.confirm.title": "Optimaliseer die w\u00eareld",
|
||||
"optimizeWorld.info.converted": "Besig om stukke te verbeter: %s",
|
||||
"optimizeWorld.info.skipped": "Oorgeslaan stukke: %s",
|
||||
"optimizeWorld.info.total": "Totale stukke: %s",
|
||||
"optimizeWorld.stage.counting": "Blokke word getel...",
|
||||
"optimizeWorld.stage.failed": "Gevaal! :(",
|
||||
"optimizeWorld.stage.finished": "Amper klaar...",
|
||||
"optimizeWorld.stage.upgrading": "Alle stukke word opgedateer...",
|
||||
"optimizeWorld.title": "Optimalisering van die w\u00eareld",
|
||||
"options.accessibility.text_background.chat": "Klets",
|
||||
"options.anaglyph": "Blou/Rooi 3D",
|
||||
"options.ao": "Gladde Beligting",
|
||||
"options.ao.max": "Maksimum",
|
||||
@@ -2326,13 +2503,12 @@
|
||||
"options.attackIndicator": "Aanval Aanwyser",
|
||||
"options.autoJump": "Spring automaties",
|
||||
"options.autoSuggestCommands": "Opdrag voorstelle",
|
||||
"options.biomeBlendRadius": "Biomeenmengsel",
|
||||
"options.biomeBlendRadius": "Bioommengsel",
|
||||
"options.chat.color": "Kleure",
|
||||
"options.chat.height.focused": "Fokus Hoogte",
|
||||
"options.chat.height.unfocused": "Ongefokusde Hoogte",
|
||||
"options.chat.links": "Web Skakels",
|
||||
"options.chat.links.prompt": "Bevestig Skakelgebruik",
|
||||
"options.chat.opacity": "Ondeursigtigheid",
|
||||
"options.chat.scale": "Skaal",
|
||||
"options.chat.title": "Kletsverstellings...",
|
||||
"options.chat.visibility": "Klets",
|
||||
@@ -2404,7 +2580,6 @@
|
||||
"options.renderClouds": "Wolke",
|
||||
"options.renderDistance": "Sigafstand",
|
||||
"options.resourcepack": "Hulpbronpakke...",
|
||||
"options.saturation": "Kleurvolheid",
|
||||
"options.sensitivity": "Sensitiwiteit",
|
||||
"options.sensitivity.max": "BLITSIG!!!",
|
||||
"options.sensitivity.min": "*gaap*",
|
||||
@@ -2436,6 +2611,7 @@
|
||||
"recipe.toast.title": "Nuwe resepte ontsluit!",
|
||||
"record.nowPlaying": "Speel nou: %s",
|
||||
"resourcePack.available.title": "Beskikbare Hulpbron Pakette",
|
||||
"resourcePack.broken_assets": "GEBREEKTE DELE ONDEK",
|
||||
"resourcePack.folderInfo": "(Plaas hulpbron pakket l\u00eaers hier)",
|
||||
"resourcePack.incompatible": "Onbruikbaar",
|
||||
"resourcePack.incompatible.confirm.new": "Hierdie hulpbronpak is gemaak vir 'n nuwer weergawe van Minecraft en mag dalk nie reg werk nie.",
|
||||
@@ -2456,8 +2632,9 @@
|
||||
"selectServer.delete": "Verwyder",
|
||||
"selectServer.deleteButton": "Verwyder",
|
||||
"selectServer.deleteQuestion": "Is jy seker jy wil die bediener verwyder?",
|
||||
"selectServer.deleteWarning": "%s sal verlore wees vir ewig! ('n Lang tyd!)",
|
||||
"selectServer.direct": "Direkte Konneksie",
|
||||
"selectServer.edit": "Wysig",
|
||||
"selectServer.edit": "Verander",
|
||||
"selectServer.empty": "leeg",
|
||||
"selectServer.hiddenAddress": "(Versteek)",
|
||||
"selectServer.refresh": "Hernu",
|
||||
@@ -2468,7 +2645,9 @@
|
||||
"selectWorld.backupJoinConfirmButton": "Rugsteun en laai",
|
||||
"selectWorld.backupJoinSkipButton": "Ek weet wat ek doen!",
|
||||
"selectWorld.backupQuestion": "Wil jy regtig hierdie w\u00eareld laai?",
|
||||
"selectWorld.backupWarning": "Hierdie w\u00eareld was laas in weergawe %s gespeel het, is jy op snapshot %s. Maak asseblief 'n rugsteun ingeval jy ervaar w\u00eareld corruptions!",
|
||||
"selectWorld.backupQuestion.customized": "Self-gemaakte w\u00earelde is nie meer ondersteun nie",
|
||||
"selectWorld.backupWarning": "Hierdie w\u00eareld was laas gespeel in weergawe %s; jy is op weergawe %s. Maak asseblief 'n rugsteun van hierdie w\u00eareld vir in geval die w\u00eareld breek!",
|
||||
"selectWorld.backupWarning.customized": "Ongelukkig, is self-gemmakte w\u00earelde nie meer beskikbaar in hierdie weergawe van Minecraft nie. Ons kan nogsteeds die w\u00eareld laai en alles h\u00ea soos wat dit was, maar nuwe gelaaide blokke sal anders wees. Jammer vir die ongerief!",
|
||||
"selectWorld.bonusItems": "Bonus Kis:",
|
||||
"selectWorld.cheats": "Kullery",
|
||||
"selectWorld.conversion": "Moet omgeskakel word!",
|
||||
@@ -2478,18 +2657,23 @@
|
||||
"selectWorld.delete": "Verwyder",
|
||||
"selectWorld.deleteButton": "Verwyder",
|
||||
"selectWorld.deleteQuestion": "Is jy seker jy wil die w\u00eareld verwyder?",
|
||||
"selectWorld.deleteWarning": "%s sal verlore wees vir ewig ('n Lang tyd!)",
|
||||
"selectWorld.edit": "Wysig",
|
||||
"selectWorld.edit.backup": "Maak rugsteun",
|
||||
"selectWorld.edit.backupCreated": "Gerugsteun: %s",
|
||||
"selectWorld.edit.backupFolder": "Oop rugsteune vouer",
|
||||
"selectWorld.edit.backupFailed": "Ondersteuning misluk",
|
||||
"selectWorld.edit.backupFolder": "Maak rugsteune gids oop",
|
||||
"selectWorld.edit.backupSize": "grootte: %s MB",
|
||||
"selectWorld.edit.openFolder": "Oop W\u00eareld Vouer",
|
||||
"selectWorld.edit.openFolder": "Maak W\u00eareld Gids Oop",
|
||||
"selectWorld.edit.optimize": "Optimiseer w\u00eareld",
|
||||
"selectWorld.edit.resetIcon": "Herstel Ikoon",
|
||||
"selectWorld.edit.save": "Stoor",
|
||||
"selectWorld.edit.title": "Wysig W\u00eareld",
|
||||
"selectWorld.empty": "leeg",
|
||||
"selectWorld.enterName": "W\u00eareldnaam",
|
||||
"selectWorld.enterSeed": "Saad vir die W\u00eareldskepper",
|
||||
"selectWorld.futureworld.error.text": "Iets het fout gegaan terwyl 'n w\u00eareld laai van 'n toekomende weergawe. Dit was 'n gevaarlike operasie om mee te begin, jammer dat dit nie uitgewerk het nie.",
|
||||
"selectWorld.futureworld.error.title": "'n Fout het gebeur!",
|
||||
"selectWorld.gameMode": "Spel-tipe",
|
||||
"selectWorld.gameMode.adventure": "Avontuur",
|
||||
"selectWorld.gameMode.adventure.line1": "Dieselfde as oorlewing, maar blokke kan nie",
|
||||
@@ -2514,8 +2698,11 @@
|
||||
"selectWorld.mapType.normal": "Normaal",
|
||||
"selectWorld.moreWorldOptions": "Meer W\u00eareld Opsies...",
|
||||
"selectWorld.newWorld": "Nuwe W\u00eareld",
|
||||
"selectWorld.newWorld.copyOf": "Kopie van %s",
|
||||
"selectWorld.recreate": "Herskep",
|
||||
"selectWorld.recreate.customized.text": "Self-gemaakte w\u00earelde is nie meer ondersteun in hierdie weergawe van Minecraft nie. Ons kan probeer om dit weer te skep met die selfde saad en eiendomme maar enige terrrein veranderinge sal verlore wees. Ons is jammer vir die ongerief!",
|
||||
"selectWorld.recreate.customized.title": "Self-gemaakte w\u00earelde is nie meer ondersteun nie",
|
||||
"selectWorld.recreate.error.text": "Iets het fout gegaan terwyl 'n w\u00eareld herskep was.",
|
||||
"selectWorld.recreate.error.title": "'n Fout het gebeur!",
|
||||
"selectWorld.resultFolder": "Sal gestoor word in:",
|
||||
"selectWorld.seedInfo": "Los leeg vir ewekansige saad",
|
||||
"selectWorld.select": "Speel Gekose W\u00eareld",
|
||||
@@ -2530,7 +2717,7 @@
|
||||
"selectWorld.versionJoinButton": "Laai in elk geval",
|
||||
"selectWorld.versionQuestion": "Wil jy regtig hierdie w\u00eareld laai?",
|
||||
"selectWorld.versionUnknown": "onbekend",
|
||||
"selectWorld.versionWarning": "Hierdie w\u00eareld was laas gespeel in weergawe %s en laai dit in hierdie weergawe kon veroorsaak dat korrupsie!",
|
||||
"selectWorld.versionWarning": "Hierdie w\u00eareld was laas gespeel in weergawe %s en deur dit te laai in hierdie weergawe, kan korrupsie veroorsaak!",
|
||||
"selectWorld.world": "W\u00eareld",
|
||||
"sign.edit": "Wysig merkteken boodskap",
|
||||
"soundCategory.ambient": "Omgewing",
|
||||
@@ -2543,14 +2730,14 @@
|
||||
"soundCategory.record": "Musiekspeler/Nootblokke",
|
||||
"soundCategory.voice": "Stem/Spraak",
|
||||
"soundCategory.weather": "Weer",
|
||||
"spectatorMenu.close": "Sluit kieslys",
|
||||
"spectatorMenu.close": "Maak kieslys toe",
|
||||
"spectatorMenu.next_page": "Volgende Bladsy",
|
||||
"spectatorMenu.previous_page": "Vorige Bladsy",
|
||||
"spectatorMenu.root.prompt": "Druk 'n sleutel om 'n opdrag te kies, en weer om dit te gebruik.",
|
||||
"spectatorMenu.team_teleport": "Herverskyn aan 'n Span Lid",
|
||||
"spectatorMenu.team_teleport.prompt": "Kies 'n span om by te herverskyn",
|
||||
"spectatorMenu.teleport": "Herverskyn by Speler",
|
||||
"spectatorMenu.teleport.prompt": "Kies 'n speler om by te herverskyn",
|
||||
"spectatorMenu.team_teleport": "Teleporteer na 'n Span Lid",
|
||||
"spectatorMenu.team_teleport.prompt": "Kies 'n span om na te teleporteer",
|
||||
"spectatorMenu.teleport": "Teleporteer na Speler",
|
||||
"spectatorMenu.teleport.prompt": "Kies 'n speler om na te teleporteer",
|
||||
"stat.blocksButton": "Blokke",
|
||||
"stat.generalButton": "Algemeen",
|
||||
"stat.itemsButton": "Items",
|
||||
@@ -2835,7 +3022,10 @@
|
||||
"subtitles.entity.parrot.imitate.husk": "Papegaai sug",
|
||||
"subtitles.entity.parrot.imitate.illusioner": "Papegaai murmureer",
|
||||
"subtitles.entity.parrot.imitate.magma_cube": "Papegaai vertrap",
|
||||
"subtitles.entity.parrot.imitate.panda": "Papegaai hyg",
|
||||
"subtitles.entity.parrot.imitate.pillager": "Papegaai murmureer",
|
||||
"subtitles.entity.parrot.imitate.polar_bear": "Papegaai kreun",
|
||||
"subtitles.entity.parrot.imitate.ravager": "Papegaai knor",
|
||||
"subtitles.entity.parrot.imitate.shulker": "Papegaai sluip",
|
||||
"subtitles.entity.parrot.imitate.silverfish": "Papegaai sis",
|
||||
"subtitles.entity.parrot.imitate.skeleton": "Papegaai ratel",
|
||||
@@ -2849,10 +3039,12 @@
|
||||
"subtitles.entity.parrot.imitate.wolf": "Papegaai hyg",
|
||||
"subtitles.entity.parrot.imitate.zombie": "Papegaai kreun",
|
||||
"subtitles.entity.parrot.imitate.zombie_pigman": "Papegaai knor",
|
||||
"subtitles.entity.parrot.imitate.zombie_villager": "Papegaai kreun",
|
||||
"subtitles.entity.pig.ambient": "Vark oink",
|
||||
"subtitles.entity.pig.death": "Vark sterf",
|
||||
"subtitles.entity.pig.hurt": "Vark beseer",
|
||||
"subtitles.entity.pig.saddle": "Opgesaal",
|
||||
"subtitles.entity.pillager.death": "Pillager sterf",
|
||||
"subtitles.entity.player.burp": "Wind breek",
|
||||
"subtitles.entity.player.death": "Speler sterf",
|
||||
"subtitles.entity.player.hurt": "Speler beseer",
|
||||
@@ -2966,6 +3158,7 @@
|
||||
"subtitles.item.bucket.empty": "Emmer loop leeg",
|
||||
"subtitles.item.bucket.fill": "Emmer vul",
|
||||
"subtitles.item.chorus_fruit.teleport": "Speler teleporteer",
|
||||
"subtitles.item.crossbow.hit": "Pyl tref",
|
||||
"subtitles.item.firecharge.use": "Vuurbal suis",
|
||||
"subtitles.item.flintandsteel.use": "Aansteker klik",
|
||||
"subtitles.item.hoe.till": "Skoffel spit",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
4318
assets/minecraft/lang/bar.json
Normal file
4318
assets/minecraft/lang/bar.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user