kyrptonaught / customportalapi

Developer Api for creating custom portals to any dimension
MIT License
63 stars 22 forks source link

API makes net.fabricmc.fabric.*.structure inaccessible #58

Open MJRamon opened 2 years ago

MJRamon commented 2 years ago

When adding CustomPortalAPI to dependencies, it makes so

import net.fabricmc.fabric.api.structure.v1.FabricStructureBuilder;
import net.fabricmc.fabric.impl.structure.FabricStructureImpl;
import net.fabricmc.fabric.mixin.structure.StructuresConfigAccessor;

are inaccessible and project fails to compile.

minecraft_version=1.18.1 yarn_mappings=1.18.1+build.22 loader_version=0.14.8 fabric_version=0.46.6+1.18 id 'fabric-loom' version '0.12-SNAPSHOT'

customportalapi:0.0.1-beta52-1.18

kyrptonaught commented 2 years ago

This is very odd, cpa has nothing to do with any of those areas. Could you try updating to 1.18.2? I suspect that's where the issue is coming from