Jump to content

martiblq

Members
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

martiblq's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. block models: I don't really have blockstate. would it look like the normal ones?
  2. First time making a custom block model so things went wrong : D. The item model is fine because i can see it properly in my inventory, hand, item frame and etc. When I place it tho it has no texture(the purple black stuff). The model kinda looks like a cauldrin so it has empty space between the 4 legs and when i tried breaking a block under it it worked. So the model works, but there are no texture. This is the class.
  3. the event the block i want it so if you rightclick on the block you don't place blocks
  4. 1.15.I want my block(i'll call it x) to consume whatever block im rightclicking with. i already did the consuming part but if you right click with a block it consumes one and places one next to x. how can i make it so you cant use x to place blocks near it?
  5. this is the code for the held item. i can't just paste it in the block
  6. I want to get an item in my inventory when i rightclick a specific block with a specigic item. I did the item part with an if in an event class. Can i put another if inside the first one that checks if the block is the right one?
  7. 1.12 is not suported so i don't know if you'll get an answer : (
  8. The version is 1.15. I want something to happen when the block the player is looking at is the same as whatever block. So it would be somethis like this if(the block the player is looking at == Blocks.a block) { } I just don't know how to check.
  9. i mean in an if. how do i check if the block im righ clicking at is == to another
  10. Can you show me what is wrong with the onItemUseFinished?Can you show me how it must be?
×
×
  • Create New...

Important Information

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