Jump to content

Search the Community

Showing results for tags 'java'.

  • Search By Tags

    • java ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. Hey so I'm really new to Java/Minecraft, coding, as I've followed a few tutorials on YouTube for the Minecraft side of java, But I've been trying to figure out how I can make a custom coal block to be smeltable? I have the "coal" object itself ready and working, but I haven't been able to find a way...
  2. Hi, I'm currently coding an entity that I want to stop moving every time it attacks, but the entity attribute modifiers I'm trying to use don't work, and I'm trying to figure out how to utilize it correctly. AttributeModifier STOP_MOVING = new AttributeModifier( UUID.fromString("58c86...
  3. Hello there! I'm here today to invite you to join us in an experience like no other. We play on a server that aims to simulate civilization in minecraft and we invite you to join us. Become part of an expansive nation, grow your power and influence or perhaps simply assist your countryme...
  4. I'm making a modpack and VS and VS eureka are a big part of it but I can't get them to work without crashes, I'm hoping there is some problem I'm overlooking or unable to find. Can anyone help? ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 5/26/24 1:19 AM Description...
  5. Greetings! If you clicked on this I can only assume you have at the very least a slight interest in using Minecraft as a vehicle for creating stories, roleplaying, and worldbuilding, which is amazing to hear, thank you for your interest and I will do my best to explain this as much as I can here but...
  6. Greetings! If you clicked on this I can only assume you have at the very least a slight interest in using Minecraft as a vehicle for creating stories, roleplaying, and worldbuilding, which is amazing to hear, thank you for your interest and I will do my best to explain this as much as I can here but...
  7. Hello there! I'm here today to invite you to join us in an experiance like no other. We play on a server that aims to simulate civilization in minecraft and we invite you to join us. Become part of an expansive nation, grow your power and influence or perhaps simply assist your countrymen in t...
  8. Hello there! I'm here today to invite you to join us in an experiance like no other. We play on a server that aims to simulate civilization in minecraft and we invite you to join us. Become part of an expansive nation, grow your power and influence or perhaps simply assist your countrymen in t...
  9. I have been following this tutorial for my mod, though I am wondering how I add multiple items in the ModRecipeProvider class. ShapelessRecipeBuilder.shapeless(RecipeCategory.MISC, ModItems.LEMON_JUICE.get(), 4) .requires(ModItems.LEMON.get()) .save(pWrite...
  10. Hey folks. I am working on a custom "Mecha" entity (extended from LivingEntity) that the player builds up from blocks that should get modular stats depending on the used blocks. e.g. depending on what will be used for the legs, the entity will have a different jump strength. However,...
  11. I am wanting to export my mod to a .zip file in IntelliJ version 2024.1 but cannot. I am not sure what to do, the only options available to me are "Files or selection to HTML" and "Project to eclipse." A possible theory I have is that IntelliJ believes that my mod is a HTML file, th...
  12. I have recently received support for my upcoming mod, which I have implemented but have received multiple errors giving the same output. I am not sure what to do as I have found out the meaning of java.lang.IllegalStateException and java.lang.ExceptionInInititializerError, though this has not helped...
  13. As well all know in minecraft inventory items (that can have more then 1 item amount) show a number once there amount goes above 1 (3 for the acacia plank for example) as shown below: now im trying to not render the item amount I found the following way I could maybe do that: pu...
  14. Hello everyone, I'm making this post to seek help for my modded block, It's a special block called FrozenBlock supposed to take the place of an old block, then after a set amount of ticks, it's supposed to revert its Block State, Entity, data... to the old block like this : The problem...
  15. im making a mod that adds walls, stairs, etc and i was wondering how i can pull the vanilla textures for this code pastebin: https://pastebin.com/C1atQA4f what im trying to change to get the vanilla texture: fenceItem(JDFences.CRIMSON_SKINNED_LOG_FENCE, Blocks.STRIPPED_CRIMSON_HYPHAE); but...
  16. Can anyone please make a script for when you get hit by another entity (or player only), you jump? This can be toggled on/off via the CAPSLOCK key.
  17. Me and my friend were making a modpack to play together, but I can't enter in his world and i can't in mine. When we try, a message saying "Connection Lost Internal Exception: io.netty.handlers.codec.EncoderException: Failed to encode: Can't access registry ResourceKey[minecraftroot A minecr-a...
  18. I am coding the mod using Intellij community edition with the Adoptium sdk 17 download, all the models i have made using Blockbench, the minecraft version is 1.20.4 and the forge version is 49.0.30. I am trying to make a medieval furnace and i have made the model exceed the 1 block so i have made 3...
  19. Hi, I have a scenario where I would like the player to die no-matter-what. Player#die(DamageSource dmgSrc) seemed like the obvious solution, but I couldn't for the life of me figure out why my custom damage source's death message wasn't displaying (I originally had DamageSource.GENERIC as a placehol...
  20. Hello, I got some code that won't register in Forge (MC=1.20.4), (FML=49.0.30) (It basically iterates through an array all supported Minecraft languages and picks at random one and reloads ResourceManager with it: List<String> languageCountryCodes = new ArrayList<>(); Collec...
  21. Been having this crash report on a pack I'm running with some friends. No idea what's causing it, was able to replicate this crash by making a new modpack with nothing but mekanism in it https://pastebin.com/RNQLVEP4 Mekanism definitely isn't the problem I've just identified it as having i...
  22. I am running a server with my friends and it has worked perfectly until a few days ago when every time I open the server I get this error: "[LanServerPinger #1/WARN] [minecraft/LanServerPinger]: LanServerPinger: Network is unreachable: no further information" I have not updated anything or...
  23. Hi, I wanted to switch from Aternos cloud server to my own. 1. I downloaded the latest version: forge-1.12.2-14.23.5.2859.jar for the server. 2. Made start.bat java -Xmx10G -Xms10G -jar forge-1.12.2-14.23.5.2859.jar nogui pause 3. An error occurred in the log file: [09:40:23] [ma...
  24. I'm trying to render an obj file as an item and it works great but the thing is I also want to disable its shading! I don't have any clue how to do that 1.18.2 forge
  25. I am trying to add the goal to animals which let them constantly search for water block and approach it. I have tried using the iterator, which however not always returns the closest water block. The following code can function properly but I think this may very performance consuming? I want t...
×
×
  • Create New...

Important Information

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