Readded the Alchemy Table

Finished adding the Alchemy Table with JEI compatability. Also added recipes for the ARC block and the Alchemy Table.
This commit is contained in:
WayofTime 2020-10-31 13:42:28 -04:00
parent 37c5e807b0
commit bf6250272c
41 changed files with 1915 additions and 29 deletions

View file

@ -0,0 +1,31 @@
{
"variants": {
"direction=north,invisible=false": {
"model": "bloodmagic:block/alchemytable",
"y": 90
},
"direction=south,invisible=false": {
"model": "bloodmagic:block/alchemytable",
"y": 270
},
"direction=east,invisible=false": {
"model": "bloodmagic:block/alchemytable",
"y": 180
},
"direction=west,invisible=false": {
"model": "bloodmagic:block/alchemytable"
},
"direction=north,invisible=true": {
"model": "bloodmagic:block/alchemytable_invis"
},
"direction=south,invisible=true": {
"model": "bloodmagic:block/alchemytable_invis"
},
"direction=east,invisible=true": {
"model": "bloodmagic:block/alchemytable_invis"
},
"direction=west,invisible=true": {
"model": "bloodmagic:block/alchemytable_invis"
}
}
}

View file

@ -0,0 +1,10 @@
{
"parent": "block/block",
"loader": "forge:obj",
"flip-v": true,
"model": "bloodmagic:models/block/modelalchemytable.obj",
"textures": {
"default": "bloodmagic:models/alchemytable",
"particle": "#default"
}
}

View file

@ -0,0 +1,5 @@
{
"textures": {
"particle": "bloodmagic:models/alchemytable"
}
}

View file

@ -1,6 +1,6 @@
# Blender v2.76 (sub 0) OBJ File: ''
# www.blender.org
mtllib ModelAlchemyTable.mtl
mtllib modelalchemytable.mtl
o Decanter1
v -0.125000 0.837500 0.718750
v -0.306111 0.837500 0.767279

View file

@ -0,0 +1,3 @@
{
}

View file

@ -0,0 +1,10 @@
{
"parent": "bloodmagic:block/alchemytable",
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ -2.5, -1, 0 ],
"scale":[ 0.4, 0.4, 0.4 ]
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After