Atticool

Untitled

Mar 4th, 2022
921
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 KB | None | 0 0
  1. {
  2.     "block_pools": [
  3.         {
  4.             "name": "RubberLog",
  5.             "type": {
  6.                 "type": "block",
  7.                 "name": "contenttweaker:rubber_log"
  8.             },
  9.             "clicktype": "rightclick",
  10.             "properties": [
  11.                 {
  12.                     "type": "require_item",
  13.                     "name": "contenttweaker:tool_treetap"
  14.                 },
  15.                 {
  16.                     "type": "damage_item",
  17.                     "amount": 1
  18.                 },
  19.                 {
  20.                     "type": "swing_hand",
  21.                     "disableJEI": true
  22.                 },
  23.                 {
  24.                     "type": "per_block_limit",
  25.                     "usage": 1,
  26.                     "max": 1,
  27.                     "replacement": {"name": "contenttweaker:stripped_rubber_log"}
  28.                 }
  29.             ],
  30.             "drops": []
  31.         }
  32.     ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment