{
  // Dimensions where players in Survival are locked from interacting/breaking/using items
  "locked_dimensions": [
    "prominent:vaaz_present",
    "prominent:vaaz_past",
    "prominent:vaaz_assault"
  ],
  // Whitelist of block ids that can still be broken
  "breakable_blocks": [],
  // Whitelist of block ids that can still be interacted with
  "interactable_blocks": [],
  // Whitelist of item ids that can still be used/interacted
  "interactable_items": [
    "prominent:flameborn_stone"
  ],
  // Whitelist of entity ids that can still be interacted with
  "interactable_entities": [
    "prominent:serkonid",
    "prominent:dwarf",
    "prominent:skellak"
  ]
}