Storage Drawers: Natura Pack

Storage Drawers: Natura Pack

9M Downloads

Error on startup when pulling in the mod using gradle

Lothrazar opened this issue ยท 1 comments

commented

I followed the instructions and to install the mod using gradle in a dev environment

fg.deobf "com.jaquadro.minecraft.storagedrawers:StorageDrawers:1.16.3-8.2.1:api"
runtime "com.jaquadro.minecraft.storagedrawers:StorageDrawers:1.16.3-8.2.1"


and 
 maven {
    name = "storagedrawers"
    url = "https://dl.bintray.com/jaquadro/dev/"
}

Looks like errors with using invalid mappings or somethign?

Details:
	Mod File: StorageDrawers-1.16.3-8.2.1.jar
	Failure message: Storage Drawers (storagedrawers) encountered an error during the load_registries event phase
		java.lang.NoSuchMethodError: net.minecraft.block.Block.func_208617_a(DDDDDD)Lnet/minecraft/util/math/shapes/VoxelShape;
		
...

	Failure message: Storage Drawers (storagedrawers) encountered an error during the error event phase
		java.lang.NoSuchMethodError: net.minecraft.item.Item$Properties.func_200916_a(Lnet/minecraft/item/ItemGroup;)Lnet/minecraft/item/Item$Properties;

Log file is here

https://pastebin.com/nzBKJYnk

commented

๐Ÿ‘