Posted January 12, 20178 yr https://gist.github.com/anonymous/159c9d58ccde8e162b8b648a6129ec65 https://github.com/loordgek/Extragenarators/tree/trytofix this is my first time working w/ json so i dont know how it exactly works
January 12, 20178 yr More of an explanation of the problem itself would help. And you don't have an inventory variant in your BlockState file. As well as an Item model. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
January 12, 20178 yr what do i need for the inventory variant? and the item model looks like? In your BlockState file under "variants" put "inventory": { Then point to your model to your Item model or do nothing in case of metadata} An item model for blocks typically just has the "parent" of the block model. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
January 12, 20178 yr And use a syntax validator such as http://jsonlint.com/ (bookmark it) The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
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.