Initial commit

This commit is contained in:
2024-11-28 17:00:03 +00:00
commit c0bd808561
11697 changed files with 631986 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
"textures": {
"particle": "customportalapi:block/custom_portal_block",
"portal": "customportalapi:block/custom_portal_block"
},
"elements": [
{
"from": [
6,
0,
0
],
"to": [
10,
16,
16
],
"faces": {
"east": {
"uv": [
0,
0,
16,
16
],
"texture": "#portal",
"tintindex": 4
},
"west": {
"uv": [
0,
0,
16,
16
],
"texture": "#portal",
"tintindex": 4
}
}
}
]
}

View File

@@ -0,0 +1,24 @@
{
"textures": {
"particle": "customportalapi:block/custom_portal_block",
"portal": "customportalapi:block/custom_portal_block"
},
"elements": [
{
"from": [ 0, 6, 0 ],
"to": [ 16, 10, 16 ],
"faces": {
"up": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#portal",
"tintindex": 4
},
"down": {
"uv": [ 0, 0, 16, 16 ],
"texture": "#portal",
"tintindex": 4
}
}
}
]
}

View File

@@ -0,0 +1,42 @@
{
"textures": {
"particle": "customportalapi:block/custom_portal_block",
"portal": "customportalapi:block/custom_portal_block"
},
"elements": [
{
"from": [
0,
0,
6
],
"to": [
16,
16,
10
],
"faces": {
"north": {
"uv": [
0,
0,
16,
16
],
"texture": "#portal",
"tintindex": 4
},
"south": {
"uv": [
0,
0,
16,
16
],
"texture": "#portal",
"tintindex": 4
}
}
}
]
}