Everything posted by smankey415
-
Can anyone tell me whats wrong with my mods.toml file (1.14)
thanks it worked sorry if i was annoying
-
Can anyone tell me whats wrong with my mods.toml file (1.14)
which parts need removing
-
Can anyone tell me whats wrong with my mods.toml file (1.14)
How would you change it?
-
Can anyone tell me whats wrong with my mods.toml file (1.14)
where does the mods.toml file need to be placed when running the client?
-
Can anyone tell me whats wrong with my mods.toml file (1.14)
-
Can anyone tell me whats wrong with my mods.toml file (1.14)
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
-
Can anyone tell me whats wrong with my mods.toml file (1.14)
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
IPS spam blocked by CleanTalk.