Mod needs a 1.18.2 update
Sunconure11 opened this issue ยท 5 comments
Seems to be somewhat non-trivial due to the removal of the Fabric Structure API in 1.18.2 versions: FabricMC/fabric@4202426
The new method is to use datapacks; however, this would mean that the config system would have to be reworked. Mo' Structures worked around this by removing the config file altogether and replacing it with a guide on how to edit the datapack (see /src/main/java/io/github/frqnny/mostructures/config/MoStructuresConfig.java
): frqnny/mostructures@398bd8f
The forge version has already been ported to 1.18.2. Fabric may take a bit longer.
Config file will be removed, as the mod will be mainly datapack driven from now on.