Devan-Kerman / ARRP

A fabric api for creating resources and assets at runtime
Mozilla Public License 2.0
101 stars 25 forks source link

Error: cannot access class_3262 #16

Closed CompaqDisc closed 3 years ago

CompaqDisc commented 3 years ago

When building, I encounter the error:

cannot access class_3262
class file for net.minecraft.class_3262 not found

in my ModInitializer for the line

public static final RuntimeResourcePack RESOURCE_PACK = RuntimeResourcePack.create(MOD_ID + ":dynamic_resources");

Minecraft Version: 1.16.4

Devan-Kerman commented 3 years ago

what