Skip to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

warjort

Members
  • Joined

  • Last visited

Everything posted by warjort

  1. [09:52:57] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/YourMother/Desktop/modded/nstallserver/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=SERVER Exception in thread "main" java.io.UncheckedIOException: java.util.zip.ZipException: zip END header not found at [email protected]/cpw.mods.niofs.union.UnionFileSystem.openFileSystem(UnionFileSystem.java:59) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(AbstractList.java:720) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) at [email protected]/cpw.mods.niofs.union.UnionFileSystem.<init>(UnionFileSystem.java:52) at [email protected]/cpw.mods.niofs.union.UnionFileSystemProvider.newFileSystemInternal(UnionFileSystemProvider.java:115) at [email protected]/cpw.mods.niofs.union.UnionFileSystemProvider.newFileSystem(UnionFileSystemProvider.java:105) at [email protected]/cpw.mods.jarhandling.impl.Jar.<init>(Jar.java:75) at [email protected]/cpw.mods.jarhandling.SecureJar.from(SecureJar.java:58) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.moddiscovery.AbstractModLocator.createMod(AbstractModLocator.java:35) Looks like one of your mods wasn't downloaded correctly. The jar file is truncated/incomplete. Unfortunately, the error message doesn't say which one.
  2. https://forums.minecraftforge.net/topic/91712-supported-version-directory/
  3. If this is a user question: options -> controls -> mouse settings -> mouse sensitivity If this is a modding question: Minecraft.getInstance().options.sensitivity().set(.25d); NOTE: The real value is stored between 0.0 and 1.0, but displayed on screen as 0% to 200% so 0.25 = 50%
  4. For curseforge you need to enable the forge debug log in the minecraft settings.
  5. createdeco-1.2.9-1.18.2.jar |Create Deco |createdeco |1.2.9-1.18.2 |ERROR |Manifest: NOSIGNATURE Your problem is likely caused by createdeco not being up-to-date with the latest changes to create. https://www.curseforge.com/minecraft/mc-mods/create-deco?comment=128 But you will need to post a link to your logs/debug.log if you want us to confirm/find the real problem.
  6. The real solution is to fix your browser, e.g. clear your cookies/cache to remove broken information or uninstall/update broken browser plugins. But, on the download page click "show all versions". Next to the installer you want to download there is an "i" where you can see a direct download link.
  7. Isn't this just a case of returning OTHER_PROBLEM (which doesn't display a message)? But before you do that use player.displayClientMessage() to display whatever message you want.
  8. Download the latest optifine 1.18.2 preview. https://github.com/sp614x/optifine/issues/7009#issuecomment-1228057896
  9. That's what I said. I answered it because the problem is really a gradle (repository config) issue rather anything mixin specific.
  10. This is like walking into a shoe repair shop and asking if they can fix your glasses. 🙂 These are the forge support forums, not mixin. Anyway, you appear to be missing the sponge/mixin maven from your repository configuration: - Plugin Repositories (could not resolve plugin artifact 'org.spongepowered.mixin:org.spongepowered.mixin.gradle.plugin:0.7.+') Searched in the following repositories: Gradle Central Plugin Repository maven(https://maven.minecraftforge.net/) e.g. https://github.com/VazkiiMods/Botania/blob/eae067be2c5df0cf89c4e978c3fa2c693580a120/Forge/build.gradle#L5
  11. No Magma is a fork of Forge. Forge doesn't have the patch that is in play here: https://git.magmafoundation.org/magmafoundation/Magma-1-18-x/-/blob/1.18.x/patches/minecraft/net/minecraft/world/level/block/grower/AbstractTreeGrower.java.patch#L24
  12. Other people have the same issue as you with Smart Farmers: https://www.curseforge.com/minecraft/mc-mods/smarter-farmers-farmers-replant/issues/9 You don't have the latest version of moonlight: https://www.curseforge.com/minecraft/mc-mods/selene/files/all?filter-game-version=2020709689%3A7498 But Smart Farmers hasn't been updated since June. https://www.curseforge.com/minecraft/mc-mods/smarter-farmers-farmers-replant/files You need to talk to the mod author.
  13. This isn't forge.
  14. Correct. It was also frustration at having to "spoon feed" every single line of code to the original poster. I am not sure how much of this feature they have actually written for themselves. 🙂
  15. Sorry, but it's up to you manage your mods and read their documentation. If you can't do this yourself, use a modpack where somebody has already done this for you. This is the forge support forum. As a service we can you point to which mod causes a problem, but ultimately it's the mod author that must help you.
  16. Scratch that, it is rubidium not createdeco. It's the same problem, but you don't need that on the server. So you can remove it along with its other related client side only mods like oculus.
  17. This is a bug with createdeco trying to load client classes on the server. Contact the mod author. Although, I believe createdeco is not up-to-date with recent changes to create anyway: https://www.curseforge.com/minecraft/mc-mods/create-deco#c128
  18. Is that a serious question? Did you even look at that class?
  19. It's not sketchy. Another way you could solve the issue is to uninstall your java and reinstall it. This assumes your java installer actually adds the file association for .jar files.
  20. https://johann.loefflmann.net/en/software/jarfix/index.html
  21. No, you don't create the player, that will cause all kinds of issues. You update the ServerStatsCounter directly. e.g. the equivalent of your player.resetStat(stat) is stats.setValue(null, stat, 0); Although setValue() takes a player as the first parameter, you can see in the code it doesn't actually use it. So you can pass "null". The idea of using the ServerStatsCounter to update the value is so you don't have worry about the correct handling of the json format.
  22. Your original problem is MultiMinecraft2 telling forge to use files that don't exist. Looks like a download problem with that launcher, you will need to contact them about this.
  23. You can if you really want to, but you won't get support in these forums.

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.