Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- type:"wb:shapeless",
- input:["dirt"],
- output:"diamond"
- },
- {
- type:"wb:shapeless",
- input:["diamond"],
- output:"dirt"
- },
- {
- type:"wb:shaped",
- shape:["XXX", "0S0", "0S0"],
- input:{X:"obsidian", S:"stick"},
- output:{
- item:"diamond_pickaxe",
- nbt:{
- display:{Name:"§rObsidian Pickaxe"},
- Unbreakable:true,
- HideFlags:63
- }
- }
- },
- {
- type:"furnace",
- input:"redstone_block",
- output:{item:"dirt", count:2}
- },
- {
- type:"wb:shaped",
- shape:["XYX", “YYY”, “XYX”],
- input:{X:”blockStone”, Y:”gemDiamond”},
- output:{item:”oreDiamond”, count:2}
- },
- {
- type:"wb:shaped",
- shape:["0XS", "X0S", "0XS"],
- input:{X:"obsidian", S:"string"},
- output:{
- item:"bow",
- nbt:{
- ench:[
- {id:48, lvl:7},
- {id:49, lvl:2},
- {id:51, lvl:1}
- ],
- display:{Name:"§rObsidian Bow"},
- Unbreakable:true,
- HideFlags:63
- }
- }
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment