All Activity
- Past hour
-
LocoDelTren joined the community
-
Minecraft launcher crashes when i try to run Minecraft Forge 1.13 - 1.19.2
Hi, I know that it has passed a lot of time but it has happened the same to me. (Sorry, i know my english is quite bad) I couldn't find the file fml.toml Where can i find it? Thank you.
- Today
-
Help with Narrator mixin crashing a server
There is a fix now: https://www.curseforge.com/minecraft/mc-mods/the-dawn-era-library-patch
-
fartballs182 joined the community
-
Crash: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: com.mojang.text2speech.Narrator
Bumping it for others running into this issue There is a fix by LilRicefield for the DawnEra server issue So this mod makes DawnEra working on a server Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: com.mojang.text2speech.Narrator Put this mod into your server's mods folder (not needed on the client): https://www.curseforge.com/minecraft/mc-mods/the-dawn-era-library-patch
-
Orbital strike cannon fishing rod mod
Also mk6 spreadsheet now works and its so fun to fire. I just needed google sheets Instead of excel.
-
idrisidris0321 joined the community
-
java.exe finished with non-zero exit value 1 error while runClient
This is an ancient thread, you should read the FAQ, and make a new post, posting logs as described to an external site, and linking to it in your post.
-
BigDaddyCheese joined the community
-
pclxr joined the community
-
Eallbith joined the community
- Yesterday
-
Tagyourit joined the community
-
GetGoodBoi joined the community
-
serinesol joined the community
-
Lynx0313 joined the community
-
Orbital strike cannon fishing rod mod
Yea i was actually coming back to mention that. I thought it was with tnt minecarts and I did use the OSC mk4. Although the OSC mk6 spreadsheet is different and keeps glitching. Also you don't have to get mad I simply thought you gave up on it. Yea i was actually coming back to mention that. I thought it was with tnt minecarts and I did use the OSC mk4. Although the OSC mk6 spreadsheet is different and keeps glitching. Also you don't have to get mad I simply thought you gave up on it.
- Last week
-
java.exe finished with non-zero exit value 1 error while runClient
have you solved the problem? if you decide, tell me how to fix it.
- java.util.ConcurrentModificationException: null - Exception in server tick loop
- java.util.ConcurrentModificationException: null - Exception in server tick loop
-
Orbital strike cannon fishing rod mod
Bro are we serious IM WORKING ON MAKING IT AS ACCURATE AS POSSIBLE If you want it on a free server us FALIXNODES instead of aternos because aternos requires like 10k downloads before they think of adding it falix lets you add whatever Also if you ever used the REAL ORBITAL CANNON stab shots are made of tnt not carts dummy
- java.util.ConcurrentModificationException: null - Exception in server tick loop
- java.util.ConcurrentModificationException: null - Exception in server tick loop
- java.util.ConcurrentModificationException: null - Exception in server tick loop
- java.util.ConcurrentModificationException: null - Exception in server tick loop
- David Cristian
-
RyanMitch52 changed their profile photo
-
Why Has the Forge Development Forum Become So Empty?
I agree, and that's why I've enabled the RSS notifications for the forums on my phone. Often times it is difficult to share things on here that can be condensed into a single forum post. As for development, the discussion that happens on GitHub is not for releases but rather for the active development of the feature itself. I'm happy to discuss more things on the forums in the future, but I've been more focused on keeping my head down and getting things working. There's still a lot to do with the toolchain before I can do more things on the forums and the Forge project itself.
-
I need a mod to help build something similar litematica
Try Structurize or Building Gadgets — they work great on Forge 1.20.1 and are probably the closest alternatives to Litematica.
-
Why Has the Forge Development Forum Become So Empty?
Yeah, you’re totally right — it’s been noticeably quieter here over the past few years. Most of the modding discussion has definitely shifted to Discord servers and sometimes Reddit, since they offer faster responses and real-time collaboration. Forums like this used to be the main hub for documentation and troubleshooting, but now people prefer quick chats or sharing snippets on GitHub and Discord. The downside is that a lot of useful info gets buried or lost over time instead of being archived like it was here.
-
- java.util.ConcurrentModificationException: null - Exception in server tick loop
- Internal Exception help
-
- java.util.ConcurrentModificationException: null - Exception in server tick loop
- Internal Exception help
-
Can't boot server
These are the Minecraft Forge forums, you should probably ask for Fabric support wherever they give Fabric support for best results. (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/ very first item listed there)
-
Can't boot server
I'm trying to launch a server on exaroton but it keeps crashing and I dont understand why. Fabric 1.20.1 Server Log [#3bV538l] - mclo.gs
-
Creating a resource pack
I found out that run/resourcepacks and src/main/resources/ serve different purposes. Resourcepacks In run/resourcepacks/ you can add assets for existing parts of the game. E.g. to overwrite the texture of the vanilla creepers: run/resourcepacks/ └── myresources ├── assets │ └── minecraft │ └── textures │ └── entity │ └── creeper │ └── creeper.png ├── pack.mcmeta └── pack.png 7 directories, 3 files The content of pack.mcmeta: { "pack": { "description": "My resources", "pack_format": 64 } } For the pack_format for your version of MC see: https://minecraft.wiki/w/Tutorial:Creating_a_resource_pack#Pack_format pack.png is optional. You do not have to zip the contents. ResourcesIn src/main/resources you put the resources, i.e. client side assets, server side data, for your mod. E.g.: src/main/resources/ ├── META-INF │ └── mods.toml ├── assets │ └── myfirstmod │ ├── items │ │ └── banana.json │ ├── lang │ │ ├── de_de.json │ │ └── en_us.json │ ├── models │ │ └── item │ │ └── banana.json │ └── textures │ └── item │ └── banana.png ├── data │ └── myfirstmod │ └── recipe │ ├── my_first_shaped.json │ └── my_first_shapeless.json ├── pack.mcmeta └── pack.png 13 directories, 10 files
IPS spam blocked by CleanTalk.