Add ForgeMultipart

This commit is contained in:
Andrew Miner
2016-02-09 19:13:44 -08:00
parent 00b079220c
commit bc25bcf65e
7 changed files with 36 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 B

+10
View File
@@ -0,0 +1,10 @@
schema: 1
name: Forge Multipart
author: ChickenBones
description: Adds the ability to split blocks into fragments and place them in the world.
homePageUrl: http://www.curse.com/mc-mods/minecraft/229323-forge-multi-part
documentationUrl: http://www.curse.com/mc-mods/minecraft/229323-forge-multi-part
downloadUrl: http://www.curse.com/mc-mods/minecraft/229323-forge-multi-part
version: 1.2.0.345
@@ -0,0 +1,26 @@
schema: 1
item: Diamond Saw
recipe:
input: Stick, Stone Rod, Diamond
pattern: 011 021 ...
tools: Crafting Table
item: Iron Saw
recipe:
input: Stick, Stone Rod, Iron Ingot
pattern: 011 021 ...
tools: Crafting Table
item: Stone Rod
recipe:
input: Stone
pattern: 0.. 0.. ...
quantity: 4
item: Stone Saw
recipe:
input: Stick, Stone Rod, Flint
pattern: 011 021 ...
tools: Crafting Table