add todo for blockstates with emissive lighting (like magma blocks)
This commit is contained in:
@@ -235,6 +235,8 @@ public class ModelFactory {
|
||||
throw new IllegalStateException("processing a texture bake result but the block state was not in flight!!");
|
||||
}
|
||||
|
||||
//TODO: add thing for `blockState.hasEmissiveLighting()` and `blockState.getLuminance()`
|
||||
|
||||
boolean isFluid = blockState.getBlock() instanceof FluidBlock;
|
||||
int modelId = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user