
[FR] Add function to create GuaranteedPoolElement for data generation
SettingDust opened this issue ยท 2 comments
For now the constructors are protected that can't be created in data generator
The GuaranteedPoolElement#GUARANTEED_TYPE
isn't the type instance in registries.
We can't construct the instance and pass as any param.
GuaranteedPoolElement#GUARANTEED_TYPE
should be fetched from registry. Or should be passed to registry instead of construct the new one.
A catalog class like StructurePoolElementType
in vanilla is fine