more tongs and ingot assets
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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)) {
|
||||
|
||||
@@ -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"}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/bronze_ingot",
|
||||
"texture": "forgecraft:blocks/bronze_ingot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "forgecraft:item/ironball",
|
||||
"textures": {
|
||||
"particle": "forgecraft:blocks/bronze_ingot_hot",
|
||||
"texture": "forgecraft:blocks/bronze_ingot_hot"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user