[Request] Way to register SpawnPlacement
Mrbysco opened this issue ยท 0 comments
While converting a mod to use Architectury I noticed that currently there's no easy way to register Spawn Placements in common as SpawnPlacements#register
is private.
Currently I'm having to use SpawnPlacementRegisterEvent
on the forge side and SpawnPlacements#register
on the fabric side where it's public