add JEI for Crucibles, adding JEI for anvil

This commit is contained in:
Mohammad-Ali Minaie
2018-09-16 21:37:20 -04:00
parent ec1d66e3d7
commit 4e353b9f3c
11 changed files with 72 additions and 61 deletions

View File

@@ -125,4 +125,6 @@ item.leatherhelmet.name=Hardened Leather Helmet
forgecraft.config.title=ForgeCraft Config
forgecraft.compatibility=Compatibility
forgecraft.compatibility.tooltip=Compatibility Features
forgecraft.compatibility.tooltip=Compatibility Features
jei.category.forgecraft.crucible=Crucible Crafting

View File

@@ -1,10 +1,10 @@
{
"__comment": "Designed by Kitsushadow with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "forgecraft:blocks/stone_slab",
"texture": "forgecraft:blocks/stone_slab"
"particle": "blocks/stone_slab",
"texture": "blocks/stone_slab"
},
"elements": [
"elements": [
{
"__comment": "Cube1",
"from": [ 5, 0, 5 ],
@@ -125,19 +125,28 @@
],
"display": {
"thirdperson_righthand": {
"translation": [ 0.1, 1.1, -2.35 ]
"rotation": [ 45, 0, 0 ],
"translation": [ 0.9, 2.75, -0.2 ]
},
"thirdperson_lefthand": {
"rotation": [ 45, 0, 0 ],
"translation": [ 0.9, 2.75, -0.2 ]
},
"firstperson_righthand": {
"translation": [ 0, 4, 0 ]
},
"gui": {
"firstperson_lefthand": {
"translation": [ 0, 4, 0 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 5, 0 ],
"scale": [ 1.3, 1.3, 1.3 ]
},
"ground": {
"translation": [ 0, 4, 0 ]
},
"fixed": {
"rotation": [ 45, 45, 0 ],
"translation": [ 0, 4, 0 ]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB