SmallJoker / simple_protection

Minetest fixed-grid quadratic area protection mod with graphical area "minimap"
11 stars 6 forks source link

Added MineClone support #33

Closed Beanzilla closed 2 years ago

Beanzilla commented 2 years ago

This PR contains a little bit of work:

All except the HUD color change has been tested on local copies of Minetest Game and MineClone2 (MineClone5 also needs to be tested, since it incorperates mcl_copper we'd actually use copper instead of falling back to gold).

SmallJoker commented 2 years ago

Thank you for this PR. I actually had the same idea yesterday, but postponed it.

Beanzilla commented 2 years ago

Ok, so looks like my rewrite/refactor is almost done... if not done. :smiley:

Beanzilla commented 2 years ago

Yeah I add a few quirky new optional_depends (mcl_core, mcl_formspec, mcl_chests (just for the textures), etc).

But this should allow us to get multi-game support... and it's to some degree easy to change/update for more games. (I hope I made it simpler)

SmallJoker commented 2 years ago

Squashed & merged as f38eba5e6a

Thank you for your contribution and the changes.