more tongs and ingot assets

This commit is contained in:
Mohammad-Ali Minaie
2018-04-30 22:01:06 -04:00
parent b7eb357f9d
commit bb7c22aac2
23 changed files with 219 additions and 1 deletions

View File

@@ -50,6 +50,38 @@ public class BaseMultiItem extends BaseItem {
return 0.01f;
}
}
if(itemStack.equals(ModItems.bronzeingotball)) {
if (!stack.getTagCompound().getBoolean("hot")) {
return 0.02f;
}
if (stack.getTagCompound().getBoolean("hot")) {
return 0.03f;
}
}
if(itemStack.equals(ModItems.ironcleaningotball)) {
if (!stack.getTagCompound().getBoolean("hot")) {
return 0.04f;
}
if (stack.getTagCompound().getBoolean("hot")) {
return 0.05f;
}
}
if(itemStack.equals(ModItems.steelingotball)) {
if (!stack.getTagCompound().getBoolean("hot")) {
return 0.06f;
}
if (stack.getTagCompound().getBoolean("hot")) {
return 0.07f;
}
}
if(itemStack.equals(ModItems.wootzingotball)) {
if (!stack.getTagCompound().getBoolean("hot")) {
return 0.08f;
}
if (stack.getTagCompound().getBoolean("hot")) {
return 0.09f;
}
}
}
}
return 0.0f;

View File

@@ -177,7 +177,6 @@ public class SlottedTongs extends Item implements IPickup, AnvilHandler{
return 0.27f;
}
if (slotItem.equals(ModItems.ironingotball)) {
System.out.println("Rendering ingot ball");
return 0.28f;
}
if (slotItem.equals(ModItems.ironcleaningotball)) {

View File

@@ -0,0 +1,11 @@
{
"parent": "forgecraft:item/ironball",
"textures": {
"particle": "forgecraft:blocks/bronze_ingot",
"texture": "forgecraft:blocks/bronze_ingot"
},
"overrides": [
{"predicate": {"type": 0.02},"model": "forgecraft:item/ingots/bronze/ingot_02"},
{"predicate": {"type": 0.03},"model": "forgecraft:item/ingots/bronze/ingot_03"}
]
}

View File

@@ -0,0 +1,7 @@
{
"parent": "forgecraft:item/ironball",
"textures": {
"particle": "forgecraft:blocks/bronze_ingot",
"texture": "forgecraft:blocks/bronze_ingot"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "forgecraft:item/ironball",
"textures": {
"particle": "forgecraft:blocks/bronze_ingot_hot",
"texture": "forgecraft:blocks/bronze_ingot_hot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_ingot_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/clean_iron_ingot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_ingot_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/steel_ingot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_ingot_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/wootz_ingot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_chunk_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:items/finished_bronze"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_chunk_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/iron_ingot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_chunk_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/clean_iron_ingot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_chunk_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/steel_ingot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_chunk_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/wootz_ingot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_ingot_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:items/finished_bronze_hot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_ingot_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/iron_ingot_hot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_ingot_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/clean_iron_ingot_hot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_ingot_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/steel_ingot_hot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_ingot_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/wootz_ingot_hot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_chunk_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:items/finished_bronze_hot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_chunk_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/iron_ingot_hot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_chunk_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/clean_iron_ingot_hot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_chunk_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/steel_ingot_hot"
}
}

View File

@@ -0,0 +1,9 @@
{
"parent": "forgecraft:item/stonetongs_chunk_default",
"textures": {
"particle": "blocks/planks_oak",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:blocks/stone_slab",
"texture2": "forgecraft:blocks/wootz_ingot_hot"
}
}