Add item declarations for non-craftable MC items
* Update the `convert-nei-dump` script to avoid overwriting an `mod-version.cg` file and to only add those items which are missing
@@ -32,9 +32,6 @@ if [[ "$SOURCE_DIR" == "" || "$TARGET_DIR" == "" ]]; then
|
|||||||
die
|
die
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "schema: 1" > $DATA_FILE
|
|
||||||
echo "" >> $DATA_FILE
|
|
||||||
|
|
||||||
mkdir -p $TARGET_DIR/images
|
mkdir -p $TARGET_DIR/images
|
||||||
ls $SOURCE_DIR/itempanel_icons | while read FILE; do
|
ls $SOURCE_DIR/itempanel_icons | while read FILE; do
|
||||||
ITEM_NAME="$(echo $FILE | sed 's/.png//')"
|
ITEM_NAME="$(echo $FILE | sed 's/.png//')"
|
||||||
@@ -46,6 +43,8 @@ ls $SOURCE_DIR/itempanel_icons | while read FILE; do
|
|||||||
| tr '[A-Z]' '[a-z]' \
|
| tr '[A-Z]' '[a-z]' \
|
||||||
).png"
|
).png"
|
||||||
cp "$SOURCE_DIR/itempanel_icons/$FILE" "$TARGET_DIR/images/$TARGET_FILE"
|
cp "$SOURCE_DIR/itempanel_icons/$FILE" "$TARGET_DIR/images/$TARGET_FILE"
|
||||||
echo "item: $ITEM_NAME" >> $DATA_FILE
|
if ! grep -q "item: $ITEM_NAME$" $DATA_FILE; then
|
||||||
echo "" >> $DATA_FILE
|
echo "item: $ITEM_NAME" >> $DATA_FILE
|
||||||
|
echo "" >> $DATA_FILE
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
@@ -95,78 +95,97 @@ group: Agriculture
|
|||||||
input: Steak, Tin Can
|
input: Steak, Tin Can
|
||||||
pattern: 101 111 111
|
pattern: 101 111 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 8
|
||||||
recipe:
|
recipe:
|
||||||
input: Cooked Porkchop, Tin Can
|
input: Cooked Porkchop, Tin Can
|
||||||
pattern: 101 111 111
|
pattern: 101 111 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 8
|
||||||
recipe:
|
recipe:
|
||||||
input: Baked Potato, Tin Can
|
input: Baked Potato, Tin Can
|
||||||
pattern: .0. 111 111
|
pattern: .0. 111 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 6
|
||||||
recipe:
|
recipe:
|
||||||
input: Cooked Chicken, Tin Can
|
input: Cooked Chicken, Tin Can
|
||||||
pattern: .0. 111 111
|
pattern: .0. 111 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 6
|
||||||
recipe:
|
recipe:
|
||||||
input: Pumpkin Pie, Tin Can
|
input: Pumpkin Pie, Tin Can
|
||||||
pattern: .0. 111 111
|
pattern: .0. 111 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 6
|
||||||
recipe:
|
recipe:
|
||||||
input: Mushroom Stew, Tin Can
|
input: Mushroom Stew, Tin Can
|
||||||
pattern: .0. 111 111
|
pattern: .0. 111 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 6
|
||||||
recipe:
|
recipe:
|
||||||
input: Bread, Tin Can
|
input: Bread, Tin Can
|
||||||
pattern: ... 101 111
|
pattern: ... 101 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 5
|
||||||
recipe:
|
recipe:
|
||||||
input: Cooked Fish, Tin Can
|
input: Cooked Fish, Tin Can
|
||||||
pattern: ... 101 111
|
pattern: ... 101 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 5
|
||||||
recipe:
|
recipe:
|
||||||
input: Carrot, Tin Can
|
input: Carrot, Tin Can
|
||||||
pattern: ... .01 111
|
pattern: ... .01 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 4
|
||||||
recipe:
|
recipe:
|
||||||
input: Apple, Tin Can
|
input: Apple, Tin Can
|
||||||
pattern: ... .01 111
|
pattern: ... .01 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 4
|
||||||
recipe:
|
recipe:
|
||||||
input: Raw Beef, Tin Can
|
input: Raw Beef, Tin Can
|
||||||
pattern: ... .0. 111
|
pattern: ... .0. 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 3
|
||||||
recipe:
|
recipe:
|
||||||
input: Raw Porkchop, Tin Can
|
input: Raw Porkchop, Tin Can
|
||||||
pattern: ... .0. 111
|
pattern: ... .0. 111
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 3
|
||||||
recipe:
|
recipe:
|
||||||
input: Melon, Tin Can
|
input: Melon, Tin Can
|
||||||
pattern: ... .0. 1.1
|
pattern: ... .0. 1.1
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 2
|
||||||
recipe:
|
recipe:
|
||||||
input: Cookie, Tin Can
|
input: Cookie, Tin Can
|
||||||
pattern: ... .0. 1.1
|
pattern: ... .0. 1.1
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 2
|
||||||
recipe:
|
recipe:
|
||||||
input: Raw Chicken, Tin Can
|
input: Raw Chicken, Tin Can
|
||||||
pattern: ... .0. 1.1
|
pattern: ... .0. 1.1
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 2
|
||||||
recipe:
|
recipe:
|
||||||
input: Raw Fish, Tin Can
|
input: Raw Fish, Tin Can
|
||||||
pattern: ... .0. 1.1
|
pattern: ... .0. 1.1
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 2
|
||||||
recipe:
|
recipe:
|
||||||
input: Potato, Tin Can
|
input: Potato, Tin Can
|
||||||
pattern: ... .0. .1.
|
pattern: ... .0. .1.
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 1
|
||||||
recipe:
|
recipe:
|
||||||
input: Poisonous Potato, Tin Can
|
input: Poisonous Potato, Tin Can
|
||||||
pattern: .0. .0. .1.
|
pattern: .0. .0. .1.
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 1
|
||||||
recipe:
|
recipe:
|
||||||
input: Rotten Flesh, Tin Can
|
input: Rotten Flesh, Tin Can
|
||||||
pattern: .0. .0. .1.
|
pattern: .0. .0. .1.
|
||||||
tools: Canning Machine
|
tools: Canning Machine
|
||||||
|
quantity: 1
|
||||||
|
|
||||||
item: Grin Powder
|
item: Grin Powder
|
||||||
recipe:
|
recipe:
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 259 B |
|
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 328 B |
|
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 261 B |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 690 B After Width: | Height: | Size: 648 B |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 768 B After Width: | Height: | Size: 643 B |
|
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 245 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 166 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 250 B |
|
Before Width: | Height: | Size: 257 B |
|
Before Width: | Height: | Size: 267 B |
|
Before Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 243 B |
|
Before Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 245 B |
|
Before Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 243 B |
|
Before Width: | Height: | Size: 240 B |
|
Before Width: | Height: | Size: 235 B |
|
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 991 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 840 B After Width: | Height: | Size: 850 B |
|
Before Width: | Height: | Size: 815 B After Width: | Height: | Size: 819 B |
|
After Width: | Height: | Size: 870 B |
|
After Width: | Height: | Size: 566 B |
|
After Width: | Height: | Size: 431 B |
|
Before Width: | Height: | Size: 872 B After Width: | Height: | Size: 864 B |
|
Before Width: | Height: | Size: 856 B After Width: | Height: | Size: 871 B |
|
Before Width: | Height: | Size: 829 B After Width: | Height: | Size: 840 B |
|
Before Width: | Height: | Size: 739 B After Width: | Height: | Size: 702 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -2,6 +2,8 @@ schema: 1
|
|||||||
|
|
||||||
group: Agriculture
|
group: Agriculture
|
||||||
|
|
||||||
|
item: Apple
|
||||||
|
|
||||||
item: Baked Potato
|
item: Baked Potato
|
||||||
recipe:
|
recipe:
|
||||||
input: Potato, furnace fuel
|
input: Potato, furnace fuel
|
||||||
@@ -26,6 +28,8 @@ group: Agriculture
|
|||||||
pattern: ... 000 ...
|
pattern: ... 000 ...
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Cactus
|
||||||
|
|
||||||
item: Cake
|
item: Cake
|
||||||
recipe:
|
recipe:
|
||||||
extras: 3 Bucket
|
extras: 3 Bucket
|
||||||
@@ -33,6 +37,10 @@ group: Agriculture
|
|||||||
pattern: 111 202 333
|
pattern: 111 202 333
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Carrot
|
||||||
|
|
||||||
|
item: Cocoa Beans
|
||||||
|
|
||||||
item: Cookie
|
item: Cookie
|
||||||
recipe:
|
recipe:
|
||||||
input: Cocoa Beans, Wheat
|
input: Cocoa Beans, Wheat
|
||||||
@@ -70,6 +78,14 @@ group: Agriculture
|
|||||||
input: Bowl, Mushroom (brown), Mushroom (red)
|
input: Bowl, Mushroom (brown), Mushroom (red)
|
||||||
pattern: .2. .1. .0.
|
pattern: .2. .1. .0.
|
||||||
|
|
||||||
|
item: Nether Wart
|
||||||
|
|
||||||
|
item: Poisonous Potato
|
||||||
|
|
||||||
|
item: Potato
|
||||||
|
|
||||||
|
item: Pumpkin
|
||||||
|
|
||||||
item: Pumpkin Pie
|
item: Pumpkin Pie
|
||||||
recipe:
|
recipe:
|
||||||
input: Egg, Pumpkin, Sugar
|
input: Egg, Pumpkin, Sugar
|
||||||
@@ -81,11 +97,15 @@ group: Agriculture
|
|||||||
pattern: ... .0. ...
|
pattern: ... .0. ...
|
||||||
quantity: 4
|
quantity: 4
|
||||||
|
|
||||||
|
item: Seeds
|
||||||
|
|
||||||
item: Sugar
|
item: Sugar
|
||||||
recipe:
|
recipe:
|
||||||
input: Sugar Canes
|
input: Sugar Canes
|
||||||
pattern: ... .0. ...
|
pattern: ... .0. ...
|
||||||
|
|
||||||
|
item: Sugar Canes
|
||||||
|
|
||||||
item: Wheat
|
item: Wheat
|
||||||
gatherable: yes
|
gatherable: yes
|
||||||
recipe:
|
recipe:
|
||||||
@@ -501,6 +521,10 @@ group: Enchanting
|
|||||||
pattern: 111 000 111
|
pattern: 111 000 111
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Bottle o' Enchanting
|
||||||
|
|
||||||
|
item: Enchanted Book
|
||||||
|
|
||||||
item: Enchantment Table
|
item: Enchantment Table
|
||||||
recipe:
|
recipe:
|
||||||
input: Book, Diamond, Obsidian
|
input: Book, Diamond, Obsidian
|
||||||
@@ -534,6 +558,8 @@ group: Functional Blocks
|
|||||||
pattern: 000 0.0 000
|
pattern: 000 0.0 000
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Command Block
|
||||||
|
|
||||||
item: Crafting Table
|
item: Crafting Table
|
||||||
recipe:
|
recipe:
|
||||||
input: Oak Wood Planks
|
input: Oak Wood Planks
|
||||||
@@ -563,6 +589,14 @@ group: Functional Blocks
|
|||||||
pattern: 111 101 111
|
pattern: 111 101 111
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Ladder
|
||||||
|
recipe:
|
||||||
|
input: Stick
|
||||||
|
pattern: 0.0 000 0.0
|
||||||
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Monster Spawner
|
||||||
|
|
||||||
item: Note Block
|
item: Note Block
|
||||||
recipe:
|
recipe:
|
||||||
input: Oak Wood Planks, Redstone
|
input: Oak Wood Planks, Redstone
|
||||||
@@ -850,6 +884,8 @@ group: Glass
|
|||||||
|
|
||||||
group: Husbandry
|
group: Husbandry
|
||||||
|
|
||||||
|
item: Clownfish
|
||||||
|
|
||||||
item: Cooked Chicken
|
item: Cooked Chicken
|
||||||
recipe:
|
recipe:
|
||||||
input: Raw Chicken, furnace fuel
|
input: Raw Chicken, furnace fuel
|
||||||
@@ -874,6 +910,10 @@ group: Husbandry
|
|||||||
pattern: .0. ... .1.
|
pattern: .0. ... .1.
|
||||||
tools: Furnace
|
tools: Furnace
|
||||||
|
|
||||||
|
item: Egg
|
||||||
|
|
||||||
|
item: Feather
|
||||||
|
|
||||||
item: Hay Bale
|
item: Hay Bale
|
||||||
recipe:
|
recipe:
|
||||||
input: Wheat
|
input: Wheat
|
||||||
@@ -887,12 +927,24 @@ group: Husbandry
|
|||||||
quantity: 2
|
quantity: 2
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Leather
|
||||||
|
|
||||||
item: Milk
|
item: Milk
|
||||||
recipe:
|
recipe:
|
||||||
input: Bucket
|
input: Bucket
|
||||||
pattern: ... .0. ...
|
pattern: ... .0. ...
|
||||||
tools: Cow
|
tools: Cow
|
||||||
|
|
||||||
|
item: Raw Beef
|
||||||
|
|
||||||
|
item: Raw Chicken
|
||||||
|
|
||||||
|
item: Raw Fish
|
||||||
|
|
||||||
|
item: Raw Porkchop
|
||||||
|
|
||||||
|
item: Raw Salmon
|
||||||
|
|
||||||
item: Steak
|
item: Steak
|
||||||
recipe:
|
recipe:
|
||||||
input: Raw Beef, furnace fuel
|
input: Raw Beef, furnace fuel
|
||||||
@@ -982,6 +1034,14 @@ group: Husbandry: Wool
|
|||||||
input: Dandelion Yellow, Wool
|
input: Dandelion Yellow, Wool
|
||||||
pattern: ... .0. .1.
|
pattern: ... .0. .1.
|
||||||
|
|
||||||
|
group: Liquids
|
||||||
|
|
||||||
|
item: Lava
|
||||||
|
|
||||||
|
item: Water
|
||||||
|
|
||||||
|
item: Fire
|
||||||
|
|
||||||
group: Minerals
|
group: Minerals
|
||||||
|
|
||||||
item: Block of Coal
|
item: Block of Coal
|
||||||
@@ -1039,6 +1099,8 @@ group: Minerals
|
|||||||
pattern: ... .0. ...
|
pattern: ... .0. ...
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
|
||||||
|
item: Coal Ore
|
||||||
|
|
||||||
item: Diamond
|
item: Diamond
|
||||||
gatherable: yes
|
gatherable: yes
|
||||||
recipe:
|
recipe:
|
||||||
@@ -1046,6 +1108,8 @@ group: Minerals
|
|||||||
pattern: ... .0. ...
|
pattern: ... .0. ...
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
|
||||||
|
item: Diamond Ore
|
||||||
|
|
||||||
item: Emerald
|
item: Emerald
|
||||||
gatherable: yes
|
gatherable: yes
|
||||||
recipe:
|
recipe:
|
||||||
@@ -1057,11 +1121,15 @@ group: Minerals
|
|||||||
pattern: .0. ... .1.
|
pattern: .0. ... .1.
|
||||||
tools: Furnace
|
tools: Furnace
|
||||||
|
|
||||||
|
item: Emerald Ore
|
||||||
|
|
||||||
item: Glowstone
|
item: Glowstone
|
||||||
recipe:
|
recipe:
|
||||||
input: Glowstone Dust
|
input: Glowstone Dust
|
||||||
pattern: 00. 00. ...
|
pattern: 00. 00. ...
|
||||||
|
|
||||||
|
item: Glowstone Dust
|
||||||
|
|
||||||
item: Gold Ingot
|
item: Gold Ingot
|
||||||
recipe:
|
recipe:
|
||||||
input: Gold Ore, furnace fuel
|
input: Gold Ore, furnace fuel
|
||||||
@@ -1082,6 +1150,8 @@ group: Minerals
|
|||||||
pattern: ... .0. ...
|
pattern: ... .0. ...
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
|
||||||
|
item: Gold Ore
|
||||||
|
|
||||||
item: Ice
|
item: Ice
|
||||||
gatherable: yes
|
gatherable: yes
|
||||||
|
|
||||||
@@ -1095,6 +1165,8 @@ group: Minerals
|
|||||||
pattern: ... .0. ...
|
pattern: ... .0. ...
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
|
||||||
|
item: Iron Ore
|
||||||
|
|
||||||
item: Lapis Lazuli
|
item: Lapis Lazuli
|
||||||
gatherable: yes
|
gatherable: yes
|
||||||
recipe:
|
recipe:
|
||||||
@@ -1108,6 +1180,8 @@ group: Minerals
|
|||||||
pattern: 000 000 000
|
pattern: 000 000 000
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Lapis Lazuli Ore
|
||||||
|
|
||||||
item: Nether Quartz
|
item: Nether Quartz
|
||||||
gatherable: yes
|
gatherable: yes
|
||||||
recipe:
|
recipe:
|
||||||
@@ -1115,6 +1189,10 @@ group: Minerals
|
|||||||
pattern: .0. ... .1.
|
pattern: .0. ... .1.
|
||||||
tools: Furnace
|
tools: Furnace
|
||||||
|
|
||||||
|
item: Nether Quartz Ore
|
||||||
|
|
||||||
|
item: Packed Ice
|
||||||
|
|
||||||
item: Redstone
|
item: Redstone
|
||||||
gatherable: yes
|
gatherable: yes
|
||||||
recipe:
|
recipe:
|
||||||
@@ -1126,6 +1204,8 @@ group: Minerals
|
|||||||
pattern: ... .0. ...
|
pattern: ... .0. ...
|
||||||
quantity: 9
|
quantity: 9
|
||||||
|
|
||||||
|
item: Redstone Ore
|
||||||
|
|
||||||
item: Sandstone
|
item: Sandstone
|
||||||
recipe:
|
recipe:
|
||||||
input: Sand
|
input: Sand
|
||||||
@@ -1146,11 +1226,90 @@ group: Minerals
|
|||||||
item: Snowball
|
item: Snowball
|
||||||
gatherable: yes
|
gatherable: yes
|
||||||
|
|
||||||
item: Stone
|
group: Mob Drops
|
||||||
recipe:
|
|
||||||
input: Cobblestone, furnace fuel
|
item: Blaze Rod
|
||||||
pattern: .0. ... .1.
|
|
||||||
tools: Furnace
|
item: Bone
|
||||||
|
|
||||||
|
item: Cobweb
|
||||||
|
|
||||||
|
item: Creeper Head
|
||||||
|
|
||||||
|
item: Dragon Egg
|
||||||
|
|
||||||
|
item: Ender Pearl
|
||||||
|
|
||||||
|
item: Ghast Tear
|
||||||
|
|
||||||
|
item: Gunpowder
|
||||||
|
|
||||||
|
item: Head
|
||||||
|
|
||||||
|
item: Ink Sac
|
||||||
|
|
||||||
|
item: Nether Star
|
||||||
|
|
||||||
|
item: Rotten Flesh
|
||||||
|
|
||||||
|
item: Skeleton Skull
|
||||||
|
|
||||||
|
item: Slimeball
|
||||||
|
|
||||||
|
item: Spider Eye
|
||||||
|
|
||||||
|
item: String
|
||||||
|
gatherable: yes
|
||||||
|
|
||||||
|
item: Wither Skeleton Skull
|
||||||
|
|
||||||
|
item: Zombie Head
|
||||||
|
|
||||||
|
group: Plants
|
||||||
|
|
||||||
|
item: Allium
|
||||||
|
|
||||||
|
item: Azure Bluet
|
||||||
|
|
||||||
|
item: Blue Orchid
|
||||||
|
|
||||||
|
item: Dandelion
|
||||||
|
|
||||||
|
item: Dead Bush
|
||||||
|
|
||||||
|
item: Double Tallgrass
|
||||||
|
|
||||||
|
item: Fern
|
||||||
|
|
||||||
|
item: Grass
|
||||||
|
|
||||||
|
item: Large Fern
|
||||||
|
|
||||||
|
item: Lilac
|
||||||
|
|
||||||
|
item: Lily Pad
|
||||||
|
|
||||||
|
item: Orange Tulip
|
||||||
|
|
||||||
|
item: Oxeye Daisy
|
||||||
|
|
||||||
|
item: Peony
|
||||||
|
|
||||||
|
item: Pink Tulip
|
||||||
|
|
||||||
|
item: Poppy
|
||||||
|
|
||||||
|
item: Red Tulip
|
||||||
|
|
||||||
|
item: Rose Bush
|
||||||
|
|
||||||
|
item: Sponge
|
||||||
|
|
||||||
|
item: Sunflower
|
||||||
|
|
||||||
|
item: Vines
|
||||||
|
|
||||||
|
item: White Tulip
|
||||||
|
|
||||||
group: Potions: Brewing
|
group: Potions: Brewing
|
||||||
|
|
||||||
@@ -1222,6 +1381,8 @@ group: Potions: Brewing
|
|||||||
quantity: 3
|
quantity: 3
|
||||||
tools: Brewing Stand
|
tools: Brewing Stand
|
||||||
|
|
||||||
|
item: Pufferfish
|
||||||
|
|
||||||
item: Water Bottle
|
item: Water Bottle
|
||||||
recipe:
|
recipe:
|
||||||
input: Glass Bottle
|
input: Glass Bottle
|
||||||
@@ -1786,7 +1947,63 @@ group: Redstone Machines
|
|||||||
input: Gold Ingot
|
input: Gold Ingot
|
||||||
pattern: ... 00. ...
|
pattern: ... 00. ...
|
||||||
|
|
||||||
group: Stone
|
group: Spawn Eggs
|
||||||
|
|
||||||
|
item: Spawn Bat
|
||||||
|
|
||||||
|
item: Spawn Blaze
|
||||||
|
|
||||||
|
item: Spawn Cave Spider
|
||||||
|
|
||||||
|
item: Spawn Chicken
|
||||||
|
|
||||||
|
item: Spawn Cow
|
||||||
|
|
||||||
|
item: Spawn Creeper
|
||||||
|
|
||||||
|
item: Spawn Enderman
|
||||||
|
|
||||||
|
item: Spawn Ghast
|
||||||
|
|
||||||
|
item: Spawn Horse
|
||||||
|
|
||||||
|
item: Spawn Iron Golem
|
||||||
|
|
||||||
|
item: Spawn Magma Cube
|
||||||
|
|
||||||
|
item: Spawn Mooshroom
|
||||||
|
|
||||||
|
item: Spawn Ocelot
|
||||||
|
|
||||||
|
item: Spawn Pig
|
||||||
|
|
||||||
|
item: Spawn Sheep
|
||||||
|
|
||||||
|
item: Spawn Silverfish
|
||||||
|
|
||||||
|
item: Spawn Skeleton
|
||||||
|
|
||||||
|
item: Spawn Slime
|
||||||
|
|
||||||
|
item: Spawn Snow Golem
|
||||||
|
|
||||||
|
item: Spawn Spider
|
||||||
|
|
||||||
|
item: Spawn Squid
|
||||||
|
|
||||||
|
item: Spawn Villager
|
||||||
|
|
||||||
|
item: Spawn Witch
|
||||||
|
|
||||||
|
item: Spawn Wolf
|
||||||
|
|
||||||
|
item: Spawn Zombie
|
||||||
|
|
||||||
|
item: Spawn Zombie Pigman
|
||||||
|
|
||||||
|
group: Earth Materials
|
||||||
|
|
||||||
|
item: Bedrock
|
||||||
|
|
||||||
item: Brick
|
item: Brick
|
||||||
recipe:
|
recipe:
|
||||||
@@ -1823,6 +2040,10 @@ group: Stone
|
|||||||
input: Sandstone Slab
|
input: Sandstone Slab
|
||||||
pattern: ... .0. .0.
|
pattern: ... .0. .0.
|
||||||
|
|
||||||
|
item: Chiseled Stone Bricks
|
||||||
|
|
||||||
|
item: Cobblestone
|
||||||
|
|
||||||
item: Cobblestone Slab
|
item: Cobblestone Slab
|
||||||
recipe:
|
recipe:
|
||||||
input: Cobblestone
|
input: Cobblestone
|
||||||
@@ -1836,6 +2057,20 @@ group: Stone
|
|||||||
quantity: 6
|
quantity: 6
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Cracked Stone Bricks
|
||||||
|
|
||||||
|
item: Dirt
|
||||||
|
|
||||||
|
item: End Stone
|
||||||
|
|
||||||
|
item: Flint
|
||||||
|
|
||||||
|
item: Grass Block
|
||||||
|
|
||||||
|
item: Gravel
|
||||||
|
|
||||||
|
item: Moss Stone
|
||||||
|
|
||||||
item: Mossy Cobblestone Wall
|
item: Mossy Cobblestone Wall
|
||||||
recipe:
|
recipe:
|
||||||
input: Moss Stone
|
input: Moss Stone
|
||||||
@@ -1843,6 +2078,10 @@ group: Stone
|
|||||||
quantity: 6
|
quantity: 6
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Mossy Stone Bricks
|
||||||
|
|
||||||
|
item: Mycelium
|
||||||
|
|
||||||
item: Nether Brick
|
item: Nether Brick
|
||||||
recipe:
|
recipe:
|
||||||
input: Netherrack, furnace fuel
|
input: Netherrack, furnace fuel
|
||||||
@@ -1874,12 +2113,18 @@ group: Stone
|
|||||||
quantity: 4
|
quantity: 4
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Netherrack
|
||||||
|
|
||||||
|
item: Obsidian
|
||||||
|
|
||||||
item: Pillar Quartz Block
|
item: Pillar Quartz Block
|
||||||
recipe:
|
recipe:
|
||||||
input: Block of Quartz
|
input: Block of Quartz
|
||||||
pattern: ... .0. .0.
|
pattern: ... .0. .0.
|
||||||
quantity: 2
|
quantity: 2
|
||||||
|
|
||||||
|
item: Podzol
|
||||||
|
|
||||||
item: Quartz Slab
|
item: Quartz Slab
|
||||||
recipe:
|
recipe:
|
||||||
input: Block of Quartz
|
input: Block of Quartz
|
||||||
@@ -1894,6 +2139,10 @@ group: Stone
|
|||||||
quantity: 4
|
quantity: 4
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Red Sand
|
||||||
|
|
||||||
|
item: Sand
|
||||||
|
|
||||||
item: Sandstone Slab
|
item: Sandstone Slab
|
||||||
recipe:
|
recipe:
|
||||||
input: Sandstone
|
input: Sandstone
|
||||||
@@ -1914,6 +2163,14 @@ group: Stone
|
|||||||
pattern: 00. 00. ...
|
pattern: 00. 00. ...
|
||||||
quantity: 4
|
quantity: 4
|
||||||
|
|
||||||
|
item: Soul Sand
|
||||||
|
|
||||||
|
item: Stone
|
||||||
|
recipe:
|
||||||
|
input: Cobblestone, furnace fuel
|
||||||
|
pattern: .0. ... .1.
|
||||||
|
tools: Furnace
|
||||||
|
|
||||||
item: Stone Brick Stairs
|
item: Stone Brick Stairs
|
||||||
recipe:
|
recipe:
|
||||||
input: Stone Bricks
|
input: Stone Bricks
|
||||||
@@ -2025,6 +2282,8 @@ group: Tools
|
|||||||
input: Gunpowder, Paper
|
input: Gunpowder, Paper
|
||||||
pattern: ... .1. 000
|
pattern: ... .1. 000
|
||||||
|
|
||||||
|
item: Firework Star
|
||||||
|
|
||||||
item: Fishing Rod
|
item: Fishing Rod
|
||||||
recipe:
|
recipe:
|
||||||
input: Stick, String
|
input: Stick, String
|
||||||
@@ -2089,6 +2348,12 @@ group: Tools
|
|||||||
input: Bucket, Lava
|
input: Bucket, Lava
|
||||||
pattern: ... .1. .0.
|
pattern: ... .1. .0.
|
||||||
|
|
||||||
|
item: Music Disc
|
||||||
|
|
||||||
|
item: Name Tag
|
||||||
|
|
||||||
|
item: Saddle
|
||||||
|
|
||||||
item: Shears
|
item: Shears
|
||||||
recipe:
|
recipe:
|
||||||
input: Iron Ingot
|
input: Iron Ingot
|
||||||
@@ -2124,9 +2389,6 @@ group: Tools
|
|||||||
pattern: .0. .1. .1.
|
pattern: .0. .1. .1.
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
item: String
|
|
||||||
gatherable: yes
|
|
||||||
|
|
||||||
item: Water Bucket
|
item: Water Bucket
|
||||||
recipe:
|
recipe:
|
||||||
input: Bucket, Water
|
input: Bucket, Water
|
||||||
@@ -2156,6 +2418,8 @@ group: Tools
|
|||||||
pattern: .0. .1. .1.
|
pattern: .0. .1. .1.
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Written Book
|
||||||
|
|
||||||
group: Tools: Armor
|
group: Tools: Armor
|
||||||
|
|
||||||
item: Chain Boots
|
item: Chain Boots
|
||||||
@@ -2206,12 +2470,16 @@ group: Tools: Armor
|
|||||||
pattern: 00. .1. .1.
|
pattern: 00. .1. .1.
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Diamond Horse Armor
|
||||||
|
|
||||||
item: Diamond Leggings
|
item: Diamond Leggings
|
||||||
recipe:
|
recipe:
|
||||||
input: Diamond
|
input: Diamond
|
||||||
pattern: 000 0.0 0.0
|
pattern: 000 0.0 0.0
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Gold Horse Armor
|
||||||
|
|
||||||
item: Golden Boots
|
item: Golden Boots
|
||||||
recipe:
|
recipe:
|
||||||
input: Gold Ingot
|
input: Gold Ingot
|
||||||
@@ -2254,6 +2522,8 @@ group: Tools: Armor
|
|||||||
pattern: 000 0.0 ...
|
pattern: 000 0.0 ...
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Iron Horse Armor
|
||||||
|
|
||||||
item: Iron Leggings
|
item: Iron Leggings
|
||||||
recipe:
|
recipe:
|
||||||
input: Iron Ingot
|
input: Iron Ingot
|
||||||
@@ -2363,6 +2633,8 @@ group: Transportation
|
|||||||
input: Chest, Minecart
|
input: Chest, Minecart
|
||||||
pattern: ... .0. .1.
|
pattern: ... .0. .1.
|
||||||
|
|
||||||
|
item: Minecart with Command Block
|
||||||
|
|
||||||
item: Minecart with Furnace
|
item: Minecart with Furnace
|
||||||
recipe:
|
recipe:
|
||||||
input: Furnace, Minecart
|
input: Furnace, Minecart
|
||||||
@@ -2394,6 +2666,12 @@ group: Transportation
|
|||||||
|
|
||||||
group: Wood
|
group: Wood
|
||||||
|
|
||||||
|
item: Acacia Leaves
|
||||||
|
|
||||||
|
item: Acacia Sapling
|
||||||
|
|
||||||
|
item: Acacia Wood
|
||||||
|
|
||||||
item: Acacia Wood Planks
|
item: Acacia Wood Planks
|
||||||
recipe:
|
recipe:
|
||||||
input: Acacia Wood
|
input: Acacia Wood
|
||||||
@@ -2414,6 +2692,12 @@ group: Wood
|
|||||||
quantity: 4
|
quantity: 4
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Birch Leaves
|
||||||
|
|
||||||
|
item: Birch Sapling
|
||||||
|
|
||||||
|
item: Birch Wood
|
||||||
|
|
||||||
item: Birch Wood Planks
|
item: Birch Wood Planks
|
||||||
recipe:
|
recipe:
|
||||||
input: Birch Wood
|
input: Birch Wood
|
||||||
@@ -2434,6 +2718,12 @@ group: Wood
|
|||||||
quantity: 4
|
quantity: 4
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Dark Oak Leaves
|
||||||
|
|
||||||
|
item: Dark Oak Sapling
|
||||||
|
|
||||||
|
item: Dark Oak Wood
|
||||||
|
|
||||||
item: Dark Oak Wood Planks
|
item: Dark Oak Wood Planks
|
||||||
recipe:
|
recipe:
|
||||||
input: Dark Oak Wood
|
input: Dark Oak Wood
|
||||||
@@ -2454,6 +2744,12 @@ group: Wood
|
|||||||
quantity: 4
|
quantity: 4
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Jungle Leaves
|
||||||
|
|
||||||
|
item: Jungle Sapling
|
||||||
|
|
||||||
|
item: Jungle Wood
|
||||||
|
|
||||||
item: Jungle Wood Planks
|
item: Jungle Wood Planks
|
||||||
recipe:
|
recipe:
|
||||||
input: Jungle Wood
|
input: Jungle Wood
|
||||||
@@ -2474,6 +2770,12 @@ group: Wood
|
|||||||
quantity: 4
|
quantity: 4
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
item: Oak Leaves
|
||||||
|
|
||||||
|
item: Oak Sapling
|
||||||
|
|
||||||
|
item: Oak Wood
|
||||||
|
|
||||||
item: Oak Wood Planks
|
item: Oak Wood Planks
|
||||||
recipe:
|
recipe:
|
||||||
input: Oak Wood
|
input: Oak Wood
|
||||||
@@ -2493,6 +2795,12 @@ group: Wood
|
|||||||
pattern: 0.. 00. 000
|
pattern: 0.. 00. 000
|
||||||
quantity: 4
|
quantity: 4
|
||||||
|
|
||||||
|
item: Spruce Leaves
|
||||||
|
|
||||||
|
item: Spruce Sapling
|
||||||
|
|
||||||
|
item: Spruce Wood
|
||||||
|
|
||||||
item: Spruce Wood Planks
|
item: Spruce Wood Planks
|
||||||
recipe:
|
recipe:
|
||||||
input: Spruce Wood
|
input: Spruce Wood
|
||||||
@@ -2512,4 +2820,3 @@ group: Wood
|
|||||||
pattern: 0.. 00. 000
|
pattern: 0.. 00. 000
|
||||||
quantity: 4
|
quantity: 4
|
||||||
tools: Crafting Table
|
tools: Crafting Table
|
||||||
|
|
||||||
|
|||||||