customportalapi icon indicating copy to clipboard operation
customportalapi copied to clipboard

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

Open MJRamon opened this issue 3 years ago • 1 comments
trafficstars

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

MJRamon avatar Jul 29 '22 02:07 MJRamon

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

kyrptonaught avatar Jul 29 '22 04:07 kyrptonaught