tools range upgrades from 1-5 longbow fixed, reduced forge light level, forge really cools down now, chunks dont read upgrades, casting form works, anvil can cool down items stored in its inventory,

This commit is contained in:
Mohammad-Ali Minaie
2018-09-30 14:30:47 -04:00
parent c765542d6a
commit 2faa718deb
2463 changed files with 15182 additions and 7698 deletions

View File

@@ -110,18 +110,28 @@ item.steelshovel.name=Steel Shovel
item.steelhoe.name=Steel Hoe
#item.steelsword.name=Steel Sword
item.wootzpickaxehead.name=Damascus Steel Pickaxe Head
item.wootzaxehead.name=Damascus Steel Axe Head
item.wootzshovelhead.name=Damascus Steel Shovel Head
item.wootzhoehead.name=Damascus Steel Hoe Head
item.wootzpickaxe.name=Damascus Steel Pickaxe
item.wootzaxe.name=Damascus Steel Axe
item.wootzshovel.name=Damascus Steel Shovel
item.wootzhoe.name=Damascus Steel Hoe
item.wootzpickaxehead.name=Damascus Pickaxe Head
item.wootzaxehead.name=Damascus Axe Head
item.wootzshovelhead.name=Damascus Shovel Head
item.wootzhoehead.name=Damascus Hoe Head
item.wootzpickaxe.name=Damascus Pickaxe
item.wootzaxe.name=Damascus Axe
item.wootzshovel.name=Damascus Shovel
item.wootzhoe.name=Damascus Hoe
item.wootzgladius.name=Damascus Gladius
item.wootzlongsword.name=Damascus Longsword
item.wootzslayer.name=Damascus Slayer
item.copperpickaxehead.name=Copper Pickaxe Head
item.copperaxehead.name=Copper Axe Head
item.coppershovelhead.name=Copper Shovel Head
item.copperhoehead.name=Copper Hoe Head
item.copperpickaxe.name=Copper Pickaxe
item.copperaxe.name=Copper Axe
item.coppershovel.name=Copper Shovel
item.copperhoe.name=Copper Hoe
item.coppergladius.name=Copper Gladius
item.leatherhelmet.name=Hardened Leather Helmet
# -- configuration -- #

View File

@@ -0,0 +1,28 @@
#! /bin/bash
values=(
0
0.0001
0.001
0.01
0.1
1
)
IFS= read -r -p "Enter Material: " mat
IFS= read -r -p "Enter Tool: " tool
for i in ${values[@]}; do
touch ${mat}${tool}"_"${i}".json"
cat >${mat}${tool}_${i}.json <<EOL
{
"parent": "forgecraft:item/${tool}",
"textures": {
"particle": "forgecraft:items/${mat}/${i}",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/${mat}/${i}"
}
}
EOL
done
exit 0

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/bronze/0.0001",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/bronze/0.0001"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/bronze/0.001",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/bronze/0.001"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/bronze/0.01",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/bronze/0.01"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/bronze/0.1",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/bronze/0.1"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/raw_bronze",
"particle": "forgecraft:items/bronze/0",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/finished_bronze"
"texture1": "forgecraft:items/bronze/0"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/raw_bronze",
"particle": "forgecraft:items/bronze/1",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/finished_bronze_emerald"
"texture1": "forgecraft:items/bronze/1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/raw_bronze",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/finished_bronze_diamond"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/raw_bronze",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/finished_bronze_redstone"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/raw_bronze",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/finished_bronze_lapis"
}
}

View File

@@ -0,0 +1,49 @@
#! /bin/bash
values=(
0
0.0001
0.0002
0.0003
0.001
0.0011
0.0012
0.002
0.0021
0.003
0.01
0.0101
0.0102
0.011
0.0111
0.012
0.02
0.0201
0.021
0.03
0.1
0.101
0.102
0.11
0.111
0.12
1
)
IFS= read -r -p "Enter Material: " mat
IFS= read -r -p "Enter Tool: " tool
for i in ${values[@]}; do
touch ${mat}${tool}"_"${i}".json"
cat >${mat}${tool}_${i}.json <<EOL
{
"parent": "forgecraft:item/${tool}",
"textures": {
"particle": "forgecraft:items/${mat}/${i}",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/${mat}/${i}"
}
}
EOL
done
exit 0

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.0001",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.0001"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.0002",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.0002"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.0003",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.0003"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.001",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.001"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.0011",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.0011"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.0012",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.0012"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.002",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.002"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.0021",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.0021"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.003",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.003"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.01",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.01"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.0101",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.0101"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.0102",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.0102"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.011",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.011"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.0111",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.0111"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.012",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.012"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.02",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.02"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.0201",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.0201"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.021",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.021"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.03",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.03"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.1",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.1"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.101",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.101"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.102",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.102"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.11",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.11"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.111",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.111"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0.12",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0.12"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/0",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/0"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron/1",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron/1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot_hot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_hot"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_redstone1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_redstone2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_redstone3"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_lapis1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_lapis2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_lapis3"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_diamond1_redstone1_lapis1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_diamond2_redstone1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_diamond1_redstone2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_redstone1_lapis2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot_emerald1",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_emerald1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_redstone2_lapis1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_diamond1_lapis2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_emerald1_diamond1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_emerald1_diamond2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_emerald1_diamond1_redstone1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_emerald1_redstone2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_diamond1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_diamond2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/clean_iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/clean_iron_ingot_diamond3"
}
}

View File

@@ -0,0 +1,28 @@
#! /bin/bash
values=(
0
0.0001
0.001
0.01
0.1
1
)
IFS= read -r -p "Enter Material: " mat
IFS= read -r -p "Enter Tool: " tool
for i in ${values[@]}; do
touch ${mat}${tool}"_"${i}".json"
cat >${mat}${tool}_${i}.json <<EOL
{
"parent": "forgecraft:item/${tool}",
"textures": {
"particle": "forgecraft:items/${mat}/${i}",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/${mat}/${i}"
}
}
EOL
done
exit 0

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/copper/0.0001",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/copper/0.0001"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/copper/0.001",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/copper/0.001"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/copper/0.01",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/copper/0.01"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/copper/0.1",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/copper/0.1"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/raw_bronze",
"particle": "forgecraft:items/copper/0",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/finished_bronze"
"texture1": "forgecraft:items/copper/0"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/raw_bronze",
"particle": "forgecraft:items/copper/1",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/finished_bronze_emerald"
"texture1": "forgecraft:items/copper/1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/raw_bronze",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/finished_bronze_diamond"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/raw_bronze",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/finished_bronze_redstone"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/raw_bronze",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/finished_bronze_lapis"
}
}

View File

@@ -0,0 +1,36 @@
#! /bin/bash
values=(
0
0.0001
0.0002
0.001
0.0011
0.002
0.01
0.0101
0.011
0.02
0.1
0.101
0.11
1
)
IFS= read -r -p "Enter Material: " mat
IFS= read -r -p "Enter Tool: " tool
for i in ${values[@]}; do
touch ${mat}${tool}"_"${i}".json"
cat >${mat}${tool}_${i}.json <<EOL
{
"parent": "forgecraft:item/${tool}",
"textures": {
"particle": "forgecraft:items/${mat}/${i}",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/${mat}/${i}"
}
}
EOL
done
exit 0

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.0001",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.0001"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.0002",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.0002"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.001",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.001"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.0011",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.0011"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.002",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.002"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.01",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.01"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.0101",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.0101"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.011",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.011"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.02",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.02"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.1",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.1"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.101",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.101"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron/0.11",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron/0.11"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"particle": "forgecraft:items/iron/0",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot"
"texture1": "forgecraft:items/iron/0"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot_hot",
"particle": "forgecraft:items/iron/1",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_hot"
"texture1": "forgecraft:items/iron/1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_redstone1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_redstone2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_redstone3"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_lapis1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_lapis2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_lapis3"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_diamond1_redstone1_lapis1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_diamond2_redstone1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_diamond1_redstone2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_redstone1_lapis2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot_emerald1",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_emerald1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_redstone2_lapis1"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_diamond1_lapis2"
}
}

View File

@@ -1,8 +0,0 @@
{
"parent": "forgecraft:item/axe",
"textures": {
"particle": "forgecraft:items/iron_ingot",
"texture": "blocks/planks_oak",
"texture1": "forgecraft:items/iron_ingot_emerald1_diamond1"
}
}

Some files were not shown because too many files have changed in this diff Show More