Jump to content

TenhoNomeDeGaz

Members
  • Posts

    8
  • Joined

  • Last visited

TenhoNomeDeGaz's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I managed to do it in a much easier way than I had tried before but I made a mistake because of the detail, now it works
  2. I made a decorative block that works almost exactly like a lectern, but with a difference in texture and a new definition. But anyway, the books (WritableBook and WrittenBook) have a condition to check if the block is a Lectern, is there any way for me, only in my block, to change this definition. or make the item think my block is a lectern?
  3. first thanks, I found a server that helped me to find this problem and I'm already working on it. secondly i just want to make this mod simply because a friend of mine asked me to, i don't want to make something too complex or grandiose, i really just want to have some underwater functionality for our modpack, it's not something i intend to take forward, beyond that I'm just finding it cool to be learning this, it's not something I intend to get any recognition or feedback on, it's something just for me that because it's so SIMPLE no other person much more qualified than I tried to do.
  4. So... I'm creating a mod (my first mod) to create blocks that are alternative versions of blocks that already exist but with the property waterlogged, and it started with a grindstone. in terms of block placement I got exactly what I wanted, however I couldn't make the grindstone menu work, I feel that something is missing (and also that I'm doing some unnecessary shit), but I couldn't think of what detail did I miss that is causing this problem. https://github.com/tenhonomedegaz/Water-Placement-1.19.2/blob/master/src/main/java/io/github/tenhonomedegaz/underwaterplacement/blocks/WaterLoggedGrindstone.java I tried to record the error but it didn't record, basically the menu opens for a frame and closes automatically. I KNOW this forum is not for newbies, but without help I simply won't be able to improve, and I have nowhere else to turn since there is virtually NO support in my native language and I have to fall back on English, which I understand well but makes it more difficult to access information.
  5. *First of all, thank you, because of what you pointed out, I managed to make even more progress and now I know where to start fixing this problem (and any problems that I will have later on) *Second,actually I'm making a new block and not trying to replace a minecraft block because I know I don't have the knowledge for that. *Third, I didn't know about this forum rule, I thought I could get some help since I love to program but I've never taken a class on it and everything I know I'm learning the hard way. But I want to share a success here, I managed to make a first progress. (it still only stays in that position and if I aim at the ground, in addition to just opening the grindstone menu for half a second, but I already know where to start to solve this)
  6. This is my first mod so I'm pretty inexperienced, I'm trying to create some things to work underwater, like a water flower, armor and tools, enchantment table, bookshelves, anvil and grindstone. I've already managed to make some advances but I'm still quite a newbie, so I wanted to start with what I thought wouldn't be that difficult, the grindstone. I created a java class for it and extended GrindstoneBlock and implemented SimpleWaterloggedBlock, I didn't know where to start so I saw some blocks that are waterloggable (just like I also read SimpleWaterloggedBlock), but I tried to make my block and something it's going wrong, but I don't know what it is and the crash report screen scares me with so much information, so I don't know where to look for what's wrong, can someone help me? My Java Class: https://github.com/tenhonomedegaz/Water-Placement-1.19.2_TESTING-MOD/blob/master/src/main/java/io/github/tenhonomedegaz/underwaterplacement/blocks/WaterLoggedGrindstone.java
×
×
  • Create New...

Important Information

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