mirror of
https://github.com/TeamMidnightDust/Decorative.git
synced 2025-12-18 05:45:10 +01:00
First release.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/acacia_log_with_axe" },
|
||||
"facing=west": { "model": "decorative:block/acacia_log_with_axe", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/acacia_log_with_axe", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/acacia_log_with_axe", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/birch_log_with_axe" },
|
||||
"facing=west": { "model": "decorative:block/birch_log_with_axe", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/birch_log_with_axe", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/birch_log_with_axe", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"level=0": { "model": "decorative:block/bird_bath" },
|
||||
"level=1": { "model": "decorative:block/bird_bath_level1" },
|
||||
"level=2": { "model": "decorative:block/bird_bath_level2" },
|
||||
"level=3": { "model": "decorative:block/bird_bath_level3" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/black_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/black_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/black_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/black_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/blue_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/blue_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/blue_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/blue_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/brown_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/brown_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/brown_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/brown_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/ceilingfan_activated" },
|
||||
"lit=false": { "model": "decorative:block/ceilingfan" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south,lit=false": { "model": "decorative:block/christmas_lights_off", "uvlock": true },
|
||||
"facing=west,lit=false": { "model": "decorative:block/christmas_lights_off", "uvlock": true, "y": 90 },
|
||||
"facing=north,lit=false": { "model": "decorative:block/christmas_lights_off", "uvlock": true, "y": 180 },
|
||||
"facing=east,lit=false": { "model": "decorative:block/christmas_lights_off", "uvlock": true, "y": 270 },
|
||||
"facing=south,lit=true": { "model": "decorative:block/christmas_lights_on", "uvlock": true },
|
||||
"facing=west,lit=true": { "model": "decorative:block/christmas_lights_on", "uvlock": true, "y": 90 },
|
||||
"facing=north,lit=true": { "model": "decorative:block/christmas_lights_on", "uvlock": true, "y": 180 },
|
||||
"facing=east,lit=true": { "model": "decorative:block/christmas_lights_on", "uvlock": true, "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "decorative:block/christmas_tree" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/cyan_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/cyan_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/cyan_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/cyan_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/dark_oak_log_with_axe" },
|
||||
"facing=west": { "model": "decorative:block/dark_oak_log_with_axe", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/dark_oak_log_with_axe", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/dark_oak_log_with_axe", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/eighty_sign" },
|
||||
"facing=west": { "model": "decorative:block/eighty_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/eighty_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/eighty_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/empty_sign" },
|
||||
"facing=west": { "model": "decorative:block/empty_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/empty_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/empty_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/fifty_sign" },
|
||||
"facing=west": { "model": "decorative:block/fifty_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/fifty_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/fifty_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/fire_hydrant", "y": 180 },
|
||||
"facing=west": { "model": "decorative:block/fire_hydrant", "y": 270 },
|
||||
"facing=north": { "model": "decorative:block/fire_hydrant" },
|
||||
"facing=east": { "model": "decorative:block/fire_hydrant", "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/five_sign" },
|
||||
"facing=west": { "model": "decorative:block/five_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/five_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/five_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/forty_sign" },
|
||||
"facing=west": { "model": "decorative:block/forty_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/forty_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/forty_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/gray_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/gray_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/gray_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/gray_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/green_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/green_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/green_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/green_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/guardrail", "y": 180 },
|
||||
"facing=west": { "model": "decorative:block/guardrail", "y": 270 },
|
||||
"facing=north": { "model": "decorative:block/guardrail" },
|
||||
"facing=east": { "model": "decorative:block/guardrail", "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/jungle_log_with_axe" },
|
||||
"facing=west": { "model": "decorative:block/jungle_log_with_axe", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/jungle_log_with_axe", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/jungle_log_with_axe", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=down,open=false": { "model": "decorative:block/kitchen_counter", "x": 180 },
|
||||
"facing=up,open=false": { "model": "decorative:block/kitchen_counter" },
|
||||
"facing=north,open=false": { "model": "decorative:block/kitchen_counter", "x": 90 },
|
||||
"facing=south,open=false": { "model": "decorative:block/kitchen_counter", "x": 0, "y": 90 },
|
||||
"facing=west,open=false": { "model": "decorative:block/kitchen_counter", "x": 90, "y": 270 },
|
||||
"facing=east,open=false": { "model": "decorative:block/kitchen_counter", "x": 90, "y": 90 },
|
||||
"facing=down,open=true": { "model": "decorative:block/kitchen_counter_open", "x": 180 },
|
||||
"facing=up,open=true": { "model": "decorative:block/kitchen_counter_open" },
|
||||
"facing=north,open=true": { "model": "decorative:block/kitchen_counter_open", "x": 90 },
|
||||
"facing=south,open=true": { "model": "decorative:block/kitchen_counter_open", "x": 0, "y": 90 },
|
||||
"facing=west,open=true": { "model": "decorative:block/kitchen_counter_open", "x": 90, "y": 270 },
|
||||
"facing=east,open=true": { "model": "decorative:block/kitchen_counter_open", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "decorative:block/kitchen_tiles" }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/light_blue_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/light_blue_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/light_blue_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/light_blue_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/light_gray_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/light_gray_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/light_gray_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/light_gray_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/lime_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/lime_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/lime_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/lime_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/magenta_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/magenta_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/magenta_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/magenta_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/ninety_sign" },
|
||||
"facing=west": { "model": "decorative:block/ninety_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/ninety_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/ninety_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/oak_log_with_axe" },
|
||||
"facing=west": { "model": "decorative:block/oak_log_with_axe", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/oak_log_with_axe", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/oak_log_with_axe", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south,program=off": { "model": "decorative:block/old_television_off", "uvlock": true },
|
||||
"facing=west,program=off": { "model": "decorative:block/old_television_off", "uvlock": true, "y": 90 },
|
||||
"facing=north,program=off": { "model": "decorative:block/old_television_off", "uvlock": true, "y": 180 },
|
||||
"facing=east,program=off": { "model": "decorative:block/old_television_off", "uvlock": true, "y": 270 },
|
||||
|
||||
"facing=south,program=nyancat": { "model": "decorative:block/old_television_nyancat", "uvlock": true },
|
||||
"facing=west,program=nyancat": { "model": "decorative:block/old_television_nyancat", "uvlock": true, "y": 90 },
|
||||
"facing=north,program=nyancat": { "model": "decorative:block/old_television_nyancat", "uvlock": true, "y": 180 },
|
||||
"facing=east,program=nyancat": { "model": "decorative:block/old_television_nyancat", "uvlock": true, "y": 270 },
|
||||
|
||||
"facing=south,program=creeper": { "model": "decorative:block/old_television_creeper", "uvlock": true },
|
||||
"facing=west,program=creeper": { "model": "decorative:block/old_television_creeper", "uvlock": true, "y": 90 },
|
||||
"facing=north,program=creeper": { "model": "decorative:block/old_television_creeper", "uvlock": true, "y": 180 },
|
||||
"facing=east,program=creeper": { "model": "decorative:block/old_television_creeper", "uvlock": true, "y": 270 },
|
||||
|
||||
"facing=south,program=woodys": { "model": "decorative:block/old_television_woodys", "uvlock": true },
|
||||
"facing=west,program=woodys": { "model": "decorative:block/old_television_woodys", "uvlock": true, "y": 90 },
|
||||
"facing=north,program=woodys": { "model": "decorative:block/old_television_woodys", "uvlock": true, "y": 180 },
|
||||
"facing=east,program=woodys": { "model": "decorative:block/old_television_woodys", "uvlock": true, "y": 270 },
|
||||
|
||||
"facing=south,program=tater": { "model": "decorative:block/old_television_tater", "uvlock": true },
|
||||
"facing=west,program=tater": { "model": "decorative:block/old_television_tater", "uvlock": true, "y": 90 },
|
||||
"facing=north,program=tater": { "model": "decorative:block/old_television_tater", "uvlock": true, "y": 180 },
|
||||
"facing=east,program=tater": { "model": "decorative:block/old_television_tater", "uvlock": true, "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/onehundred_sign" },
|
||||
"facing=west": { "model": "decorative:block/onehundred_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/onehundred_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/onehundred_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/onehundredten_sign" },
|
||||
"facing=west": { "model": "decorative:block/onehundredten_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/onehundredten_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/onehundredten_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/orange_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/orange_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/orange_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/orange_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/pink_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/pink_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/pink_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/pink_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/purple_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/purple_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/purple_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/purple_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/red_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/red_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/red_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/red_lamp_off" }
|
||||
}
|
||||
}
|
||||
10
src/main/resources/assets/decorative/blockstates/road.json
Normal file
10
src/main/resources/assets/decorative/blockstates/road.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "decorative:block/road" },
|
||||
{ "model": "decorative:block/road", "y": 90 },
|
||||
{ "model": "decorative:block/road", "y": 180 },
|
||||
{ "model": "decorative:block/road", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/road_white_long" },
|
||||
"facing=west": { "model": "decorative:block/road_white_long", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/road_white_long", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/road_white_long", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/road_white_short" },
|
||||
"facing=west": { "model": "decorative:block/road_white_short", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/road_white_short", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/road_white_short", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "decorative:block/rocky_asphalt" }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/seventy_sign" },
|
||||
"facing=west": { "model": "decorative:block/seventy_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/seventy_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/seventy_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "decorative:block/sign_post" }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/sixty_sign" },
|
||||
"facing=west": { "model": "decorative:block/sixty_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/sixty_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/sixty_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=west,half=lower,hinge=left,open=false": { "model": "decorative:block/sliding_door_bottom" },
|
||||
"facing=north,half=lower,hinge=left,open=false": { "model": "decorative:block/sliding_door_bottom", "y": 90 },
|
||||
"facing=east,half=lower,hinge=left,open=false": { "model": "decorative:block/sliding_door_bottom", "y": 180 },
|
||||
"facing=south,half=lower,hinge=left,open=false": { "model": "decorative:block/sliding_door_bottom", "y": 270 },
|
||||
"facing=west,half=lower,hinge=right,open=false": { "model": "decorative:block/sliding_door_bottom", "y": 180 },
|
||||
"facing=north,half=lower,hinge=right,open=false": { "model": "decorative:block/sliding_door_bottom", "y": 270 },
|
||||
"facing=east,half=lower,hinge=right,open=false": { "model": "decorative:block/sliding_door_bottom" },
|
||||
"facing=south,half=lower,hinge=right,open=false": { "model": "decorative:block/sliding_door_bottom", "y": 90 },
|
||||
"facing=west,half=lower,hinge=left,open=true": { "model": "decorative:block/sliding_door_bottom_open" },
|
||||
"facing=north,half=lower,hinge=left,open=true": { "model": "decorative:block/sliding_door_bottom_open", "y": 90 },
|
||||
"facing=east,half=lower,hinge=left,open=true": { "model": "decorative:block/sliding_door_bottom_open", "y": 180 },
|
||||
"facing=south,half=lower,hinge=left,open=true": { "model": "decorative:block/sliding_door_bottom_open", "y": 270 },
|
||||
"facing=west,half=lower,hinge=right,open=true": { "model": "decorative:block/sliding_door_bottom_open", "y": 180 },
|
||||
"facing=north,half=lower,hinge=right,open=true": { "model": "decorative:block/sliding_door_bottom_open", "y": 270 },
|
||||
"facing=east,half=lower,hinge=right,open=true": { "model": "decorative:block/sliding_door_bottom_open" },
|
||||
"facing=south,half=lower,hinge=right,open=true": { "model": "decorative:block/sliding_door_bottom_open", "y": 90 },
|
||||
"facing=west,half=upper,hinge=left,open=false": { "model": "decorative:block/sliding_door_top" },
|
||||
"facing=north,half=upper,hinge=left,open=false": { "model": "decorative:block/sliding_door_top", "y": 90 },
|
||||
"facing=east,half=upper,hinge=left,open=false": { "model": "decorative:block/sliding_door_top", "y": 180 },
|
||||
"facing=south,half=upper,hinge=left,open=false": { "model": "decorative:block/sliding_door_top", "y": 270 },
|
||||
"facing=west,half=upper,hinge=right,open=false": { "model": "decorative:block/sliding_door_top", "y": 180 },
|
||||
"facing=north,half=upper,hinge=right,open=false": { "model": "decorative:block/sliding_door_top", "y": 270 },
|
||||
"facing=east,half=upper,hinge=right,open=false": { "model": "decorative:block/sliding_door_top" },
|
||||
"facing=south,half=upper,hinge=right,open=false": { "model": "decorative:block/sliding_door_top", "y": 90 },
|
||||
"facing=west,half=upper,hinge=left,open=true": { "model": "decorative:block/sliding_door_top_open" },
|
||||
"facing=north,half=upper,hinge=left,open=true": { "model": "decorative:block/sliding_door_top_open", "y": 90 },
|
||||
"facing=east,half=upper,hinge=left,open=true": { "model": "decorative:block/sliding_door_top_open", "y": 180 },
|
||||
"facing=south,half=upper,hinge=left,open=true": { "model": "decorative:block/sliding_door_top_open", "y": 270 },
|
||||
"facing=west,half=upper,hinge=right,open=true": { "model": "decorative:block/sliding_door_top_open", "y": 180 },
|
||||
"facing=north,half=upper,hinge=right,open=true": { "model": "decorative:block/sliding_door_top_open", "y": 270 },
|
||||
"facing=east,half=upper,hinge=right,open=true": { "model": "decorative:block/sliding_door_top_open" },
|
||||
"facing=south,half=upper,hinge=right,open=true": { "model": "decorative:block/sliding_door_top_open", "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/spruce_log_with_axe" },
|
||||
"facing=west": { "model": "decorative:block/spruce_log_with_axe", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/spruce_log_with_axe", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/spruce_log_with_axe", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/stop_sign" },
|
||||
"facing=west": { "model": "decorative:block/stop_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/stop_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/stop_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south,program=off": { "model": "decorative:block/television_off", "uvlock": true },
|
||||
"facing=west,program=off": { "model": "decorative:block/television_off", "uvlock": true, "y": 90 },
|
||||
"facing=north,program=off": { "model": "decorative:block/television_off", "uvlock": true, "y": 180 },
|
||||
"facing=east,program=off": { "model": "decorative:block/television_off", "uvlock": true, "y": 270 },
|
||||
|
||||
"facing=south,program=nyancat": { "model": "decorative:block/television_nyancat", "uvlock": true },
|
||||
"facing=west,program=nyancat": { "model": "decorative:block/television_nyancat", "uvlock": true, "y": 90 },
|
||||
"facing=north,program=nyancat": { "model": "decorative:block/television_nyancat", "uvlock": true, "y": 180 },
|
||||
"facing=east,program=nyancat": { "model": "decorative:block/television_nyancat", "uvlock": true, "y": 270 },
|
||||
|
||||
"facing=south,program=creeper": { "model": "decorative:block/television_creeper", "uvlock": true },
|
||||
"facing=west,program=creeper": { "model": "decorative:block/television_creeper", "uvlock": true, "y": 90 },
|
||||
"facing=north,program=creeper": { "model": "decorative:block/television_creeper", "uvlock": true, "y": 180 },
|
||||
"facing=east,program=creeper": { "model": "decorative:block/television_creeper", "uvlock": true, "y": 270 },
|
||||
|
||||
"facing=south,program=woodys": { "model": "decorative:block/television_woodys", "uvlock": true },
|
||||
"facing=west,program=woodys": { "model": "decorative:block/television_woodys", "uvlock": true, "y": 90 },
|
||||
"facing=north,program=woodys": { "model": "decorative:block/television_woodys", "uvlock": true, "y": 180 },
|
||||
"facing=east,program=woodys": { "model": "decorative:block/television_woodys", "uvlock": true, "y": 270 },
|
||||
|
||||
"facing=south,program=tater": { "model": "decorative:block/television_tater", "uvlock": true },
|
||||
"facing=west,program=tater": { "model": "decorative:block/television_tater", "uvlock": true, "y": 90 },
|
||||
"facing=north,program=tater": { "model": "decorative:block/television_tater", "uvlock": true, "y": 180 },
|
||||
"facing=east,program=tater": { "model": "decorative:block/television_tater", "uvlock": true, "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/ten_sign" },
|
||||
"facing=west": { "model": "decorative:block/ten_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/ten_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/ten_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/thirty_sign" },
|
||||
"facing=west": { "model": "decorative:block/thirty_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/thirty_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/thirty_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{ "model": "decorative:block/traffic_cone" }
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/twenty_sign" },
|
||||
"facing=west": { "model": "decorative:block/twenty_sign", "y": 90 },
|
||||
"facing=north": { "model": "decorative:block/twenty_sign", "y": 180 },
|
||||
"facing=east": { "model": "decorative:block/twenty_sign", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south": { "model": "decorative:block/water_pump", "y": 180 },
|
||||
"facing=west": { "model": "decorative:block/water_pump", "y": 270 },
|
||||
"facing=north": { "model": "decorative:block/water_pump" },
|
||||
"facing=east": { "model": "decorative:block/water_pump", "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/white_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/white_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/white_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/white_lamp_off" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower,lit=false": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=false": { "model": "decorative:block/yellow_double_lamp_off_top" },
|
||||
"half=lower,lit=true": { "model": "decorative:block/double_lamp_bottom" },
|
||||
"half=upper,lit=true": { "model": "decorative:block/yellow_double_lamp_on_top" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=true": { "model": "decorative:block/yellow_lamp_on" },
|
||||
"lit=false": { "model": "decorative:block/yellow_lamp_off" }
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/decorative/icon.png
Normal file
BIN
src/main/resources/assets/decorative/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 169 KiB |
85
src/main/resources/assets/decorative/lang/de_de.json
Normal file
85
src/main/resources/assets/decorative/lang/de_de.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
// ItemGroups //
|
||||
"itemGroup.decorative.indoor":"Decorative - Innen",
|
||||
"itemGroup.decorative.traffic":"Decorative - Verkehr",
|
||||
"itemGroup.decorative.garden":"Decorative - Garden",
|
||||
|
||||
"text.decorative.landing_text":"Das ist eine Anleitung, wie du die verschiedenen Dekorationen der Mod Decorative herstellst. Es gibt Lampen, Fernseher, Deckenventillatoren und vieles mehr.",
|
||||
"book.decorative.decoration_guide":"Dekorationshandbuch",
|
||||
|
||||
// Indoor //
|
||||
"block.decorative.kitchen_tiles":"Küchenboden",
|
||||
"block.decorative.television":"Fernseher",
|
||||
"block.decorative.old_television":"Alter Fernseher",
|
||||
"block.decorative.ceilingfan":"Deckenventillator",
|
||||
"block.decorative.sliding_door":"Schiebetür",
|
||||
"block.decorative.christmas_tree":"Weihnachtsbaum",
|
||||
"block.decorative.christmas_lights":"Weihnachtslichter",
|
||||
"block.decorative.white_lamp":"Weiße Lampe",
|
||||
"block.decorative.orange_lamp":"Orangene Lampe",
|
||||
"block.decorative.magenta_lamp":"Magenta Lampe",
|
||||
"block.decorative.light_blue_lamp":"Hellblaue Lampe",
|
||||
"block.decorative.yellow_lamp":"Gelbe Lampe",
|
||||
"block.decorative.lime_lamp":"Hellgrüne Lampe",
|
||||
"block.decorative.pink_lamp":"Pinke Lampe",
|
||||
"block.decorative.gray_lamp":"Graue Lampe",
|
||||
"block.decorative.light_gray_lamp":"Hellgraue Lampe",
|
||||
"block.decorative.cyan_lamp":"Cyanene Lampe",
|
||||
"block.decorative.purple_lamp":"Lila Lampe",
|
||||
"block.decorative.blue_lamp":"Blaue Lampe",
|
||||
"block.decorative.brown_lamp":"Braune Lampe",
|
||||
"block.decorative.green_lamp":"Grüne Lampe",
|
||||
"block.decorative.red_lamp":"Rote Lampe",
|
||||
"block.decorative.black_lamp":"Schwarze Lampe",
|
||||
"block.decorative.white_double_lamp":"Weiße Doppellampe",
|
||||
"block.decorative.orange_double_lamp":"Orangene Doppellampe",
|
||||
"block.decorative.magenta_double_lamp":"Magenta Doppellampe",
|
||||
"block.decorative.light_blue_double_lamp":"Hellblaue Doppellampe",
|
||||
"block.decorative.yellow_double_lamp":"Gelbe Doppellampe",
|
||||
"block.decorative.lime_double_lamp":"Hellgrüne Doppellampe",
|
||||
"block.decorative.pink_double_lamp":"Pinke Doppellampe",
|
||||
"block.decorative.gray_double_lamp":"Graue Doppellampe",
|
||||
"block.decorative.light_gray_double_lamp":"Hellgraue Doppellampe",
|
||||
"block.decorative.cyan_double_lamp":"Cyanene Doppellampe",
|
||||
"block.decorative.purple_double_lamp":"Lila Doppellampe",
|
||||
"block.decorative.blue_double_lamp":"Blaue Doppellampe",
|
||||
"block.decorative.brown_double_lamp":"Braune Doppellampe",
|
||||
"block.decorative.green_double_lamp":"Grüne Doppellampe",
|
||||
"block.decorative.red_double_lamp":"Rote Doppellampe",
|
||||
"block.decorative.black_double_lamp":"Schwarze Doppellampe",
|
||||
|
||||
|
||||
// Garden //
|
||||
"block.decorative.oak_log_with_axe":"Eichenholzstamm mit Axt",
|
||||
"block.decorative.spruce_log_with_axe":"Fichtenholzstamm mit Axt",
|
||||
"block.decorative.birch_log_with_axe":"Birkenholzstamm mit Axt",
|
||||
"block.decorative.acacia_log_with_axe":"Akazienholzstamm mit Axt",
|
||||
"block.decorative.jungle_log_with_axe":"Dschungelholzstamm mit Axt",
|
||||
"block.decorative.dark_oak_log_with_axe":"Schwarzeichenholzstamm mit Axt",
|
||||
"block.decorative.bird_bath":"Vogelbad",
|
||||
"block.decorative.water_pump":"Wasserpumpe",
|
||||
|
||||
// Traffic //
|
||||
"block.decorative.fire_hydrant":"Wasserhydrant",
|
||||
"block.decorative.rocky_asphalt":"Steiniger Asphalt",
|
||||
"block.decorative.road":"Straße",
|
||||
"block.decorative.road_white_short":"Straße mit kurzem weißem Streifen",
|
||||
"block.decorative.road_white_long":"Straße mit langem weißem Streifen",
|
||||
"block.decorative.guardrail":"Leitplanke",
|
||||
"block.decorative.traffic_cone":"Straßenkegel",
|
||||
"block.decorative.sign_post":"Schildpfosten",
|
||||
"block.decorative.empty_sign":"Leeres Schild",
|
||||
"block.decorative.stop_sign":"Stoppschild",
|
||||
"block.decorative.five_sign":"Tempo Limit: 5 km/h",
|
||||
"block.decorative.ten_sign":"Tempo Limit: 10 km/h",
|
||||
"block.decorative.twenty_sign":"Tempo Limit: 20 km/h",
|
||||
"block.decorative.thirty_sign":"Tempo Limit: 30 km/h",
|
||||
"block.decorative.forty_sign":"Tempo Limit: 40 km/h",
|
||||
"block.decorative.fifty_sign":"Tempo Limit: 50 km/h",
|
||||
"block.decorative.sixty_sign":"Tempo Limit: 60 km/h",
|
||||
"block.decorative.seventy_sign":"Tempo Limit: 70 km/h",
|
||||
"block.decorative.eighty_sign":"Tempo Limit: 80 km/h",
|
||||
"block.decorative.ninety_sign":"Tempo Limit: 90 km/h",
|
||||
"block.decorative.onehundred_sign":"Tempo Limit: 100 km/h",
|
||||
"block.decorative.onehundredten_sign":"Tempo Limit: 110 km/h"
|
||||
}
|
||||
85
src/main/resources/assets/decorative/lang/en_us.json
Normal file
85
src/main/resources/assets/decorative/lang/en_us.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
// ItemGroups //
|
||||
"itemGroup.decorative.indoor":"Decorative - Indoor",
|
||||
"itemGroup.decorative.traffic":"Decorative - Traffic",
|
||||
"itemGroup.decorative.garden":"Decorative - Garden",
|
||||
|
||||
"text.decorative.landing_text":"This is a guide on how to craft the decorative items added by Decorative. We have lamps, TVs, Ceiling Fans and much more",
|
||||
"book.decorative.decoration_guide":"Decoration Guide",
|
||||
|
||||
// Indoor //
|
||||
"block.decorative.kitchen_tiles":"Kitchen Tiles",
|
||||
"block.decorative.television":"Television",
|
||||
"block.decorative.old_television":"Old Television",
|
||||
"block.decorative.ceilingfan":"Ceiling Fan",
|
||||
"block.decorative.sliding_door":"Sliding Door",
|
||||
"block.decorative.christmas_tree":"Christmas Tree",
|
||||
"block.decorative.christmas_lights":"Christmas Lights",
|
||||
"block.decorative.white_lamp":"White Lamp",
|
||||
"block.decorative.orange_lamp":"Orange Lamp",
|
||||
"block.decorative.magenta_lamp":"Magenta Lamp",
|
||||
"block.decorative.light_blue_lamp":"Light Blue Lamp",
|
||||
"block.decorative.yellow_lamp":"Yellow Lamp",
|
||||
"block.decorative.lime_lamp":"Lime Lamp",
|
||||
"block.decorative.pink_lamp":"Pink Lamp",
|
||||
"block.decorative.gray_lamp":"Gray Lamp",
|
||||
"block.decorative.light_gray_lamp":"Light Gray Lamp",
|
||||
"block.decorative.cyan_lamp":"Cyan Lamp",
|
||||
"block.decorative.purple_lamp":"Purple Lamp",
|
||||
"block.decorative.blue_lamp":"Blue Lamp",
|
||||
"block.decorative.brown_lamp":"Brown Lamp",
|
||||
"block.decorative.green_lamp":"Green Lamp",
|
||||
"block.decorative.red_lamp":"Red Lamp",
|
||||
"block.decorative.black_lamp":"Black Lamp",
|
||||
"block.decorative.white_double_lamp":"White Double Lamp",
|
||||
"block.decorative.orange_double_lamp":"Orange Double Lamp",
|
||||
"block.decorative.magenta_double_lamp":"Magenta Double Lamp",
|
||||
"block.decorative.light_blue_double_lamp":"Light Blue Double Lamp",
|
||||
"block.decorative.yellow_double_lamp":"Yellow Double Lamp",
|
||||
"block.decorative.lime_double_lamp":"Lime Double Lamp",
|
||||
"block.decorative.pink_double_lamp":"Pink Double Lamp",
|
||||
"block.decorative.gray_double_lamp":"Gray Double Lamp",
|
||||
"block.decorative.light_gray_double_lamp":"Light Gray Double Lamp",
|
||||
"block.decorative.cyan_double_lamp":"Cyan Double Lamp",
|
||||
"block.decorative.purple_double_lamp":"Purple Double Lamp",
|
||||
"block.decorative.blue_double_lamp":"Blue Double Lamp",
|
||||
"block.decorative.brown_double_lamp":"Brown Double Lamp",
|
||||
"block.decorative.green_double_lamp":"Green Double Lamp",
|
||||
"block.decorative.red_double_lamp":"Red Double Lamp",
|
||||
"block.decorative.black_double_lamp":"Black Double Lamp",
|
||||
|
||||
|
||||
// Garden //
|
||||
"block.decorative.oak_log_with_axe":"Oak Log with Axe",
|
||||
"block.decorative.spruce_log_with_axe":"Spruce Log with Axe",
|
||||
"block.decorative.birch_log_with_axe":"Birch Log with Axe",
|
||||
"block.decorative.acacia_log_with_axe":"Acacia Log with Axe",
|
||||
"block.decorative.jungle_log_with_axe":"Jungle Log with Axe",
|
||||
"block.decorative.dark_oak_log_with_axe":"Dark Oak Log with Axe",
|
||||
"block.decorative.bird_bath":"Bird Bath",
|
||||
"block.decorative.water_pump":"Water Pump",
|
||||
|
||||
// Traffic //
|
||||
"block.decorative.fire_hydrant":"Fire Hydrant",
|
||||
"block.decorative.rocky_asphalt":"Rocky Asphalt",
|
||||
"block.decorative.road":"Road",
|
||||
"block.decorative.road_white_short":"Road with short white stripe",
|
||||
"block.decorative.road_white_long":"Road with long white stripe",
|
||||
"block.decorative.guardrail":"Guardrail",
|
||||
"block.decorative.traffic_cone":"Traffic Cone",
|
||||
"block.decorative.sign_post":"Sign Post",
|
||||
"block.decorative.empty_sign":"Empty Sign",
|
||||
"block.decorative.stop_sign":"Stop Sign",
|
||||
"block.decorative.five_sign":"Tempo Limit: 5 km/h",
|
||||
"block.decorative.ten_sign":"Tempo Limit: 10 km/h",
|
||||
"block.decorative.twenty_sign":"Tempo Limit: 20 km/h",
|
||||
"block.decorative.thirty_sign":"Tempo Limit: 30 km/h",
|
||||
"block.decorative.forty_sign":"Tempo Limit: 40 km/h",
|
||||
"block.decorative.fifty_sign":"Tempo Limit: 50 km/h",
|
||||
"block.decorative.sixty_sign":"Tempo Limit: 60 km/h",
|
||||
"block.decorative.seventy_sign":"Tempo Limit: 70 km/h",
|
||||
"block.decorative.eighty_sign":"Tempo Limit: 80 km/h",
|
||||
"block.decorative.ninety_sign":"Tempo Limit: 90 km/h",
|
||||
"block.decorative.onehundred_sign":"Tempo Limit: 100 km/h",
|
||||
"block.decorative.onehundredten_sign":"Tempo Limit: 110 km/h"
|
||||
}
|
||||
@@ -0,0 +1,219 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/acacia_log",
|
||||
"1": "block/acacia_log_top",
|
||||
"2": "item/iron_axe",
|
||||
"particle": "block/acacia_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 21, 3],
|
||||
"to": [8.5, 22, 5],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [2, 14, 3, 15], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 20, 3],
|
||||
"to": [8.5, 21, 6],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 13, 3, 14], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [2, 13, 5, 14], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [2, 13, 5, 14], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [2, 13, 5, 14], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 19, 4],
|
||||
"to": [8.5, 20, 7],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 12, 4, 13], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [3, 12, 6, 13], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [2, 13, 5, 14], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [2, 13, 5, 14], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 18, 5],
|
||||
"to": [8.5, 19, 8],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 11, 5, 12], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [4, 11, 7, 12], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [4, 11, 7, 12], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [4, 11, 7, 12], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 17, 6],
|
||||
"to": [8.5, 18, 9],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 10, 6, 11], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [5, 10, 8, 11], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [5, 10, 8, 11], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [5, 10, 8, 11], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 16, 7],
|
||||
"to": [8.5, 17, 10],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 9, 7, 10], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [6, 9, 9, 10], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [6, 9, 9, 10], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [6, 9, 9, 10], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 15, 8],
|
||||
"to": [8.5, 16, 11],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 8, 8, 9], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [7, 8, 10, 9], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [7, 8, 10, 9], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [7, 8, 10, 9], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 14, 9],
|
||||
"to": [8.5, 15, 15],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 7, 9, 8], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [8, 7, 14, 8], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [13, 7, 14, 8], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [8, 7, 14, 8], "texture": "#2"},
|
||||
"up": {"uv": [8, 7, 14, 8], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 15, 12],
|
||||
"to": [8.5, 16, 14],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 8, 12, 9], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [11, 8, 13, 9], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [12, 8, 13, 9], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [11, 8, 13, 9], "texture": "#2"},
|
||||
"up": {"uv": [11, 8, 13, 9], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 13, 8],
|
||||
"to": [8.5, 14, 15],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 6, 8, 7], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [7, 6, 14, 7], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [13, 6, 14, 7], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [7, 6, 14, 7], "texture": "#2"},
|
||||
"up": {"uv": [7, 6, 14, 7], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [7, 6, 14, 7], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 12, 7],
|
||||
"to": [8.5, 13, 14],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 5, 7, 6], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [6, 5, 13, 6], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [12, 5, 13, 6], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [6, 5, 13, 6], "texture": "#2"},
|
||||
"up": {"uv": [6, 5, 13, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 11, 7],
|
||||
"to": [8.5, 12, 14],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 4, 7, 5], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [6, 4, 13, 5], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [12, 4, 13, 5], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [6, 4, 13, 5], "texture": "#2"},
|
||||
"down": {"uv": [6, 4, 13, 5], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 10, 8],
|
||||
"to": [8.5, 11, 13],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 3, 8, 4], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [7, 3, 12, 4], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [11, 3, 12, 4], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [7, 3, 12, 4], "texture": "#2"},
|
||||
"down": {"uv": [7, 3, 12, 4], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 9, 9],
|
||||
"to": [8.5, 10, 13],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 2, 9, 3], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [8, 2, 12, 3], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [11, 2, 12, 3], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [8, 2, 12, 3], "texture": "#2"},
|
||||
"down": {"uv": [8, 2, 12, 3], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 8, 10],
|
||||
"to": [8.5, 9, 12],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 1, 10, 2], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [9, 1, 11, 2], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [10, 1, 11, 2], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [9, 1, 11, 2], "texture": "#2"},
|
||||
"down": {"uv": [9, 1, 11, 2], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [0,
|
||||
{
|
||||
"name": "axe",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,219 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/birch_log",
|
||||
"1": "block/birch_log_top",
|
||||
"2": "item/iron_axe",
|
||||
"particle": "block/birch_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 21, 3],
|
||||
"to": [8.5, 22, 5],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [2, 14, 3, 15], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 20, 3],
|
||||
"to": [8.5, 21, 6],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 13, 3, 14], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [2, 13, 5, 14], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [2, 13, 5, 14], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [2, 13, 5, 14], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 19, 4],
|
||||
"to": [8.5, 20, 7],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 12, 4, 13], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [3, 12, 6, 13], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [2, 13, 5, 14], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [2, 13, 5, 14], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 18, 5],
|
||||
"to": [8.5, 19, 8],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 11, 5, 12], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [4, 11, 7, 12], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [4, 11, 7, 12], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [4, 11, 7, 12], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 17, 6],
|
||||
"to": [8.5, 18, 9],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 10, 6, 11], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [5, 10, 8, 11], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [5, 10, 8, 11], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [5, 10, 8, 11], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 16, 7],
|
||||
"to": [8.5, 17, 10],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 9, 7, 10], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [6, 9, 9, 10], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [6, 9, 9, 10], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [6, 9, 9, 10], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 15, 8],
|
||||
"to": [8.5, 16, 11],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 8, 8, 9], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [7, 8, 10, 9], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [2, 14, 3, 15], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [7, 8, 10, 9], "texture": "#2"},
|
||||
"up": {"uv": [2, 14, 3, 15], "texture": "#2"},
|
||||
"down": {"uv": [7, 8, 10, 9], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 14, 9],
|
||||
"to": [8.5, 15, 15],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 7, 9, 8], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [8, 7, 14, 8], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [13, 7, 14, 8], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [8, 7, 14, 8], "texture": "#2"},
|
||||
"up": {"uv": [8, 7, 14, 8], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 15, 12],
|
||||
"to": [8.5, 16, 14],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 8, 12, 9], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [11, 8, 13, 9], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [12, 8, 13, 9], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [11, 8, 13, 9], "texture": "#2"},
|
||||
"up": {"uv": [11, 8, 13, 9], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 13, 8],
|
||||
"to": [8.5, 14, 15],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 6, 8, 7], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [7, 6, 14, 7], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [13, 6, 14, 7], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [7, 6, 14, 7], "texture": "#2"},
|
||||
"up": {"uv": [7, 6, 14, 7], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [7, 6, 14, 7], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 12, 7],
|
||||
"to": [8.5, 13, 14],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 5, 7, 6], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [6, 5, 13, 6], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [12, 5, 13, 6], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [6, 5, 13, 6], "texture": "#2"},
|
||||
"up": {"uv": [6, 5, 13, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 11, 7],
|
||||
"to": [8.5, 12, 14],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 4, 7, 5], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [6, 4, 13, 5], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [12, 4, 13, 5], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [6, 4, 13, 5], "texture": "#2"},
|
||||
"down": {"uv": [6, 4, 13, 5], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 10, 8],
|
||||
"to": [8.5, 11, 13],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 3, 8, 4], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [7, 3, 12, 4], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [11, 3, 12, 4], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [7, 3, 12, 4], "texture": "#2"},
|
||||
"down": {"uv": [7, 3, 12, 4], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 9, 9],
|
||||
"to": [8.5, 10, 13],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 2, 9, 3], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [8, 2, 12, 3], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [11, 2, 12, 3], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [8, 2, 12, 3], "texture": "#2"},
|
||||
"down": {"uv": [8, 2, 12, 3], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 8, 10],
|
||||
"to": [8.5, 9, 12],
|
||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [16, 14, -4]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 1, 10, 2], "rotation": 180, "texture": "#2"},
|
||||
"east": {"uv": [9, 1, 11, 2], "rotation": 180, "texture": "#2"},
|
||||
"south": {"uv": [10, 1, 11, 2], "rotation": 180, "texture": "#2"},
|
||||
"west": {"uv": [9, 1, 11, 2], "texture": "#2"},
|
||||
"down": {"uv": [9, 1, 11, 2], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [0,
|
||||
{
|
||||
"name": "axe",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
|
||||
}
|
||||
]
|
||||
}
|
||||
205
src/main/resources/assets/decorative/models/block/bird_bath.json
Normal file
205
src/main/resources/assets/decorative/models/block/bird_bath.json
Normal file
@@ -0,0 +1,205 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/cobblestone",
|
||||
"particle": "block/cobblestone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [6, 0, 6],
|
||||
"to": [10, 1, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 6, 6],
|
||||
"to": [10, 7, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7, 5],
|
||||
"to": [10, 8, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7, 10],
|
||||
"to": [10, 8, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 11],
|
||||
"to": [10, 9, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 16, 18]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 4],
|
||||
"to": [10, 9, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 16, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 7, 6],
|
||||
"to": [11, 8, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 8, 6],
|
||||
"to": [12, 9, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 8, 10],
|
||||
"to": [11, 9, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 16, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 8, 10],
|
||||
"to": [6, 9, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 16, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 8, 5],
|
||||
"to": [6, 9, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 16, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 8, 5],
|
||||
"to": [11, 9, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 16, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 8, 6],
|
||||
"to": [5, 9, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 7, 6],
|
||||
"to": [6, 8, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 6, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 9, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/cobblestone",
|
||||
"1": "block/water_still",
|
||||
"particle": "block/cobblestone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [6, 0, 6],
|
||||
"to": [10, 1, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 6, 6],
|
||||
"to": [10, 7, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7, 5],
|
||||
"to": [10, 8, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7, 10],
|
||||
"to": [10, 8, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 11],
|
||||
"to": [10, 9, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 16, 18]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 4],
|
||||
"to": [10, 9, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 16, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 7, 6],
|
||||
"to": [11, 8, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 8, 6],
|
||||
"to": [12, 9, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 8, 10],
|
||||
"to": [11, 9, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 16, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 8, 10],
|
||||
"to": [6, 9, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 16, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 8, 5],
|
||||
"to": [6, 9, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 16, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 8, 5],
|
||||
"to": [11, 9, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 16, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 8, 6],
|
||||
"to": [5, 9, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 7, 6],
|
||||
"to": [6, 8, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 6, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 9, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7.5, 6],
|
||||
"to": [10, 7.6, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 14]},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#1", "tintindex": 0 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/cobblestone",
|
||||
"1": "block/water_still",
|
||||
"particle": "block/cobblestone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [6, 0, 6],
|
||||
"to": [10, 1, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 6, 6],
|
||||
"to": [10, 7, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7, 5],
|
||||
"to": [10, 8, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7, 10],
|
||||
"to": [10, 8, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 11],
|
||||
"to": [10, 9, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 16, 18]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 4],
|
||||
"to": [10, 9, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 16, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 7, 6],
|
||||
"to": [11, 8, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 8, 6],
|
||||
"to": [12, 9, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 8, 10],
|
||||
"to": [11, 9, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 16, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 8, 10],
|
||||
"to": [6, 9, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 16, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 8, 5],
|
||||
"to": [6, 9, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 16, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 8, 5],
|
||||
"to": [11, 9, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 16, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 8, 6],
|
||||
"to": [5, 9, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 7, 6],
|
||||
"to": [6, 8, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 6, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 9, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7.8, 6],
|
||||
"to": [10, 7.9, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 15, 14]},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#1", "tintindex": 0 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/cobblestone",
|
||||
"1": "block/water_still",
|
||||
"particle": "block/cobblestone"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [6, 0, 6],
|
||||
"to": [10, 1, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 8, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 6, 6],
|
||||
"to": [10, 7, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7, 5],
|
||||
"to": [10, 8, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7, 10],
|
||||
"to": [10, 8, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 15, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 11],
|
||||
"to": [10, 9, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 16, 18]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 8, 4],
|
||||
"to": [10, 9, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 16, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 4, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 7, 6],
|
||||
"to": [11, 8, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 15, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 8, 6],
|
||||
"to": [12, 9, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 8, 10],
|
||||
"to": [11, 9, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 16, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 8, 10],
|
||||
"to": [6, 9, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 16, 17]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 8, 5],
|
||||
"to": [6, 9, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 16, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 8, 5],
|
||||
"to": [11, 9, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [13, 16, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 8, 6],
|
||||
"to": [5, 9, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 16, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 7, 6],
|
||||
"to": [6, 8, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 15, 16]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 6, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 9, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 2, 5], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 8.5, 5],
|
||||
"to": [11, 8.6, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 16, 14]},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 6, 6], "texture": "#1", "tintindex": 0 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "block/black_wool",
|
||||
"3": "block/redstone_lamp",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 13], "texture": "#5"},
|
||||
"east": {"uv": [0, 12, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 11], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 6], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "block/black_wool",
|
||||
"3": "block/redstone_lamp_on",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 13], "texture": "#5"},
|
||||
"east": {"uv": [0, 12, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 11], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 6], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/iron_block",
|
||||
"2": "block/black_wool",
|
||||
"3": "block/redstone_lamp",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 0, 5],
|
||||
"to": [11, 1, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"south": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"west": {"uv": [9, 15, 15, 16], "texture": "#0"},
|
||||
"up": {"uv": [9, 2, 15, 8], "texture": "#0"},
|
||||
"down": {"uv": [2, 2, 8, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 12], "texture": "#5"},
|
||||
"east": {"uv": [0, 13, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 10], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 5], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/iron_block",
|
||||
"2": "block/black_wool",
|
||||
"3": "block/redstone_lamp_on",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 0, 5],
|
||||
"to": [11, 1, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"south": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"west": {"uv": [9, 15, 15, 16], "texture": "#0"},
|
||||
"up": {"uv": [9, 2, 15, 8], "texture": "#0"},
|
||||
"down": {"uv": [2, 2, 8, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 12], "texture": "#5"},
|
||||
"east": {"uv": [0, 13, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 10], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 5], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "block/blue_wool",
|
||||
"3": "block/redstone_lamp",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 13], "texture": "#5"},
|
||||
"east": {"uv": [0, 12, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 11], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 6], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "block/blue_wool",
|
||||
"3": "block/redstone_lamp_on",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 13], "texture": "#5"},
|
||||
"east": {"uv": [0, 12, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 11], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 6], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/iron_block",
|
||||
"2": "block/blue_wool",
|
||||
"3": "block/redstone_lamp",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 0, 5],
|
||||
"to": [11, 1, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"south": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"west": {"uv": [9, 15, 15, 16], "texture": "#0"},
|
||||
"up": {"uv": [9, 2, 15, 8], "texture": "#0"},
|
||||
"down": {"uv": [2, 2, 8, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 12], "texture": "#5"},
|
||||
"east": {"uv": [0, 13, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 10], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 5], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/iron_block",
|
||||
"2": "block/blue_wool",
|
||||
"3": "block/redstone_lamp_on",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 0, 5],
|
||||
"to": [11, 1, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"south": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"west": {"uv": [9, 15, 15, 16], "texture": "#0"},
|
||||
"up": {"uv": [9, 2, 15, 8], "texture": "#0"},
|
||||
"down": {"uv": [2, 2, 8, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 12], "texture": "#5"},
|
||||
"east": {"uv": [0, 13, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 10], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 5], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "block/brown_wool",
|
||||
"3": "block/redstone_lamp",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 13], "texture": "#5"},
|
||||
"east": {"uv": [0, 12, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 11], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 6], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "block/brown_wool",
|
||||
"3": "block/redstone_lamp_on",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 13], "texture": "#5"},
|
||||
"east": {"uv": [0, 12, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 11], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 6], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/iron_block",
|
||||
"2": "block/brown_wool",
|
||||
"3": "block/redstone_lamp",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 0, 5],
|
||||
"to": [11, 1, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"south": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"west": {"uv": [9, 15, 15, 16], "texture": "#0"},
|
||||
"up": {"uv": [9, 2, 15, 8], "texture": "#0"},
|
||||
"down": {"uv": [2, 2, 8, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 12], "texture": "#5"},
|
||||
"east": {"uv": [0, 13, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 10], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 5], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/iron_block",
|
||||
"2": "block/brown_wool",
|
||||
"3": "block/redstone_lamp_on",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 0, 5],
|
||||
"to": [11, 1, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"south": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"west": {"uv": [9, 15, 15, 16], "texture": "#0"},
|
||||
"up": {"uv": [9, 2, 15, 8], "texture": "#0"},
|
||||
"down": {"uv": [2, 2, 8, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 12], "texture": "#5"},
|
||||
"east": {"uv": [0, 13, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 10], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 5], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "block/gray_concrete",
|
||||
"3": "decorative:block/ceilingfannormal",
|
||||
"5": "block/black_wool",
|
||||
"particle": "decorative:block/ceilingfannormal"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [7, 6, 7],
|
||||
"to": [9, 16, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 2, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 2, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 2, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 4, 7],
|
||||
"to": [9, 6, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 2], "texture": "#5"},
|
||||
"east": {"uv": [0, 0, 2, 2], "texture": "#5"},
|
||||
"south": {"uv": [0, 0, 2, 2], "texture": "#5"},
|
||||
"west": {"uv": [0, 0, 2, 2], "texture": "#5"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3, 5, 7],
|
||||
"to": [7, 6, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 4], "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 4, 4], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 4, 4], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 4, 4], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 5, 7],
|
||||
"to": [19, 6, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 4], "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 4, 4], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 4, 4], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 4, 4], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, -3],
|
||||
"to": [9, 6, 7],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 9],
|
||||
"to": [9, 6, 19],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [0, 1,
|
||||
{
|
||||
"name": "normal",
|
||||
"children": [2, 3, 4, 5]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,257 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"1": "decorative:block/ceilingfan",
|
||||
"2": "block/gray_concrete",
|
||||
"5": "block/black_wool",
|
||||
"particle": "decorative:block/ceilingfannormal"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [7, 6, 7],
|
||||
"to": [9, 16, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 2, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 2, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 2, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 4, 7],
|
||||
"to": [9, 6, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 2], "texture": "#5"},
|
||||
"east": {"uv": [0, 0, 2, 2], "texture": "#5"},
|
||||
"south": {"uv": [0, 0, 2, 2], "texture": "#5"},
|
||||
"west": {"uv": [0, 0, 2, 2], "texture": "#5"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3, 5, 7],
|
||||
"to": [7, 6, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [9, 5, 7],
|
||||
"to": [19, 6, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 4, 4], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 4, 4], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, -3],
|
||||
"to": [9, 6, 7],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 9],
|
||||
"to": [9, 6, 19],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 5, 1.5],
|
||||
"to": [8, 6, 11.5],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0, 16, 4], "texture": "#1"},
|
||||
"east": {"uv": [12, 0, 16, 4], "texture": "#1"},
|
||||
"south": {"uv": [12, 0, 16, 4], "texture": "#1"},
|
||||
"west": {"uv": [12, 0, 16, 4], "texture": "#1"},
|
||||
"up": {"uv": [12, 0, 16, 4], "texture": "#1"},
|
||||
"down": {"uv": [12, 0, 16, 4], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 5, 11.5],
|
||||
"to": [8, 6, 23.5],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"east": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"south": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"west": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"up": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"down": {"uv": [8, 0, 16, 4], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-4, 5, 11.5],
|
||||
"to": [6, 6, 13.5],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"east": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"south": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"west": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"up": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"down": {"uv": [8, 0, 16, 4], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8, 5, 11.5],
|
||||
"to": [18, 6, 13.5],
|
||||
"rotation": {"angle": 22.5, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"east": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"south": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"west": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"up": {"uv": [8, 0, 16, 4], "texture": "#1"},
|
||||
"down": {"uv": [8, 0, 16, 4], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 5, 5],
|
||||
"to": [5, 6, 15],
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"east": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"west": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"down": {"uv": [12, 12, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 5, 15],
|
||||
"to": [5, 6, 27],
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"east": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"west": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"down": {"uv": [12, 12, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-7, 5, 15],
|
||||
"to": [3, 6, 17],
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"east": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"west": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"down": {"uv": [12, 12, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 5, 15],
|
||||
"to": [15, 6, 17],
|
||||
"rotation": {"angle": 45, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"east": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"south": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"west": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"up": {"uv": [12, 12, 16, 16], "texture": "#1"},
|
||||
"down": {"uv": [12, 12, 16, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.5, 5, -7.5],
|
||||
"to": [8.5, 6, 2.5],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 12, 4, 16], "texture": "#1"},
|
||||
"east": {"uv": [0, 12, 4, 16], "texture": "#1"},
|
||||
"south": {"uv": [0, 12, 4, 16], "texture": "#1"},
|
||||
"west": {"uv": [0, 12, 4, 16], "texture": "#1"},
|
||||
"up": {"uv": [0, 12, 4, 16], "texture": "#1"},
|
||||
"down": {"uv": [0, 12, 4, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.5, 5, 2.5],
|
||||
"to": [8.5, 6, 14.5],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"east": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"south": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"west": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"up": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"down": {"uv": [0, 8, 4, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3.5, 5, 2.5],
|
||||
"to": [6.5, 6, 4.5],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"east": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"south": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"west": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"up": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"down": {"uv": [0, 8, 4, 16], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.5, 5, 2.5],
|
||||
"to": [18.5, 6, 4.5],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [-3.5, 5.5, 7.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"east": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"south": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"west": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"up": {"uv": [0, 8, 4, 16], "texture": "#1"},
|
||||
"down": {"uv": [0, 8, 4, 16], "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [0, 1,
|
||||
{
|
||||
"name": "normal",
|
||||
"children": [2, 3, 4, 5]
|
||||
},
|
||||
{
|
||||
"name": "rot1",
|
||||
"children": [6, 7, 8, 9]
|
||||
},
|
||||
{
|
||||
"name": "rot2",
|
||||
"children": [10, 11, 12, 13]
|
||||
},
|
||||
{
|
||||
"name": "rot3",
|
||||
"children": [14, 15, 16, 17]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,246 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"textures": {
|
||||
"1": "block/black_concrete",
|
||||
"2": "decorative:block/red_lamp_off",
|
||||
"4": "decorative:block/green_lamp_off",
|
||||
"particle": "block/black_concrete"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [-8, 4.6, 8],
|
||||
"to": [3, 5.6, 9],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 11, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 11, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 11, 1], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 11, 1], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13.1, 4.6, 8],
|
||||
"to": [24.1, 5.6, 9],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 11, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 11, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 11, 1], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 11, 1], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 7.1, 8],
|
||||
"to": [15.53, 8.1, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 15.03, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 15.03, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 15.03, 1], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 15.03, 1], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [20, 24, 8],
|
||||
"to": [21, 32, 9],
|
||||
"rotation": {"angle": -45, "axis": "z", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 8, 1], "rotation": 270, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5, 24, 8],
|
||||
"to": [-4, 32, 9],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 1], "rotation": 270, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 4, 7],
|
||||
"to": [4, 7, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#2"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#2"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#2"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#2"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#2"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.5, 4, 7],
|
||||
"to": [9.5, 7, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#4"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#4"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#4"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#4"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#4"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 4, 7],
|
||||
"to": [15, 7, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#2"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#2"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#2"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#2"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#2"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15.5, 9, 7],
|
||||
"to": [18.5, 12, 10],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [27, 14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#4"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#4"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#4"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#4"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#4"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-2.5, 3, 7],
|
||||
"to": [0.5, 6, 10],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#4"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#4"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#4"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#4"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#4"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [22, 10, 7],
|
||||
"to": [25, 13, 10],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [30, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#2"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#2"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#2"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#2"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#2"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-8, 7.5, 7],
|
||||
"to": [-5, 10.5, 10],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [-7, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#2"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#2"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#2"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#2"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#2"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 1, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 1, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -23, 0],
|
||||
"translation": [-0.25, 1.75, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -23, 0],
|
||||
"translation": [0, 2.25, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"ground": {
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [25, -25, 0],
|
||||
"translation": [0, -1.25, 0],
|
||||
"scale": [0.32, 0.32, 0.32]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 7.5, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -0.5],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "hanginglights",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [0, 1, 2, 3, 4,
|
||||
{
|
||||
"name": "light1",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [5]
|
||||
},
|
||||
{
|
||||
"name": "light2",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [6]
|
||||
},
|
||||
{
|
||||
"name": "light1",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [7]
|
||||
},
|
||||
{
|
||||
"name": "light2",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [8]
|
||||
},
|
||||
{
|
||||
"name": "light2",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [9]
|
||||
},
|
||||
{
|
||||
"name": "light1",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [10]
|
||||
},
|
||||
{
|
||||
"name": "light1",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [11]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,246 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"textures": {
|
||||
"1": "block/black_concrete",
|
||||
"2": "decorative:block/red_lamp",
|
||||
"4": "decorative:block/green_lamp",
|
||||
"particle": "block/black_concrete"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [-8, 4.6, 8],
|
||||
"to": [3, 5.6, 9],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 11, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 11, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 11, 1], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 11, 1], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [13.1, 4.6, 8],
|
||||
"to": [24.1, 5.6, 9],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 11, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 11, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 11, 1], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 11, 1], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0.5, 7.1, 8],
|
||||
"to": [15.53, 8.1, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 15.03, 1], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 15.03, 1], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 15.03, 1], "rotation": 180, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 15.03, 1], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [20, 24, 8],
|
||||
"to": [21, 32, 9],
|
||||
"rotation": {"angle": -45, "axis": "z", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 8, 1], "rotation": 270, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-5, 24, 8],
|
||||
"to": [-4, 32, 9],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 1], "rotation": 270, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 8, 1], "rotation": 90, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 4, 7],
|
||||
"to": [4, 7, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#2"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#2"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#2"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#2"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#2"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.5, 4, 7],
|
||||
"to": [9.5, 7, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#4"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#4"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#4"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#4"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#4"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 4, 7],
|
||||
"to": [15, 7, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#2"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#2"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#2"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#2"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#2"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [15.5, 9, 7],
|
||||
"to": [18.5, 12, 10],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [27, 14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#4"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#4"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#4"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#4"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#4"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-2.5, 3, 7],
|
||||
"to": [0.5, 6, 10],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [5, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#4"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#4"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#4"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#4"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#4"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [22, 10, 7],
|
||||
"to": [25, 13, 10],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [30, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#2"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#2"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#2"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#2"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#2"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-8, 7.5, 7],
|
||||
"to": [-5, 10.5, 10],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [-7, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 9, 12, 12], "texture": "#2"},
|
||||
"east": {"uv": [11, 10, 14, 13], "texture": "#2"},
|
||||
"south": {"uv": [4, 2, 7, 5], "texture": "#2"},
|
||||
"west": {"uv": [2, 3, 5, 6], "texture": "#2"},
|
||||
"up": {"uv": [11, 11, 14, 14], "texture": "#2"},
|
||||
"down": {"uv": [7, 4, 10, 7], "texture": "#2"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 1, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 1, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -23, 0],
|
||||
"translation": [-0.25, 1.75, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -23, 0],
|
||||
"translation": [0, 2.25, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"ground": {
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [25, -25, 0],
|
||||
"translation": [0, -1.25, 0],
|
||||
"scale": [0.32, 0.32, 0.32]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 7.5, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -0.5],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "hanginglights",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [0, 1, 2, 3, 4,
|
||||
{
|
||||
"name": "light1",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [5]
|
||||
},
|
||||
{
|
||||
"name": "light2",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [6]
|
||||
},
|
||||
{
|
||||
"name": "light1",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [7]
|
||||
},
|
||||
{
|
||||
"name": "light2",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [8]
|
||||
},
|
||||
{
|
||||
"name": "light2",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [9]
|
||||
},
|
||||
{
|
||||
"name": "light1",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [10]
|
||||
},
|
||||
{
|
||||
"name": "light1",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [11]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,940 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"textures": {
|
||||
"0": "block/green_terracotta",
|
||||
"1": "block/spruce_log",
|
||||
"2": "decorative:block/leaves_spruce_color",
|
||||
"3": "block/red_wool",
|
||||
"4": "block/white_wool",
|
||||
"5": "block/lime_wool",
|
||||
"particle": "block/green_terracotta"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "stem",
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 28, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 16], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 2, 16], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 2, 16], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 2, 16], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 1, 6],
|
||||
"to": [6, 3, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 2], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 2, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 2, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 1, 6],
|
||||
"to": [12, 3, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 4, 2], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 4, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 2, 4], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 2, 4], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 1, 10],
|
||||
"to": [12, 3, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 2], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 8, 2], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 8, 2], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 8, 2], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 1, 4],
|
||||
"to": [12, 3, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 2], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 8, 2], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 2, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 8, 2], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 8, 2], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 0, 12],
|
||||
"to": [11, 2, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 2], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 6, 2], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 0, 3],
|
||||
"to": [11, 2, 4],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 2], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 6, 2], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 5],
|
||||
"to": [13, 2, 11],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 6, 2], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 6, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0, 5],
|
||||
"to": [4, 2, 11],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 6, 2], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 1, 2], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 6, 2], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 0, 4],
|
||||
"to": [12, 1, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 8, 1], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 8, 1], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 8, 1], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 8, 8], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 8, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 12.7, 0],
|
||||
"to": [10, 13.7, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 16, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 16, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 16, 4], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 16, 4], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 13, 10],
|
||||
"to": [6, 14, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 3, 3], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 3, 3], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 13, 3],
|
||||
"to": [6, 14, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 3, 3], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 3, 3], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 13, 3],
|
||||
"to": [13, 14, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 3, 3], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 3, 3], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 13, 10],
|
||||
"to": [13, 14, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 3, 3], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 3, 3], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 13, 6],
|
||||
"to": [16, 14, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 16, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 16, 4], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 16, 4], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 17.2, 1],
|
||||
"to": [10, 18.2, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 14, 4], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 14, 4], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 17, 6],
|
||||
"to": [15, 18, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 14, 4], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 14, 4], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 17, 4],
|
||||
"to": [6, 18, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 17, 4],
|
||||
"to": [12, 18, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 17, 10],
|
||||
"to": [12, 18, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 17, 10],
|
||||
"to": [6, 18, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 2, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 2, 2], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 20, 6],
|
||||
"to": [15, 21, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 14, 4], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 14, 4], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 20.2, 1],
|
||||
"to": [10, 21.2, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 14, 4], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 14, 4], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 20, 10],
|
||||
"to": [6, 21, 11],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 20, 5],
|
||||
"to": [6, 21, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 20, 10],
|
||||
"to": [11, 21, 11],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 20, 5],
|
||||
"to": [11, 21, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 22, 6],
|
||||
"to": [15, 23, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 14, 4], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 14, 4], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 22.2, 1],
|
||||
"to": [10, 23.2, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 14, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 14, 4], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 14, 4], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 22, 10],
|
||||
"to": [6, 23, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 22, 5],
|
||||
"to": [6, 23, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 22, 10],
|
||||
"to": [11, 23, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 22, 5],
|
||||
"to": [11, 23, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 24, 6],
|
||||
"to": [14, 25, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 12, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 12, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 12, 4], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 12, 4], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 24.2, 2],
|
||||
"to": [10, 25.2, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 12, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 12, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 12, 4], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 12, 4], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 24, 10],
|
||||
"to": [6, 25, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 24, 5],
|
||||
"to": [6, 25, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 24, 10],
|
||||
"to": [11, 25, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 24, 5],
|
||||
"to": [11, 25, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 26, 6],
|
||||
"to": [13, 27, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 10, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 10, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 10, 4], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 10, 4], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 26.2, 3],
|
||||
"to": [10, 27.2, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 10, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 10, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 10, 4], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 10, 4], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 26, 10],
|
||||
"to": [6, 27, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 26, 5],
|
||||
"to": [6, 27, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 26, 10],
|
||||
"to": [11, 27, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 26, 5],
|
||||
"to": [11, 27, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 1], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 1], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "needles7",
|
||||
"from": [6, 28.2, 6],
|
||||
"to": [10, 29.2, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 4, 4], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 4, 4], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "needles8",
|
||||
"from": [7, 29.2, 7],
|
||||
"to": [9, 31.2, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 2], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 2, 2], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 2, 2], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 2, 2], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 2, 2], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 2, 2], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 14.7, 0],
|
||||
"to": [10, 15.7, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 16, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 16, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 16, 4], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 16, 4], "rotation": 270, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 15, 10],
|
||||
"to": [6, 16, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 3, 3], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 3, 3], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 15, 3],
|
||||
"to": [6, 16, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 3, 3], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 3, 3], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 15, 3],
|
||||
"to": [13, 16, 6],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 3, 3], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 3, 3], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 15, 10],
|
||||
"to": [13, 16, 13],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 3, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 3, 3], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 3, 3], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 15, 6],
|
||||
"to": [16, 16, 10],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 1], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 16, 1], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 4, 1], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 16, 4], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 16, 4], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6, 0, -5],
|
||||
"to": [1, 6, 2],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 7, 6], "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 7, 6], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 7, 6], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 7, 6], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 7, 7], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 7, 7], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 0, -2],
|
||||
"to": [1.2, 6.2, -1],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 6.2], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1, 6.2], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 0.2, 6.2], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 0.2, 1], "texture": "#4"},
|
||||
"down": {"uv": [0, 0, 0.2, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6.2, 0, -2],
|
||||
"to": [-6, 6.2, -1],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 6.2], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 0.2, 6.2], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1, 6.2], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 0.2, 1], "texture": "#4"},
|
||||
"down": {"uv": [0, 0, 0.2, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-6, 6, -2],
|
||||
"to": [1, 6.2, -1],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 7], "rotation": 270, "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "rotation": 90, "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 0.2, 7], "rotation": 90, "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "rotation": 90, "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 1, 7], "rotation": 90, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3, 6, -5],
|
||||
"to": [-2, 6.22, 2],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.22, 1], "rotation": 90, "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 0.22, 7], "rotation": 90, "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 0.22, 1], "rotation": 90, "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 0.22, 7], "rotation": 270, "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 1, 7], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3, 0, 2],
|
||||
"to": [-2, 6.22, 2.2],
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 0.2, 6.22], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1, 6.22], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 0.2, 6.22], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 0.2, 1], "rotation": 270, "texture": "#4"},
|
||||
"down": {"uv": [0, 0, 0.2, 1], "rotation": 90, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [-3, 0, -5.2],
|
||||
"to": [-2, 6.22, -5],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6.22], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 0.2, 6.22], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 0.2, 6.22], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 0.2, 1], "rotation": 270, "texture": "#4"},
|
||||
"down": {"uv": [0, 0, 0.2, 1], "rotation": 90, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [19, 0, 8],
|
||||
"to": [24, 5, 13],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [27, 8, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 5, 5], "texture": "#5"},
|
||||
"east": {"uv": [0, 0, 5, 5], "texture": "#5"},
|
||||
"south": {"uv": [0, 0, 5, 5], "texture": "#5"},
|
||||
"west": {"uv": [0, 0, 5, 5], "texture": "#5"},
|
||||
"up": {"uv": [0, 0, 5, 5], "texture": "#5"},
|
||||
"down": {"uv": [0, 0, 5, 5], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [24, 0, 10],
|
||||
"to": [24.2, 5.2, 11],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [27, 8, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 5.2], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1, 5.2], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 0.2, 5.2], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 0.2, 1], "texture": "#4"},
|
||||
"down": {"uv": [0, 0, 0.2, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [18.8, 0, 10],
|
||||
"to": [19, 5.2, 11],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [27, 8, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 5.2], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 0.2, 5.2], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1, 5.2], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 0.2, 1], "texture": "#4"},
|
||||
"down": {"uv": [0, 0, 0.2, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [19, 5, 10],
|
||||
"to": [24, 5.2, 11],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [27, 8, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.2, 5], "rotation": 270, "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 0.2, 1], "rotation": 90, "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 0.2, 5], "rotation": 90, "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 0.2, 1], "rotation": 90, "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 1, 5], "rotation": 90, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [21, 5, 8],
|
||||
"to": [22, 5.22, 13],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [27, 8, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0.22, 1], "rotation": 90, "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 0.22, 5], "rotation": 90, "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 0.22, 1], "rotation": 90, "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 0.22, 5], "rotation": 270, "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 1, 5], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [21, 0, 13],
|
||||
"to": [22, 5.22, 13.2],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [27, 8, 11]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 0.2, 5.22], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1, 5.22], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 0.2, 5.22], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 0.2, 1], "rotation": 270, "texture": "#4"},
|
||||
"down": {"uv": [0, 0, 0.2, 1], "rotation": 90, "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [21, 0, 7.8],
|
||||
"to": [22, 5.22, 8],
|
||||
"rotation": {"angle": -22.5, "axis": "y", "origin": [27, 8, 11]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 5.22], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 0.2, 5.22], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 0.2, 5.22], "texture": "#4"},
|
||||
"up": {"uv": [0, 0, 0.2, 1], "rotation": 270, "texture": "#4"},
|
||||
"down": {"uv": [0, 0, 0.2, 1], "rotation": 90, "texture": "#4"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [-1.25, 0.25, -0.75],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [-0.75, 0, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 1.25, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [15.5, -15, 0],
|
||||
"translation": [-1.25, -3.25, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 9, 0]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, -180, 0],
|
||||
"translation": [0, -3.25, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
},
|
||||
"groups": [0,
|
||||
{
|
||||
"name": "pot",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [1, 2, 3, 4, 5, 6, 7, 8, 9]
|
||||
},
|
||||
{
|
||||
"name": "needles1",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [10, 11, 12, 13, 14, 15]
|
||||
},
|
||||
{
|
||||
"name": "needles2",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [16, 17, 18, 19, 20, 21]
|
||||
},
|
||||
{
|
||||
"name": "needles3",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [22, 23, 24, 25, 26, 27]
|
||||
},
|
||||
{
|
||||
"name": "needles4",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [28, 29, 30, 31, 32, 33]
|
||||
},
|
||||
{
|
||||
"name": "needles5",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [34, 35, 36, 37, 38, 39]
|
||||
},
|
||||
{
|
||||
"name": "needles6",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [40, 41, 42, 43, 44, 45]
|
||||
}, 46, 47,
|
||||
{
|
||||
"name": "needles9",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [48, 49, 50, 51, 52, 53]
|
||||
},
|
||||
{
|
||||
"name": "present",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [54, 55, 56, 57, 58, 59, 60]
|
||||
},
|
||||
{
|
||||
"name": "present",
|
||||
"origin": [8, 8, 8],
|
||||
"children": [61, 62, 63, 64, 65, 66, 67]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "block/cyan_wool",
|
||||
"3": "block/redstone_lamp",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 13], "texture": "#5"},
|
||||
"east": {"uv": [0, 12, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 11], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 6], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "block/cyan_wool",
|
||||
"3": "block/redstone_lamp_on",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 13], "texture": "#5"},
|
||||
"east": {"uv": [0, 12, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 11], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 6], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/iron_block",
|
||||
"2": "block/cyan_wool",
|
||||
"3": "block/redstone_lamp",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 0, 5],
|
||||
"to": [11, 1, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"south": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"west": {"uv": [9, 15, 15, 16], "texture": "#0"},
|
||||
"up": {"uv": [9, 2, 15, 8], "texture": "#0"},
|
||||
"down": {"uv": [2, 2, 8, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 12], "texture": "#5"},
|
||||
"east": {"uv": [0, 13, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 10], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 5], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,159 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"0": "block/iron_block",
|
||||
"2": "block/cyan_wool",
|
||||
"3": "block/redstone_lamp_on",
|
||||
"4": "block/gray_concrete",
|
||||
"5": "block/spruce_log",
|
||||
"particle": "block/iron_block"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 0, 5],
|
||||
"to": [11, 1, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 6, 1], "texture": "#0"},
|
||||
"south": {"uv": [5, 0, 11, 1], "texture": "#0"},
|
||||
"west": {"uv": [9, 15, 15, 16], "texture": "#0"},
|
||||
"up": {"uv": [9, 2, 15, 8], "texture": "#0"},
|
||||
"down": {"uv": [2, 2, 8, 8], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 1, 7],
|
||||
"to": [9, 4, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 9, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 9, 10, 12], "texture": "#5"},
|
||||
"east": {"uv": [0, 13, 2, 16], "texture": "#5"},
|
||||
"south": {"uv": [5, 7, 7, 10], "texture": "#5"},
|
||||
"west": {"uv": [13, 2, 15, 5], "texture": "#5"},
|
||||
"up": {"uv": [13, 13, 15, 15], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7, 5, 7],
|
||||
"to": [9, 7, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [16, 13, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"east": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"south": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"west": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"up": {"uv": [7, 7, 9, 9], "texture": "#3"},
|
||||
"down": {"uv": [7, 7, 9, 9], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.25, 4, 7.25],
|
||||
"to": [8.75, 5, 8.75],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"east": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 1.5, 1], "texture": "#4"},
|
||||
"west": {"uv": [0, 0, 1.5, 1], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4.75, 4.25, 7.75],
|
||||
"to": [7.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [14, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [8.75, 4.25, 7.75],
|
||||
"to": [11.25, 4.75, 8.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [18, 12, 15]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"south": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 8.75],
|
||||
"to": [8.25, 4.75, 11.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, 2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.75, 4.25, 4.75],
|
||||
"to": [8.25, 4.75, 7.25],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 12, -2]},
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 2.5, 0.5], "texture": "#3"},
|
||||
"up": {"uv": [0, 0, 2.5, 0.5], "rotation": 270, "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2.5, 0.5], "rotation": 90, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 5],
|
||||
"to": [5, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 4, 5],
|
||||
"to": [12, 10, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 12, 12]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 11],
|
||||
"to": [11, 10, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 4, 4],
|
||||
"to": [11, 10, 5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [12, 12, -3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 6, 6], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 6], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 1, 6], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user