updates to rendering and models, need more

This commit is contained in:
Mohammad-Ali Minaie
2018-09-04 22:07:45 -04:00
parent 7828c9b110
commit e7abf79946
15 changed files with 81 additions and 21 deletions

View File

@@ -14,8 +14,8 @@
{"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.025},"model": "forgecraft:item/slottedtongs/slottedtongs_025"},
{"predicate": {"type": 0.03},"model": "forgecraft:item/slottedtongs/slottedtongs_3"},
{"predicate": {"type": 0.04},"model": "forgecraft:item/slottedtongs/slottedtongs_4"},
{"predicate": {"type": 0.05},"model": "forgecraft:item/slottedtongs/slottedtongs_5"},

View File

@@ -0,0 +1,10 @@
{
"parent": "forgecraft:item/slottedtongs_crucible2",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/stone_slab",
"texture3": "forgecraft:blocks/dirty_sand"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "forgecraft:item/slottedtongs_crucible3",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/stone_slab",
"texture3": "forgecraft:blocks/dirty_sand"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "forgecraft:item/slottedtongs_crucible4",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/stone_slab",
"texture3": "forgecraft:blocks/dirty_sand"
}
}

View File

@@ -1,12 +1,10 @@
{
"parent": "forgecraft:item/stonetongs_hotbronze",
"parent": "forgecraft:item/slottedtongs_crucible5",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/stone_slab_hot",
"texture3": "forgecraft:items/hot_bronze"
"texture2": "forgecraft:blocks/stone_slab",
"texture3": "forgecraft:blocks/dirty_sand"
}
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "forgecraft:item/slottedtongs_crucible3",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/stone_slab",
"texture3": "forgecraft:blocks/dirty_sand_cooked"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "forgecraft:item/slottedtongs_crucible3",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/stone_slab",
"texture3": "forgecraft:blocks/dirty_sand_burnt"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "forgecraft:item/slottedtongs_crucible4",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "blocks/stone_slab",
"texture2": "blocks/stone_slab_hot",
"texture3": "blocks/molten_crucible"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

View File

@@ -2,7 +2,7 @@
"modid": "forgecraft",
"name": "Kitsu's Forgecraft",
"description": "Forged with sweat and blood",
"version": "1.4.11",
"version": "1.5.0",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",