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.

smankey415

Members
  • Joined

  • Last visited

Everything posted by smankey415

  1. thanks it worked sorry if i was annoying
  2. where does the mods.toml file need to be placed when running the client?
  3. I shortened the modid it didn't do anything
  4. I was told to get something unique and under 30 characters so i did a random password generator set to like 20 characters. I don't know what example mod? I just edited the one it gave to me in the META-INF resources
  5. When I open the runClient.bat the game gives me an error saying "mods.toml missing metadata for modid example mod" this is my mods.toml file.. modLoader="javafml" loaderVersion="[28.1]" [[mods]] modId="wbgfrg9638f3t88m4cmfhs7xv7tu44" version="0.1" displayName="Smankey415's Enhanced Mob Balancing" description=''' ''' [[dependencies.wbgfrg9638f3t88m4cmfhs7xv7tu44]] modId="forge" mandatory=true versionRange="[28.1]" ordering="NONE" side="BOTH" [[dependencies.wbgfrg9638f3t88m4cmfhs7xv7tu44]] modId="minecraft" mandatory=true versionRange="[1.14.4]" ordering="NONE" side="BOTH" and this is my main java package.. package smankey415.EnhancedMobBalancing; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; import net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; @Mod("wbgfrg9638f3t88m4cmfhs7xv7tu44") public class EnhancedMobBalancing { public static EnhancedMobBalancing instance; public static final String modid = "wbgfrg9638f3t88m4cmfhs7xv7tu44"; private static final Logger logger = LogManager.getLogger(modid); public EnhancedMobBalancing() { instance = this; FMLJavaModLoadingContext.get().getModEventBus().addListener(this::setup); FMLJavaModLoadingContext.get().getModEventBus().addListener(this::clientRegistries); MinecraftForge.EVENT_BUS.register(this); } private void setup(final FMLCommonSetupEvent event) { logger.info("Setup method registered."); } private void clientRegistries(final FMLClientSetupEvent event) { logger.info("Client registries method registered."); } } whats wrong with this thanks be specific as I'm kind of retarded

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.