Search the Community
Showing results for tags 'java'.
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
1.20.1 DataGen: Help with multiple items for a recipe.
DroidCrafter23 posted a topic in Modder Support
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... -
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
- 1.7.10
- broken mod
-
(and 1 more)
Tagged with:
-
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...
-
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...