updated models, addted to todo.md

This commit is contained in:
Mohammad-Ali Minaie
2018-08-21 17:41:18 -04:00
parent 132cb98443
commit 3e98f3998c
11 changed files with 31 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
# To-Dos # To-Dos
## Bugs ## Bugs
- [ ] Slotted Tongs loses slotted Item after shutting down the client
- [ ] Unable to place Vanilla Iron Nuggets on Forge #42 - [ ] Unable to place Vanilla Iron Nuggets on Forge #42
- [ ] JEI not showing full crafting recipe for Tools #38 - [ ] JEI not showing full crafting recipe for Tools #38

View File

@@ -56,17 +56,18 @@ public class SlottedTongs extends Item implements IPickup, AnvilHandler{
if (stack.getItem() instanceof SlottedTongs) { if (stack.getItem() instanceof SlottedTongs) {
//System.out.println(slotStack.getTagCompound()); //System.out.println(slotStack.getTagCompound());
if (slotStack.getItem() instanceof ItemNBTCrucible){ if (slotStack.getItem() instanceof ItemNBTCrucible){
//System.out.println(item.getSlotList().get(0).getSubCompound("BlockEntityTag").getInteger("hot"));
//Render Empty Crucible //Render Empty Crucible
if(item.getSlotList().get(0).getSubCompound("BlockEntityTag").getInteger("hot") == 0){ if(item.getSlotList().get(0).getSubCompound("BlockEntityTag").getInteger("hot") == 0){
return 0.011f; return 0.0f;
} }
//Render Level 1 //Render Level 1
if(item.getSlotList().get(0).getSubCompound("BlockEntityTag").getInteger("hot") == 1){ if(item.getSlotList().get(0).getSubCompound("BlockEntityTag").getInteger("hot") == 1){
return 0.012f; return 0.011f;
} }
//Render Level 2 //Render Level 2
if(item.getSlotList().get(0).getSubCompound("BlockEntityTag").getInteger("hot") == 2){ if(item.getSlotList().get(0).getSubCompound("BlockEntityTag").getInteger("hot") == 2){
return 0.013f; return 0.012f;
} }
//Render Level 3 //Render Level 3
if(item.getSlotList().get(0).getSubCompound("BlockEntityTag").getInteger("hot") == 3){ if(item.getSlotList().get(0).getSubCompound("BlockEntityTag").getInteger("hot") == 3){

View File

@@ -13,7 +13,7 @@
"textures": { "textures": {
"particle": "forgecraft:blocks/stone_slab", "particle": "forgecraft:blocks/stone_slab",
"texture": "forgecraft:blocks/stone_slab", "texture": "forgecraft:blocks/stone_slab",
"texture1": "blocks/sand" "texture1": "forgecraft:blocks/dirty_sand"
}, },
"model": "forgecraft:castingcrucible1" "model": "forgecraft:castingcrucible1"
}, },
@@ -21,7 +21,7 @@
"textures": { "textures": {
"particle": "forgecraft:blocks/stone_slab", "particle": "forgecraft:blocks/stone_slab",
"texture": "forgecraft:blocks/stone_slab", "texture": "forgecraft:blocks/stone_slab",
"texture1": "blocks/sand" "texture1": "forgecraft:blocks/dirty_sand"
}, },
"model": "forgecraft:castingcrucible2" "model": "forgecraft:castingcrucible2"
}, },
@@ -29,7 +29,7 @@
"textures": { "textures": {
"particle": "forgecraft:blocks/stone_slab", "particle": "forgecraft:blocks/stone_slab",
"texture": "forgecraft:blocks/stone_slab", "texture": "forgecraft:blocks/stone_slab",
"texture1": "blocks/sand" "texture1": "forgecraft:blocks/dirty_sand"
}, },
"model": "forgecraft:castingcrucible3" "model": "forgecraft:castingcrucible3"
}, },
@@ -37,7 +37,7 @@
"textures": { "textures": {
"particle": "forgecraft:blocks/stone_slab", "particle": "forgecraft:blocks/stone_slab",
"texture": "forgecraft:blocks/stone_slab", "texture": "forgecraft:blocks/stone_slab",
"texture1": "blocks/sand" "texture1": "forgecraft:blocks/dirty_sand"
}, },
"model": "forgecraft:castingcrucible4" "model": "forgecraft:castingcrucible4"
}, },
@@ -45,7 +45,7 @@
"textures": { "textures": {
"particle": "forgecraft:blocks/stone_slab", "particle": "forgecraft:blocks/stone_slab",
"texture": "forgecraft:blocks/stone_slab", "texture": "forgecraft:blocks/stone_slab",
"texture1": "blocks/sand" "texture1": "forgecraft:blocks/dirty_sand"
}, },
"model": "forgecraft:castingcrucible5" "model": "forgecraft:castingcrucible5"
}, },
@@ -53,9 +53,9 @@
"textures": { "textures": {
"particle": "forgecraft:blocks/stone_slab_hot", "particle": "forgecraft:blocks/stone_slab_hot",
"texture": "forgecraft:blocks/stone_slab_hot", "texture": "forgecraft:blocks/stone_slab_hot",
"texture1": "forgecraft:items/hot_bronze" "texture1": "forgecraft:blocks/crucible_cooked"
}, },
"model": "forgecraft:castingcrucible" "model": "forgecraft:castingcrucible4"
}, },
"7": { "7": {
"textures": { "textures": {
@@ -127,7 +127,7 @@
"texture": "forgecraft:blocks/stone_slab_hot", "texture": "forgecraft:blocks/stone_slab_hot",
"texture1": "forgecraft:items/hot_bronze" "texture1": "forgecraft:items/hot_bronze"
}, },
"model": "forgecraft:castingcrucible" "model": "forgecraft:castingcrucible4"
} }
} }
} }

View File

@@ -7,7 +7,14 @@
}, },
"overrides": [ "overrides": [
{"predicate": {"type": 0.0},"model": "forgecraft:item/slottedtongs/slottedtongs_0"}, {"predicate": {"type": 0.0},"model": "forgecraft:item/slottedtongs/slottedtongs_0"},
{"predicate": {"type": 0.025},"model": "forgecraft:item/slottedtongs/slottedtongs_015"}, {"predicate": {"type": 0.011},"model": "forgecraft:item/slottedtongs/slottedtongs_011"},
{"predicate": {"type": 0.012},"model": "forgecraft:item/slottedtongs/slottedtongs_012"},
{"predicate": {"type": 0.013},"model": "forgecraft:item/slottedtongs/slottedtongs_013"},
{"predicate": {"type": 0.014},"model": "forgecraft:item/slottedtongs/slottedtongs_014"},
{"predicate": {"type": 0.015},"model": "forgecraft:item/slottedtongs/slottedtongs_015"},
{"predicate": {"type": 0.016},"model": "forgecraft:item/slottedtongs/slottedtongs_016"},
{"predicate": {"type": 0.017},"model": "forgecraft:item/slottedtongs/slottedtongs_017"},
{"predicate": {"type": 0.025},"model": "forgecraft:item/slottedtongs/slottedtongs_025"},
{"predicate": {"type": 0.02},"model": "forgecraft:item/slottedtongs/slottedtongs_2"}, {"predicate": {"type": 0.02},"model": "forgecraft:item/slottedtongs/slottedtongs_2"},
{"predicate": {"type": 0.03},"model": "forgecraft:item/slottedtongs/slottedtongs_3"}, {"predicate": {"type": 0.03},"model": "forgecraft:item/slottedtongs/slottedtongs_3"},
{"predicate": {"type": 0.04},"model": "forgecraft:item/slottedtongs/slottedtongs_4"}, {"predicate": {"type": 0.04},"model": "forgecraft:item/slottedtongs/slottedtongs_4"},

View File

@@ -222,12 +222,12 @@
}, },
{ {
"__comment": "Cube25", "__comment": "Cube25",
"from": [ 5.5, -1.5, -2.5 ], "from": [ 6, -1.5, -2 ],
"to": [ 10.5, -0.5, 2.5 ], "to": [ 10, -1.499, 2 ],
"shade": false, "shade": false,
"faces": { "faces": {
"down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" }, "down": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
"up": { "uv": [ 5.5, 0.5, 10.5, 5.5 ], "texture": "#texture3" }, "up": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
"north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" }, "north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
"south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" }, "south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
"west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" }, "west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" },

View File

@@ -222,12 +222,12 @@
}, },
{ {
"__comment": "Cube25", "__comment": "Cube25",
"from": [ 5.5, -0.5, -2.5 ], "from": [ 6, -0.5, -2 ],
"to": [ 10.5, 0.5, 2.5 ], "to": [ 10, -0.499, 2 ],
"shade": false, "shade": false,
"faces": { "faces": {
"down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" }, "down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" },
"up": { "uv": [ 5.5, 0.5, 10.5, 5.5 ], "texture": "#texture3" }, "up": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
"north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" }, "north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
"south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" }, "south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
"west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" }, "west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" },

View File

@@ -227,7 +227,7 @@
"shade": false, "shade": false,
"faces": { "faces": {
"down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" }, "down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" },
"up": { "uv": [ 5.5, 0.5, 10.5, 5.5 ], "texture": "#texture3" }, "up": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
"north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" }, "north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
"south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" }, "south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
"west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" }, "west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" },

View File

@@ -227,7 +227,7 @@
"shade": false, "shade": false,
"faces": { "faces": {
"down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" }, "down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" },
"up": { "uv": [ 5.5, 0.5, 10.5, 5.5 ], "texture": "#texture3" }, "up": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
"north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" }, "north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
"south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" }, "south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
"west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" }, "west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" },

View File

@@ -227,7 +227,7 @@
"shade": false, "shade": false,
"faces": { "faces": {
"down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" }, "down": { "uv": [ 5.5, 9.5, 10.5, 14.5 ], "texture": "#texture3" },
"up": { "uv": [ 5.5, 0.5, 10.5, 5.5 ], "texture": "#texture3" }, "up": { "uv": [ 5.5, 5.5, 10.5, 10.5 ], "texture": "#texture3" },
"north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" }, "north": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
"south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" }, "south": { "uv": [ 5.5, 12, 10.5, 13 ], "texture": "#texture3" },
"west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" }, "west": { "uv": [ 0.5, 12, 5.5, 13 ], "texture": "#texture3" },

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B