MinecraftForge icon indicating copy to clipboard operation
MinecraftForge copied to clipboard

Data gen for BlockStates above 1.21.4

Open GuyT2002 opened this issue 7 months ago • 1 comments

Data gen for BlockStates above 1.21.4

Minecraft Version: 1.21.7

Issue

Trying to Data Gen for BlockStates, however unlike 1.21.4 when BlockStateProvider was available, it now refers to using ModelProvider, however forge docs don't have any reference on the topic and it is not understandable how to use it. It would be very appreciated if there would be any reference for this in docs (maybe even a link to some original Mojang source, any help would be very appreciated)

GuyT2002 avatar Aug 02 '25 14:08 GuyT2002

We have a test mod demonstrating the usage of vanilla's data generator. We are open to documentation contributions for this.

Jonathing avatar Aug 02 '25 15:08 Jonathing