Skip to content

Instantly share code, notes, and snippets.

@ProgrammerDan
Last active June 16, 2017 13:22
Show Gist options
  • Save ProgrammerDan/cc3bb8c3f44a845a0d9c604de2a6471f to your computer and use it in GitHub Desktop.
Save ProgrammerDan/cc3bb8c3f44a845a0d9c604de2a6471f to your computer and use it in GitHub Desktop.
Devoted Recipe Set
// Redstone - Based Materials to Blocks
craft
@override
@individualresults
redstone:0 + redstone:0 + redstone:0
redstone:0 + redstone:0 + redstone:0
redstone:0 + redstone:0 + redstone:0
= redstone_block:0:1
@ingredientcondition redstone | lore Copper T1 | failmsg false
@name Copper Block
@lore Copper Block T1
= redstone_block:0:1
@ingredientcondition redstone | lore Brass T2 | failmsg false
@name Brass Block
@lore Brass Block T2
= redstone_block:0:1
@ingredientcondition redstone | lore Graphite T3 | failmsg false
@enchant durability 1
@name Graphite Block
@lore Graphite Block T3
= redstone_block:0:1
@ingredientcondition redstone | failmsg false
// Redstone Block - Based Blocks to Materials
craft
@override
@individualresults
redstone_block:*
= redstone:0:9
@ingredientcondition redstone_block | lore Copper Block T1 | failmsg false
@name Copper
@lore Copper T1
= redstone:0:9
@ingredientcondition redstone_block | lore Brass Block T2 | failmsg false
@name Brass
@lore Brass T2
= redstone:0:9
@ingredientcondition redstone_block | lore Graphite Block T3 | failmsg false
@name Graphite
@lore Graphite T3
= redstone:0:9
// Iron Ingot Item to Block
craft
@override
@individualresults
iron_ingot:0 + iron_ingot:0 + iron_ingot:0
iron_ingot:0 + iron_ingot:0 + iron_ingot:0
iron_ingot:0 + iron_ingot:0 + iron_ingot:0
= iron_block:0:1
@ingredientcondition iron_ingot:0 | lore Steel T1 | failmsg false
@name Steel Block
@lore Steel Block T1
= iron_block:0:1
@ingredientcondition iron_ingot:0 | lore Aluminum T2 | failmsg false
@name Aluminum Block
@lore Aluminum Block T2
= iron_block:0:1
@ingredientcondition iron_ingot:0 | lore Silicon T3 | failmsg false
@enchant durability 1
@name Silicon Block
@lore Silicon Block T3
= 0% iron_block:0:1
@ingredientcondition iron_ingot:0 | lore Iron Reinforced Obsidian
= iron_block:0:1
@ingredientcondition iron_ingot:0 | failmsg false
// Iron Block - Based Blocks to Materials
craft
@override
@individualresults
iron_block:*
= iron_ingot:0:9
@ingredientcondition iron_block:* | lore Steel Block T1 | failmsg false
@name Steel
@lore Steel T1
= iron_ingot:0:9
@ingredientcondition iron_block:* | lore Aluminum Block T2 | failmsg false
@name Aluminum
@lore Aluminum T2
= iron_ingot:0:9
@ingredientcondition iron_block:* | lore Silicon Block T3 | failmsg false
@name Silicon
@lore Silicon T3
= iron_ingot:0:9
// Gold Item to Block
craft
@override
@individualresults
gold_ingot:0 + gold_ingot:0 + gold_ingot:0
gold_ingot:0 + gold_ingot:0 + gold_ingot:0
gold_ingot:0 + gold_ingot:0 + gold_ingot:0
= gold_block:0:1
@ingredientcondition gold_ingot:0 | lore Silver T1 | failmsg false
@name Silver Block
@lore Silver Block T1
= gold_block:0:1
@ingredientcondition gold_ingot:0 | lore Pearl T2 | failmsg false
@name Pearl Block
@lore Pearl Block T2
= gold_block:0:1
@ingredientcondition gold_ingot:0 | lore Artifact T3 | failmsg false
@enchant durability 1
@name Artifact Block
@lore Artifact Block T3
= gold_block:0:1
@ingredientcondition gold_ingot:0 | failmsg false
// Gold Block - Based Blocks to Materials
craft
@override
@individualresults
gold_block:*
= gold_ingot:0:9
@ingredientcondition gold_block:* | lore Silver Block T1 | failmsg false
@name Silver
@lore Silver T1
= gold_ingot:0:9
@ingredientcondition gold_block:* | lore Pearl Block T2 | failmsg false
@name Pearl
@lore Pearl T2
= gold_ingot:0:9
@ingredientcondition gold_block:* | lore Artifact Block T3 | failmsg false
@name Artifact
@lore Artifact T3
= gold_ingot:0:9
// Emerald Item to Block
craft
@override
@individualresults
emerald:0 + emerald:0 + emerald:0
emerald:0 + emerald:0 + emerald:0
emerald:0 + emerald:0 + emerald:0
= emerald_block:0:1
@ingredientcondition emerald:0 | lore Mercury T1 | failmsg false
@name Mercury Block
@lore Mercury Block T1
= emerald_block:0:1
@ingredientcondition emerald:0 | lore Enderite T2 | failmsg false
@name Enderite Block
@lore Enderite Block T2
= emerald_block:0:1
@ingredientcondition emerald:0 | lore Uranium T3 | failmsg false
@enchant durability 1
@name Uranium Block
@lore Uranium Block T3
= emerald_block:0:1
@ingredientcondition emerald:0 | failmsg false
// Emerald Block - Based Blocks to Materials
craft
@override
@individualresults
emerald_block:*
= emerald:0:9
@ingredientcondition emerald_block:* | lore Mercury Block T1 | failmsg false
@name Mercury
@lore Mercury T1
= emerald:0:9
@ingredientcondition emerald_block:* | lore Enderite Block T2 | failmsg false
@name Enderite
@lore Enderite T2
= emerald:0:9
@ingredientcondition emerald_block:* | lore Uranium Block T3 | failmsg false
@enchant durability 1
@name Uranium
@lore Uranium T3
= emerald:0:9
// Dye-Orange Item to Block
craft
dye:14 + dye:14 + dye:14
dye:14 + dye:14 + dye:14
dye:14 + dye:14 + dye:14
= 159:1:1
@ingredientcondition dye:14 | lore Bronze T1 | failmsg false
@name Bronze Block
@lore Bronze Block T1
// Dye-Grey Item to Block
craft
dye:8 + dye:8 + dye:8
dye:8 + dye:8 + dye:8
dye:8 + dye:8 + dye:8
= 159:9:1
@ingredientcondition dye:8 | lore Pewter T2 | failmsg false
@name Pewter Block
@lore Pewter Block T2
// Dye-Purple Item to Block
craft
dye:5 + dye:5 + dye:5
dye:5 + dye:5 + dye:5
dye:5 + dye:5 + dye:5
= 159:10:1
@ingredientcondition dye:5 | lore Fiberglass T3 | failmsg false
@enchant durability 1
@name Fiberglass Block
@lore Fiberglass Block T3
// Dye Block - Based Blocks to Materials
craft
159:1
= dye:14:9
@ingredientcondition 159:1 | lore Bronze Block T1 | failmsg false
@name Bronze
@lore Bronze T1
craft
159:9
= dye:8:9
@ingredientcondition 159:9 | lore Pewter Block T2 | failmsg false
@name Pewter
@lore Pewter T2
craft
159:10
= dye:5:9
@ingredientcondition 159:10 | lore Fiberglass Block T3 | failmsg false
@name Fiberglass
@lore Fiberglass T3
// Coal Item to Block
craft
@override
@individualresults
coal:0 + coal:0 + coal:0
coal:0 + coal:0 + coal:0
coal:0 + coal:0 + coal:0
= coal_block:0:1
@ingredientcondition coal:0 | lore Lead T1 | failmsg false
@name Lead Block
@lore Lead Block T1
= coal_block:0:1
@ingredientcondition coal:0 | lore Nickel T2 | failmsg false
@name Nickel Block
@lore Nickel Block T2
= coal_block:0:1
@ingredientcondition coal:0 | lore Oil T3 | failmsg false
@name Oil Block
@lore Oil Block T3
= coal_block:0:1
@ingredientcondition coal:0 | failmsg false
// Coal Block - Based Blocks to Materials
craft
@override
@individualresults
coal_block:*
= coal:0:9
@ingredientcondition coal_block:* | lore Lead Block T1 | failmsg false
@name Lead
@lore Lead T1
= coal:0:9
@ingredientcondition coal_block:* | lore Nickel Block T2 | failmsg false
@name Nickel
@lore Nickel T2
= coal:0:9
@ingredientcondition coal_block:* | lore Oil Block T3 | failmsg false
@name Oil
@lore Oil T3
//Craft Charcoal
= coal:1:9
@ingredientcondition coal_block:* | lore <gray>Charcoal | failmsg false
= coal:0:9
// Charcoal Block
craft
coal:1 + coal:1 + coal:1
coal:1 + coal:1 + coal:1
coal:1 + coal:1 + coal:1
= coal_block:0:1
@name Charcoal Block
@lore <gray>Charcoal
// Diamond Item to Block
craft
@override
@individualresults
diamond:0 + diamond:0 + diamond:0
diamond:0 + diamond:0 + diamond:0
diamond:0 + diamond:0 + diamond:0
= diamond_block:0:1
@ingredientcondition diamond:0 | lore Titanium T1 | failmsg false
@name Titanium Block
@lore Titanium Block T1
= diamond_block:0:1
@ingredientcondition diamond:0 | lore Platinum T2 | failmsg false
@name Platinum Block
@lore Platinum Block T2
= diamond_block:0:1
@ingredientcondition diamond:0 | lore Carbon T3 | failmsg false
@name Carbon Block
@lore Carbon Block T1
= diamond_block:0:1
@ingredientcondition diamond:0 | failmsg false
// Diamond Block - Based Blocks to Materials
craft
@override
@individualresults
diamond_block:*
= diamond:0:9
@ingredientcondition diamond_block:* | lore Titanium Block T1 | failmsg false
@name Titanium
@lore Titanium T1
= diamond:0:9
@ingredientcondition diamond_block:* | lore Platinum Block T2 | failmsg false
@name Platinum
@lore Platinum T2
= diamond:0:9
@ingredientcondition diamond_block:* | lore Carbon Block T3 | failmsg false
@name Carbon
@lore Carbon T3
= diamond:0:9
//Potatoes
@override
smelt
potato_item:*
= baked_potato:0:1
combine Basic Material Core 1
coal:0:4 + iron_ingot:0:4 + gold_ingot:0
= firework_charge:0:1
@ingredientcondition coal | lore Lead T1 | name Lead
@ingredientcondition iron_ingot | lore Aluminum T2 | name Aluminum
@ingredientcondition gold_ingot | lore Artifact T3 | name Artifact
@name Material Core
@lore Basic Material Core
combine Basic Material Core 2
coal:0:4 + iron_ingot:0:4 + redstone:0
= firework_charge:0:1
@ingredientcondition coal | lore Lead T1 | name Lead
@ingredientcondition iron_ingot | lore Aluminum T2 | name Aluminum
@ingredientcondition redstone | lore Graphite T3 | name Graphite
@name Material Core
@lore Basic Material Core
combine Basic Material Core 3
iron_ingot:0:4 + gold_ingot:0:4 + redstone:0
= firework_charge:0:1
@ingredientcondition iron_ingot | lore Steel T1 | name Steel
@ingredientcondition gold_ingot | lore Pearl T2 | name Pearl
@ingredientcondition redstone | lore Graphite T3 | name Graphite
@name Material Core
@lore Basic Material Core
combine Beacon
@individualresults
glass:0:4 + firework_charge:0:5
= beacon:0:1
@ingredientcondition firework_charge:0 | lore Basic Material Core | name Material Core
combine Piston
emerald:0:3 + cobblestone:0:4 + diamond_block:0:1 + firework_charge:0:1
= piston_base:0:1
@ingredientcondition emerald:* | lore Mercury T1 | name Mercury
@ingredientcondition diamond_block:* | lore Titanium Block T1 | name Titanium Block
@ingredientcondition firework_charge:* | lore Basic Material Core | name Material Core
combine Hopper
iron_ingot:0:4 + chest:0:1 + firework_charge:0:1
= hopper:0:1
@ingredientcondition firework_charge:* | lore Basic Material Core | name Material Core
@ingredientcondition iron_ingot:0 | lore Silicon T3 | name Silicon
combine Dropper
cobblestone:0:7 + firework_charge:0:1 + redstone:0:1
= dropper:0:1
@ingredientcondition firework_charge:* | lore Basic Material Core | name Material Core
@ingredientcondition redstone:* | lore Graphite T3 | name Graphite
combine Dispenser
cobblestone:0:6 + bow:0:1 + firework_charge:0:1 + gold_ingot:0:1
= dispenser:0:1
@ingredientcondition firework_charge:* | lore Basic Material Core | name Material Core
@ingredientcondition gold_ingot:* | lore Artifact T3 | name Artifact
combine Comparator
redstone_torch:0:3 + stone:0:2 + firework_charge:0:1 + redstone:0:1
= redstone_comparator:0:1
@ingredientcondition firework_charge:* | lore Basic Material Core | name Material Core
@ingredientcondition redstone:* | lore Brass T2 | name Brass
combine Basic Mob Core 1
bone:0:2 + magma:0:2 + rotten_flesh:0:2 + snow_ball:0:2 + sulphur:0:1
= snow_ball:0:1
@ingredientcondition magma:* | lore Magma Egg T1 | name Magma Egg
@ingredientcondition snow_ball:* | lore Cocoon T1 | name Cocoon
@ingredientcondition sulphur:* | lore Blaze Ember T1 | name Blaze Ember
@name Mob Core
@lore Basic Mob Core
combine Mob Spawner
iron_ingot:0:8 + snow_ball:0:1
= mob_spawner:0:1
@ingredientcondition snow_ball:* | name Mob Core | lore Basic Mob Core
@ingredientcondition iron_ingot:* | lore Steel T1 | name Steel
combine Sticky Piston
slime_block:0 + snow_ball:0 + tripwire_hook:0 + piston_base:*
= piston_sticky_base:0:1
@ingredientcondition snow_ball:* | name Mob Core | lore Basic Mob Core
@ingredientcondition tripwire_hook:* | name Spider Fang | lore Spider Fang T2
combine
ICE:*:4
= PACKED_ICE
@remove
craft
air + redstone_torch_on:0 + air
redstone_torch_on:0 + quartz:0 + redstone_torch_on:0
stone:0 + stone:0 + stone:0
= redstone_comparator:0:1
craft
wood:* + wood:* + wood:*
cobblestone:* + iron_ingot:0 + cobblestone:*
cobblestone:* + redstone:0 + cobblestone:*
= piston_base:0:1
craft
iron_ingot:0 + air + iron_ingot:0
iron_ingot:0 + chest:* + iron_ingot:0
air + iron_ingot:0 + air
= hopper:0:1
craft
cobblestone:* + cobblestone:* + cobblestone:*
cobblestone:* + bow:0 + cobblestone:*
cobblestone:* + redstone:0 + cobblestone:*
= dispenser:0:1
craft
cobblestone:* + cobblestone:* + cobblestone:*
cobblestone:* + air + cobblestone:*
cobblestone:* + redstone:0 + cobblestone:*
= dropper:0:1
craft
stick:0 + stick:0 + stick:0
air + stick:0 + air
stick:0 + step:0 + stick:0
= armor_stand:0:1
craft
nether_warts:0 + nether_warts:0 + nether_warts:0
nether_warts:0 + nether_warts:0 + nether_warts:0
nether_warts:0 + nether_warts:0 + nether_warts:0
= nether_wart_block:0:1
craft
chest:*
minecart:0
= storage_minecart:0:1
craft
furnace:*
minecart:0
= powered_minecart:0:1
craft
tnt:*
minecart:0
= explosive_minecart:0:1
craft
hopper:*
minecart:0
= hopper_minecart:0:1
craft
slime_ball:0
piston_base:*
= piston_sticky_base:0:1
craft
glass:* + glass:* + glass:*
glass:* + nether_star:0 + glass:*
obsidian:* + obsidian:* + obsidian:*
= beacon:0:1
combine Smooth Double Slab
step:*:4
= step
@cloneingredient data
@name Double Slab
@lore Smooth double slab
combine Six-sided Log
log:*:2
= log
@cloneingredient data
@name Special Log
@lore Sixsided log
combine Six-sided Log_2
log_2:*:2
= log_2
@cloneingredient data
@name Special Log
@lore Sixsided log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment