updates to rendering and models, need more
This commit is contained in:
@@ -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"},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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 |
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user