Posted December 10, 20168 yr I am trying to make a fire for my mod, that looks basically like the vanilla fire, but in grey. In my RenderingRegistry for Blocks I added this line: ModelLoader.setCustomStateMapper(BedrockiumBlocks.bedrockiumFire, new StateMap.Builder().ignore(BlockFire.AGE).build()); If I understand it correctly, it should ignore the AGE Property when looking for the model, but in the console I get this error: [15:35:21] [Client thread/ERROR] [FML]: Model definition for location be:bedrockiumFire#age=8,alt=true,east=true,flip=false,north=true,south=true,upper=1,west=false not found It is still looking for a model with the age of 8. What am I doing wrong?
December 10, 20168 yr Author I'm on 1.8.9 because I am slow And yes, I called it in the wrong place. It works now! Thanks!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.