Jump to content

BlueBoat227

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by BlueBoat227

  1. I don't know how to use the itemstack version. I looked into the itemstack class, and was not able to find anything related to containerItems. This is probably the point where I should do more research into 1.15 forge.
  2. I am VERY new to modding so if this is a stupid question don't judge. Essentially what I want to happen is when the grinding bowl is used in a recipe it is not used up. After doing some research I have came across two solutions ContainerItem, and IRecipe. IRecipe seems like overkill for what I want to do so i went with overriding has/getContainerItem. The problem is getContainerItem is final so i can't override it. Thanks for any help you can give me.
  3. Thanks Draco that fixed the first bug, now all i have to do is get them to link together on the inside. Already Done
  4. here On the other problem I tried what you said and it had no effect.
  5. I am new to coding with forge, and I need some help. My first question deals with a block set to cutout. In game looks good, except that it is blocking the rendering of adjacent blocks. I have tried to set isOpaque to false, and it is not working. Along with that the blockItem is not loading it's texture. I have formatted the .json's exactly like the game. Also I copied and pasted the name of the block. Block Model BlockItem Model Thanks for any help that you can give me.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.