Incompatibility with Regions Unexplored
KostromDan opened this issue · 5 comments
you just had to put that block in this mod's block tag
What tag? I can't find any tag from snowrealmagic in vanilla grass for example.
You can resolve it with a PR target https://github.com/Snownee/SnowRealMagic/blob/1.20-fabric/src/main/resources/data/snowrealmagic/tags/blocks/containables.json
ServerEvents.tags('block', event => {
event.add("snowrealmagic:containables", 'regions_unexplored:medium_grass')
})