Using Datagen with ParchmentMC mappings #3497
-
DescriptionI am trying to use model datagen with parchment mappings, and I am confused. I know how to make block and item models, but do not know how to make models for slabs, stairs, etc. For yarn mappings, I type this in: BlockStateModelGenerator.BlockTexturePool maplePool = blockStateModelGenerator.registerCubeAllModelTexturePool(MyBlocks.TEST_BLOCK) And reference it with this: maplePool.slab(MyBlocks.TEST_SLAB) Another issue I run into is trying to register signs, which in yarn you use like this: maplePool.family(MyBlocks.TEST_FAMILY) In ParchmentMC, trying to register a sign throws this error: Caused by: java.lang.IllegalStateException: Family not defined, at class ModelGen.java:28 Does anyone know how to register slabs, stairs, signs blockstates in ParchmentMC mappings? |
Beta Was this translation helpful? Give feedback.
Answered by
CrypticVerse
Jan 26, 2024
Replies: 1 comment 1 reply
-
Is this even possible? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CrypticVerse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this even possible?