Jump 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.

obsidianfennec

Members
  • Joined

  • Last visited

Everything posted by obsidianfennec

  1. I had exactly the same problem! But i fixed it. How? First of all, this: is NOT a proper answer because it literally says "I don't want to spend my time helping you. F**k off". This spurns most of the potential devs and discourages them. The official documentation is neither very helpful for newcomers. I can't say that it is a piece of shit because it is almost non-existent, so you can't scientifically prove that it is shit if you can't measure its 'shitness'. SO, the actual answer starts here. Mods using mixins have mappings for OBFUSCATED minecraft only, so these mods will inevitably crash in deobfuscated environments such as development environment. So, to fix this you need to use some mechanism to automagically® remap existing maps. Applying org.spongepowered.mixin will do. Put this into build.gradle: buildscript { repositories { mavenLocal() jcenter() maven { url = "https://maven.minecraftforge.net/" } maven { url = "https://repo.spongepowered.org/maven" } } dependencies { classpath 'net.minecraftforge.gradle:ForgeGradle:5.1.+' classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT' } } apply plugin: "org.spongepowered.mixin" This is a very bad piece of code. I know I should've done this in another way. But I don't know the right way because I'm noob at modding.

Important Information

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

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.