Initial commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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 |
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"animation": {}
|
||||
}
|
||||
Reference in New Issue
Block a user