celsiusqc / TowersOfTheWildModded

0 stars 2 forks source link

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

Open SettingDust opened 1 week ago

SettingDust commented 1 week ago

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