Datapack to whitelist blocks to be editable/interactable inside claims from the FTB Chunks mod. Also whitelist/blacklist right click interactions, and whitelist entity interactions.
Download the datapack then you can unzip the datapack.
Add whitelisted blocks to "interact_whitelist.json" and/or "edit_whitelist.json" depending if you want the blocks to be only interactable, editable, or both.
Add whitelisted entities to "entity_interact_whitelist.json".
Add whitelisted right click interactions to "right_click_whitelist.json".
Add blacklisted right click interactions to "right_click_blacklist.json".
You will want to add the default IDs to each file which you can find here:
- edit_whitelist: https://github.com/FTBTeam/FTB-Chunks/blob/main/common/src/main/resources/data/ftbchunks/tags/block/edit_whitelist.json
- interact_whitelist: https://github.com/FTBTeam/FTB-Chunks/blob/main/common/src/main/resources/data/ftbchunks/tags/block/interact_whitelist.json
- right_click_whitelist: https://github.com/FTBTeam/FTB-Chunks/blob/main/common/src/main/resources/data/ftbchunks/tags/item/right_click_whitelist.json
- right_click_blacklist: https://github.com/FTBTeam/FTB-Chunks/blob/main/common/src/main/resources/data/ftbchunks/tags/item/right_click_blacklist.json
- entity_interact_whitelist: https://github.com/FTBTeam/FTB-Chunks/blob/main/common/src/main/resources/data/ftbchunks/tags/entity_type/entity_interact_whitelist.json