TheOnlyTails

Recipes and tags don't work

Aug 6th, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.53 KB | None | 0 0
  1. // one of my recipes
  2. {
  3.   "type": "minecraft:crafting_shaped",
  4.   "pattern": [
  5.     "ccc",
  6.     "crc",
  7.     "ccc"
  8.   ],
  9.   "key": {
  10.     "c": {
  11.       "tag": "minecraft:carpets/ruby_carpet"
  12.     },
  13.     "r": {
  14.       "tag": "forge:gems/ruby"
  15.     }
  16.   },
  17.   "result": {
  18.     "item": "ruby:ruby_carpet",
  19.     "count": 8
  20.   }
  21. }
  22.  
  23. //a tag from vanilla I add an item to
  24. {
  25.   "replace": false,
  26.   "values": [
  27.     "ruby:ruby_carpet"
  28.   ]
  29. }
  30.  
  31. //a tag from forge I add an item to
  32. {
  33.   "replace": false,
  34.   "values": [
  35.     "ruby:ruby"
  36.   ]
  37. }
Advertisement
Add Comment
Please, Sign In to add comment