#Datagen atlases

1 messages · Page 1 of 1 (latest)

jade loom
#

Is it possible to datagen atlas definitions?

#

Datagen atlases

thorny wave
#

vanilla has no code to do so but you can write your own DataProvider to do it

jade loom
#

Ah, that's a shame

sinful sundial
# jade loom Ah, that's a shame

You can actually use the codec provider from fabric api as a base. You'll just need to give it the codec and the file path. For this to work you'll have to make your datagen run config a client config as the atlas code only exists on the client

jade loom
#

Ohhh