Draylar / get-off-my-lawn

Keep people off your lawn with claims! Built for Fabric.
https://www.curseforge.com/minecraft/mc-mods/get-off-my-lawn
MIT License
4 stars 18 forks source link

Universal Graves Compatibility #41

Open dandin87 opened 3 years ago

dandin87 commented 3 years ago

I had Patbox attempt to add GOML compatibillity to their mod Universal Graves, and unfortunately this did not work. Curious if you would be able to help us make this work. Currently using it on the All Of Fabric 4 public server. He thinks the issue might have to do with the grave being universal_graves:grave serverside, but client side its just minecraft:player_head. It would be nice to just be able to whitelist block ids in the config that GOML would ignore similar to Flan. But either method is fine.

Here is their compatibility code. https://github.com/Patbox/UniversalGraves/blob/691dc53884a16caed607bb9bfee8ae56b946bb4f/src/main/java/eu/pb4/graves/compat/GomlCompat.java