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:
@@ -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 -- #
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/raw_bronze",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/finished_bronze_diamond"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/raw_bronze",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/finished_bronze_redstone"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/raw_bronze",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/finished_bronze_lapis"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/raw_bronze",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/finished_bronze_diamond"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/raw_bronze",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/finished_bronze_redstone"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/raw_bronze",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/finished_bronze_lapis"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/iron_ingot",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/iron_ingot_redstone1"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/iron_ingot",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/iron_ingot_redstone2"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/iron_ingot",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/iron_ingot_redstone3"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/iron_ingot",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/iron_ingot_lapis1"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/iron_ingot",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/iron_ingot_lapis2"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"parent": "forgecraft:item/axe",
|
||||
"textures": {
|
||||
"particle": "forgecraft:items/iron_ingot",
|
||||
"texture": "blocks/planks_oak",
|
||||
"texture1": "forgecraft:items/iron_ingot_lapis3"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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
Reference in New Issue
Block a user