Towers of the Wild Modded

Towers of the Wild Modded

7M Downloads

Causing crash in data generation since the `TowersOfTheWildModdedDataGenerator` is client entrypoint

SettingDust opened this issue ยท 0 comments

commented

Class net.celsiusqc.totw_modded.TowersOfTheWildModdedDataGenerator cannot be cast to net.fabricmc.fabric.api.datagen.v1.DataGeneratorEntrypoint

https://github.com/celsiusqc/TowersOfTheWildModded/blob/1.20.1-fabric/src/main/java/net/celsiusqc/totw_modded/TowersOfTheWildModdedDataGenerator.java#L7
Should implement DataGeneratorEntrypoint or just remove it. Entrypoints needn't for datapack "mod"

https://github.com/celsiusqc/TowersOfTheWildModded/blob/1.20.1-fabric/src/main/resources/fabric.mod.json#L17-L30