Degubi Posted May 18, 2015 Posted May 18, 2015 Log: http://pastebin.com/V1PZXyYD Block File: http://pastebin.com/JymkvRzY I tried running the mod in server environment and from the offical minecraft launcher, too and it crashes, the log points to the PropertyDirection thing. I don't know what's the problem, because it's working in eclipse, but not after jar-ing the mod. Quote
TheGreyGhost Posted May 18, 2015 Posted May 18, 2015 this.getBlockState().getBaseState() should probably be this.getBaseState() -TGG Quote
Degubi Posted May 18, 2015 Author Posted May 18, 2015 The method getBaseState() is undefined for the type BlockHalfBlocks, .. I don't know why the getBlockState not working, because it's working in vanilla. Quote
TheGreyGhost Posted May 21, 2015 Posted May 21, 2015 The method getBaseState() is undefined for the type BlockHalfBlocks, .. I don't know why the getBlockState not working, because it's working in vanilla. ah, I meant this.createBlockState(), but after thinking about it I reckon that probably won't work anyway. Trial and error might be your only chance here mate, it's for sure not leaping out at me. -TGG Quote
Recommended Posts
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.