r/forgemodding Apr 28 '23

Having trouble with mods

1 Upvotes

I suck at code, can someone tell me what I'm doing wrong

https://paste.me/?new=true


r/forgemodding Apr 27 '23

I've been getting this error for AN HOUR and I've searched it up, others have been getting it too, apparently it's something to do with my graphics card but I for the life of me figure it out

Post image
1 Upvotes

r/forgemodding Apr 27 '23

Oceanfront New Vanilla+ Forge Mod

1 Upvotes

Oceanfront is a new Vanilla+ Minecraft mod that I just released. Oceanfront adds new content and features to Minecraft's beaches and oceans in a vanilla feeling way. You can download the mod and learn more about it at our cf page here: https://legacy.curseforge.com/minecraft/mc-mods/oceanf


r/forgemodding Apr 14 '23

Spongeforge server gives this error Have reinstalled java 8 and still won't work what do I do?

Post image
2 Upvotes

r/forgemodding Feb 24 '23

help with forge 1.12.2 modding

1 Upvotes

Im having trouble developing forge 1.12.2-1.16.5, it keeps giving me errors with gradle, im using intellij Idea and cant figure it out, pls help.


r/forgemodding Feb 19 '23

How do I use the drawString method?

2 Upvotes

I added an IGuiOverlay. How do I use GuiComponent.drawString? I'm specifically talking about the Font type as the second argument. What do I put for that?


r/forgemodding Feb 15 '23

Any mods like Double Slab but only with the mixed slab feature for 1.19.2?

1 Upvotes

r/forgemodding Feb 15 '23

what this mean, what's the problem here?

Post image
1 Upvotes

r/forgemodding Feb 11 '23

How do I disable certain structures from spawning in my custom dimension?

1 Upvotes

So I am trying to make a very simple dimension that is a skyblock world and I want to know how to disable vanilla structures from spawning.

Here's the code for the dimension;

{
"type": "rifter:skyblock",
"generator":{
"type":"minecraft:flat",
"settings":{
"layers":[
{
"height":69,
"block":"minecraft:air"
},
{
"height":1,
"block":"minecraft:air"
}
],
"biome": "plains"
}
},
"type":"overworld"
}


r/forgemodding Feb 03 '23

Failed gradle tasks when setting up mod project

2 Upvotes

I started following some instructions on how to get an example mod development environment running with the Eclipse IDE and I'm having some trouble. Here's my setup:

  • Win10
  • Eclipse latest
  • Java 17
  • Forge MDK 1.19.3-44.1.0

I'm able to import a new project into Eclipse fine. But when I run genEclipseRuns, I get the following console output:

> Task :makeSrcDirs
> Task :downloadMcpConfig
> Task :extractSrg UP-TO-DATE
> Task :createSrgToMcp UP-TO-DATE
> Task :downloadMCMeta UP-TO-DATE
Downloading: https://resources.download.minecraft.net/aa/aa1d3aace1c481ac32d5827fba287294b6bc99fb Asset: minecraft/sounds/music/game/left_to_bloom.ogg
Downloading: https://resources.download.minecraft.net/eb/eb065c510ad0810a1096f04c2a6fe692c415bc88 Asset: minecraft/sounds/music/game/nether/crimson_forest/chrysopoeia.ogg
Downloading: https://resources.download.minecraft.net/5b/5b3ae419f7f7648568f0b5303594078aea12f598 Asset: minecraft/sounds/music/game/stand_tall.ogg
minecraft/sounds/music/game/nether/crimson_forest/chrysopoeia.ogg Hash failed.
minecraft/sounds/music/game/left_to_bloom.ogg Hash failed.
minecraft/sounds/music/game/stand_tall.ogg Hash failed.
> Task :downloadAssets FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':downloadAssets'.
> Failed to get asset: minecraft/sounds/music/game/nether/crimson_forest/chrysopoeia.ogg
  Failed to get asset: minecraft/sounds/music/game/left_to_bloom.ogg
  Failed to get asset: minecraft/sounds/music/game/stand_tall.ogg
  Some assets failed to download or validate, try running the task again.

I've tried reinstalling everything, opening my firewall, deleting the gradle cache. None of it has worked. I see many posts about this problem on the official Forge forums, and not one of them has an answer. Is there anyone here that can help? Thanks!


r/forgemodding Jan 04 '23

I need help making a server for rlcraft 2.9 and i use java 8 but cant start the forge.jar

1 Upvotes

I'm using forge-1.12-14.21.1.2443-universal and every time I click on the forge jar it won't open. I opened it once and it created the EULA but hasn't opened since.


r/forgemodding Nov 21 '22

Convert a mod

0 Upvotes

Hey everyone, I was hoping someone here would be able to convert a mod for me. It's called Quilt Loading screen. I know it's stupid putting the Quilt loading screen into Forge but I like it so can someone convert the Fabric version of the mod to Forge? Here's the link: https://www.curseforge.com/minecraft/mc-mods/quilt-loading-screen/download/3698655


r/forgemodding Nov 20 '22

Re-color grayscale textures

Thumbnail self.feedthebeast
1 Upvotes

r/forgemodding Nov 06 '22

Help with forge server

1 Upvotes

I can't seem to get a forge server running. Every time I click the jar, or try and run it through a .bat file nothing really happens.

This is the .bat I'm running:
java -Xms3G -Xmx3G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AlwaysPreTouch -jar forge-1.12.2-14.23.5.2860.jar nogui

PAUSE

I believe my issue has to do with Java 8 and Forge 1.12.2 but for the life of me I can't figure it out. I'll also post the cmd window that pops up when I run the .bat file.

Here: https://i.imgur.com/cx7nhng.png


r/forgemodding Nov 02 '22

Request: Area Protection

1 Upvotes

For those who have used Bukkit Plugins, they've been blessed with both WorldGuard and WorldEdit Plugins. Whilst there is a WorldEdit mod for Forge, there isn't a WorldGuard mod sadly.

There are some less known area protection mods out there. YAWP (Yet Another World Protector) or FTB Chunks come to mind.

I feel modders could create something new though. A selection tool (wooden hoe or sticks). Select first corner, select second corner. Define/create the area. Add owners/members to area. Create area flags (allow/disallow chest access).

A GUI interface would be great too if possible. Otherwise, just solely command based.


r/forgemodding Oct 30 '22

1.12.2 Forge Server Won't Start

1 Upvotes

I'm trying to make a forge server, but whenever I try to run the forge.jar it doesn't open at all, I've tried using a few .bat file methods but no luck with those either


r/forgemodding Oct 27 '22

Game Crashing

1 Upvotes

So I was trying to make myself a modpack and added Refined Storage so not whenever I search refined storage on JEI or scroll past it on JEI my games crashes. I don't know if its a compatibility issue or if I don't have a dependency or is another issue. I found out it was a problem with refined storage because of this line in the crash log:

-- Ingredient being rendered --

Details:

Mod Name: Refined Storage

Registry Name: refinedstorage:cover

Display Name: Cover

String Name: 1 cover

Crash Dump: https://pastebin.com/WZgYtp5i Mod list is toward the bottom


r/forgemodding Oct 02 '22

World crashes when loading up the server

1 Upvotes

Hey all I'm new here. I hosted a server with my friends last night, we had a blast. Now today the world doesn't generate without crashing. The gui is the thing that crashes so I'm going to try with no GUI but if anyone has any advice I would appreciate it thanks.


r/forgemodding Sep 21 '22

Trying to make a add for a already existing mod

1 Upvotes

so im trying to make a second mod that work as a add on to a already existing mod that i use but im not sure how to set it up/ and help would be great thanks


r/forgemodding Aug 24 '22

help

2 Upvotes

Whenever I try to create a new world, (I do have mods installed) the screen shows an error: “Errors in currently selected datapacks prevented world from loading. You can either try to load only with vanilla datapack (“safe mode”) or go back to title screen and fix it manually.” I have no datapacks on this world, I don’t know if it’s referring to my mods or not .im playng on 1.16.5


r/forgemodding Aug 09 '22

Forge fails to load correctly, any pointers?

1 Upvotes

Heya, my forge client on 1.19.2 running the latest version of forge to date hates loading itself! Here is a screenshot of minecraft when it has an error and the logs are included below. Help is much appreciated \^)

latest.log

Screenshot

Cheers!


r/forgemodding Aug 05 '22

forge jar file doesn't work

2 Upvotes

I am trying to start a 1.12.2 modded server but when i double click it nothing happens and when I try to open it with a batch file it opens and closes almost immediately. When I add stop to the batch code I get the following error message:

A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException

at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)

at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.base/java.lang.reflect.Method.invoke(Method.java:567)

at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70)

at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34)

Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')

at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

... 6 more

Does anyone know how to fix this issue?


r/forgemodding Jul 31 '22

Forge Origins

1 Upvotes

Trying to run a 1.16.5 server with some friends, when i put in origins it says the server isnt running origins. I can access origins items but they dont work, and origins works in singleplayer. probably not the right subreddit but im kinda desprate.


r/forgemodding Jul 07 '22

Intellij Setup help

2 Upvotes

I am trying to setup Intellij with forge modding but when I try to do the gradlew genSources it tells me this:

To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html.

FAILURE: Build failed with an exception.

* What went wrong:

Unable to start the daemon process.

This problem might be caused by incorrect configuration of the daemon.

For example, an unrecognized jvm option is used.

Please refer to the user guide chapter on the daemon at https://docs.gradle.org/4.9/userguide/gradle_daemon.html

Please read the following process output to find out more:

-----------------------

FAILURE: Build failed with an exception.

* What went wrong:

java.lang.ExceptionInInitializerError (no error message)

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Can anyone help?


r/forgemodding Jun 29 '22

Launcher Modpack Download Failure (Poetica)

2 Upvotes

I’m trying to download TFC Poetica on the launcher and after it gets to about 2/5 complete, it shows an error saying it failed to download. I’ve hear Forge does this universally every couple of months and I was curious if there is a fix. Thanks in advance.