Jump to content

CapuchasPlz

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by CapuchasPlz

  1. THANKS it worked i love you, how could i do that when i right click with the item it places that block?, is there a place i can search more examples like that one?
  2. and how do i code that, i tried to find a tutorial or search in the api and docs, but its hard to understand what classes, functions or atributes i have to use.
  3. hello thank you for your reply, i was asking myself how would i create other items like materials if i make the constructor for items always drop em in food. i fixed that, but my problem persist, i tried to do numerous stuff to get the constructor working but i cant, it wask me to adda material, but then says the constructor Block(Block) is undefined what should i do. Right now i have null inside the constructor, but i have tried things like Block(.material.cake) or Block(.properties.sethardnesslevel) but nothing works and keeps giving me the same error Help is much apreciated
  4. Im trying to learn how to add blocks to minecraft,i want to add a cake block, i dont care if at first its a full block like cobblestone or wood, i just want to add it to the game succesfully, but i cant manage to create the block object in my BlockBase class. i do have a RegistryHandler, althought i dont really know how it works as i started with a video guide that helped me set everything up. I created succesfully the item TARTA_FRESA but i cant manage to create the block (im trying to create a food item that you can place on the floor like a cake). Help is apreciated.
×
×
  • Create New...

Important Information

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