CodeChicken Lib 1.8.+

CodeChicken Lib 1.8.+

141M Downloads

Make BlockStateLoader not yell at blocks using ICCBlockRenderer

Dragon2488 opened this issue ยท 2 comments

commented

Because technically for BlockStateLoader these blocks missing models.

commented

Just register a DummyModel to the inventory and normal ModelResourceLocations, use a StateMap.Builder.ignore to remove all blockstates from the model def and it will default to normal and use the dummy model.

commented

Its technically not possible to do this automatically unless i do some hacky stuff.