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,13 @@
{
"variants": {
"axis=x": {
"model": "customportalapi:block/custom_portal_block_ns"
},
"axis=z": {
"model": "customportalapi:block/custom_portal_block_ew"
},
"axis=y": {
"model": "customportalapi:block/custom_portal_block_flat"
}
}
}

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
}
}
}
]
}

View File

@@ -0,0 +1,12 @@
{
"textures": [
"minecraft:generic_0",
"minecraft:generic_1",
"minecraft:generic_2",
"minecraft:generic_3",
"minecraft:generic_4",
"minecraft:generic_5",
"minecraft:generic_6",
"minecraft:generic_7"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -0,0 +1,3 @@
{
"animation": {}
}