Initial Commit

This commit is contained in:
2021-04-27 18:00:20 -04:00
commit ca919dbcad
277 changed files with 5028 additions and 0 deletions
@@ -0,0 +1,144 @@
{
"multipart": [
{
"when": {
"OR": [
{
"south": "none",
"north": "none",
"west": "none",
"east": "none"
},
{
"north": "side|up",
"east": "side|up"
},
{
"south": "side|up",
"east": "side|up"
},
{
"south": "side|up",
"west": "side|up"
},
{
"north": "side|up",
"west": "side|up"
}
]
},
"apply": {
"model": "glowstonedust:block/glowstone_dust_dot"
}
},
{
"when": {
"OR": [
{
"north": "side|up"
},
{
"south": "side|up",
"north": "none",
"west": "none",
"east": "none"
}
]
},
"apply": {
"model": "glowstonedust:block/glowstone_dust_side0"
}
},
{
"when": {
"OR": [
{
"south": "side|up"
},
{
"south": "none",
"north": "side|up",
"west": "none",
"east": "none"
}
]
},
"apply": {
"model": "glowstonedust:block/glowstone_dust_side_alt0"
}
},
{
"when": {
"OR": [
{
"east": "side|up"
},
{
"south": "none",
"north": "none",
"west": "side|up",
"east": "none"
}
]
},
"apply": {
"y": 270,
"model": "glowstonedust:block/glowstone_dust_side_alt1"
}
},
{
"when": {
"OR": [
{
"west": "side|up"
},
{
"south": "none",
"north": "none",
"west": "none",
"east": "side|up"
}
]
},
"apply": {
"y": 270,
"model": "glowstonedust:block/glowstone_dust_side1"
}
},
{
"when": {
"north": "up"
},
"apply": {
"model": "glowstonedust:block/glowstone_dust_up"
}
},
{
"when": {
"east": "up"
},
"apply": {
"y": 90,
"model": "glowstonedust:block/glowstone_dust_up"
}
},
{
"when": {
"south": "up"
},
"apply": {
"y": 180,
"model": "glowstonedust:block/glowstone_dust_up"
}
},
{
"when": {
"west": "up"
},
"apply": {
"y": 270,
"model": "glowstonedust:block/glowstone_dust_up"
}
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

@@ -0,0 +1,26 @@
{
"ambientocclusion": false,
"textures": {
"particle": "glowstonedust:block/glowstone_dust_dot",
"line": "glowstonedust:block/glowstone_dust_dot",
"overlay": "glowstonedust:block/glowstone_dust_overlay"
},
"elements": [
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 16 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 },
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 16 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" },
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#overlay" }
}
}
]
}
@@ -0,0 +1,25 @@
{
"ambientocclusion": false,
"textures": {
"particle": "glowstonedust:block/glowstone_dust_dot",
"overlay": "glowstonedust:block/glowstone_dust_overlay"
},
"elements": [
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 8 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 },
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 8 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" },
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#overlay" }
}
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "glowstonedust:block/glowstone_dust_side",
"textures": {
"line": "glowstonedust:block/glowstone_dust_line0"
}
}
@@ -0,0 +1,6 @@
{
"parent": "glowstonedust:block/glowstone_dust_side",
"textures": {
"line": "glowstonedust:block/glowstone_dust_line1"
}
}
@@ -0,0 +1,25 @@
{
"ambientocclusion": false,
"textures": {
"particle": "glowstonedust:block/glowstone_dust_dot",
"overlay": "glowstonedust:block/glowstone_dust_overlay"
},
"elements": [
{ "from": [ 0, 0.25, 8 ],
"to": [ 16, 0.25, 16 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 },
"down": { "uv": [ 0, 16, 16, 8 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0.25, 8 ],
"to": [ 16, 0.25, 16 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" },
"down": { "uv": [ 0, 16, 16, 8 ], "texture": "#overlay" }
}
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "glowstonedust:block/glowstone_dust_side_alt",
"textures": {
"line": "glowstonedust:block/glowstone_dust_line0"
}
}
@@ -0,0 +1,6 @@
{
"parent": "glowstonedust:block/glowstone_dust_side_alt",
"textures": {
"line": "glowstonedust:block/glowstone_dust_line1"
}
}
@@ -0,0 +1,26 @@
{
"ambientocclusion": false,
"textures": {
"particle": "glowstonedust:block/glowstone_dust_dot",
"line": "glowstonedust:block/glowstone_dust_line0",
"overlay": "glowstonedust:block/glowstone_dust_overlay"
},
"elements": [
{ "from": [ 0, 0, 0.25 ],
"to": [ 16, 16, 0.25 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0, 0.25 ],
"to": [ 16, 16, 0.25 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#overlay" }
}
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B