Newer
Older
void-pack-super-server / config / ExCompressum / ChickenStickRegistry.json
  1. {
  2. "defaults": {
  3. "__comment": "You can disable defaults by setting these to false. Do *NOT* try to add additional entries here. You can add additional entries in the custom section.",
  4. "minecraft:cobblestone": true,
  5. "minecraft:gravel": true,
  6. "minecraft:sand": true
  7. },
  8. "custom": {
  9. "__comment": "By default, the chicken stick is limited as to what it can hammer. You can define additional blocks here. Use * as a wildcard for metadata.",
  10. "entries": [
  11. {
  12. "name": "",
  13. "metadata": "*"
  14. }
  15. ],
  16. "example": {
  17. "__comment": "This example would allow smooth Stone to be hammered with the Chicken Stick.",
  18. "name": "minecraft:stone",
  19. "metadata": "0"
  20. }
  21. }
  22. }