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.

Featured Replies

Posted

I want to make my mod 100% client side free so I started to play with FML and before i was even started i ran into a problem:

 

When I run the Install.cmd this happens:

 

 

> Recompiling
'"C:\Program Files\Java\jdk1.7.0_04\bin\javac" -Xlint:-options -deprecation -g -
source 1.6 -target 1....' failed : 1

== ERRORS FOUND ==

src\minecraft_server\minecraft_server\cpw\mods\fml\server\FMLServerHandler.java:
547: error: cannot find symbol
        WorldType.DEFAULT.addNewBiome(biome);
                         ^

  symbol:   method addNewBiome(BiomeGenBase)
  location: variable DEFAULT of type WorldType
src\minecraft_server\minecraft_server\net\minecraft\src\ModLoader.java:352: erro
r: cannot find symbol
        return Entity.getNextId();
                     ^

  symbol:   method getNextId()
  location: class Entity
src\minecraft_server\minecraft_server\net\minecraft\src\ServerRegistry.java:52:
error: cannot find symbol
        EntityList.addNewEntityListMapping(entityClass, entityName, id);
                  ^

  symbol:   method addNewEntityListMapping(Class<CAP#1>,String,int)
  location: class EntityList
  where CAP#1 is a fresh type-variable:
    CAP#1 extends Entity from capture of ? extends Entity
src\minecraft_server\minecraft_server\net\minecraft\src\ServerRegistry.java:58:
error: cannot find symbol
        EntityList.addNewEntityListMapping(entityClass, entityName, id, backgrou
ndEggColour, foregroundEggColour);
                  ^

  symbol:   method addNewEntityListMapping(Class<CAP#1>,String,int,int,int)
  location: class EntityList
  where CAP#1 is a fresh type-variable:
    CAP#1 extends Entity from capture of ? extends Entity
src\minecraft_server\minecraft_server\net\minecraft\src\ServerRegistry.java:64:
error: cannot find symbol
        TileEntity.addNewTileEntityMapping(tileEntityClass, id);
                  ^

  symbol:   method addNewTileEntityMapping(Class<CAP#1>,String)
  location: class TileEntity
  where CAP#1 is a fresh type-variable:
    CAP#1 extends TileEntity from capture of ? extends TileEntity
src\minecraft_server\minecraft_server\net\minecraft\src\ServerRegistry.java:101:
error: cannot find symbol
        Class <? extends Entity > entityClazz = EntityList.getEntityToClassMappi
ng().get(entityName);
                                                          ^

  symbol:   method getEntityToClassMapping()
  location: class EntityList
src\minecraft_server\minecraft_server\net\minecraft\src\ServerRegistry.java:137:
error: cannot find symbol
        Class <? extends Entity > entityClazz = EntityList.getEntityToClassMappi
ng().get(entityName);
                                                          ^

  symbol:   method getEntityToClassMapping()
  location: class EntityList
7 errors
==================

Server recompile failed, correct source then rerun updatemd5
Druk op een toets om door te gaan. . .

 

 

Any help?

Please send me all the typo's you found, I'm from Belgium and I'm a little dyslectic and suck @ typing.

width=700 height=100http://dries007.net/banner.png[/img]

Don't decompile FML, use completely fresh jars, touch nothing.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.