#Fabric cannot find datagen entrypoint in client sourceset, despite IntelliJ thinking it's fine
15 messages · Page 1 of 1 (latest)
and yes, I need it to be in the client sourceset because the FabricModelProvider has been moved to the client as of the latest snapshot
is there some weird thing I need like the thing for mixins?
{
"config": "tritastic.client.mixins.json",
"environment": "client"
}
(please ping me if you respond)
datagen runs on the server
how am I meant to generate models then
because FabricModelProvider is clientonly
You are meant to have both now, I don't remember how it works though
Any solutions on client side data generation?