Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "ingredients": [
  4. {
  5. "item": "minecraft:gold_ingot"
  6. },
  7. {
  8. "type": "forge:nbt",
  9. "item": "malum:evil_spirit"
  10. "nbt": {
  11. "entityDisplayName": "Enderman",
  12. "dimensionID": 1
  13. }
  14. }
  15. ],
  16. "result": {
  17. "item": "malum:end_forged_ingot",
  18. "count": 1
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement