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.

LexManos

Forge Code God
  • Joined

  • Last visited

Everything posted by LexManos

  1. Why expose doing something bad/wrong. Why not just use the standard structure that FML/Minecraft provides. If you want to override/replace resources just stick them in the resource packs folder...
  2. You'd have to edit level.dat with a nbt editor. Not sure how you guys are churning through bids sofat but you can always manually delete the ones you dont care about in the level.dat. We take no responsibility for you world if you do this.
  3. Waiting on cpw to finish up a vital change to FML and then i'll pull it into Forge. Until this yes, downgrade to the recommended build.
  4. The way you are launching the game is atrocious. Why are you doing it manually like that? Use the installer and normal launchers. You're missing minecraft itself.
  5. at ic2.core.network.RpcHandler.onConnect(RpcHandler.java:98) ~[RpcHandler.class:?] Looks like IC2 has a issue.
  6. I wonder where the logs could be, maybe in the logs folder?
  7. cpw.mods.fml.common.MissingModsException You're missing atleast one mod. Read the FML log for details.
  8. You will get no support for base editing on this forum.
  9. It'd solve this crash yes.
  10. at com.thevoxelbox.voxelmenu.VoxelMenuModCore.onTick(VoxelMenuModCore.java:362) You need to ask the creators of VoxelMenu.
  11. Find the loading code and take a look. Logs should tell you if its a invalid entity with the whole "Skipping Entity with id <important information here>" Looking at the csv dumps, yes you guys will have to manually register a 'alias' in the stringToClass map as Dies said.
  12. Logs logs logs. JUST putting the file in the libraries folder is not enough to update, You need to create a new 'Version' for the launcher. Which is what our installer does.
  13. Entities are saved to world by registered name NOT by ID. So if you do it correctly entities will NOT 'disappear' We also have loading hooks you can use to translate things on chunk load. It's not difficult to do, just takes time.
  14. Interesting, Looks like something disabled mipmapping. I'll look into it. Either way shouldn't effect your gameplay just a slight 'static' Edit: Found it, Fry broke mipmapping There will be a update sometime tonight to fix it, got a couple other things to tackle.
  15. Creating a "Animation API" is ambigious. The problem is Minecraft has a set level of animations they things like armor and weapons support anything expanding on that would usually require moddelers to create more animations which is just a pain. 1.8 introduced a bit more modeling into the game itself but mainly for blocks/items the next logical extension of that would be them to do player/entity models external in the future. Perhaps if it is a more well thought out and proposed idea that those who deal with rendering and models can critique then we can assess it. However "I want a new API!!!" is'nt productive.
  16. I cant go and hold the hand of every mod maker there are PLENTY of tutorials on how to register entities as this system has been in place for over a year... https://github.com/MinecraftForge/FML/blob/master/src/main/java/net/minecraftforge/fml/common/registry/EntityRegistry.java#L146 Point them at that.
  17. You cant put reis minimap on the server.
  18. AnimalBikes, Nopes NPCs, ToMuchTNT, 'fyresmodjam', thermalfoundation, and Flan's mod are ALL registering entities incorrectly. Anything over the ID 128 will error.UNLESS they register their mobs correctly and use Forge's system. Using Forge's system every mod gets its own ID range and nothing conflicts. So, simple answer is you have to many 'bad' mods installed. Remove some or yell at the modder to update to the better system.
  19. Provide the actual log. And for this trace it issue is that one of the mods you have installed is registering its mob ids incorrectly. what are you configuring mob ids for? The mods no longer need to share the same ID space so there should not be any need to configure mob ids.
  20. There was no crash there, and nothing to do with skipping entity ids. You however do have a lot of stack traces in the log due to bad configurations of quite a few mods. So.. What are you talking about?
  21. Update Forge. There is no reson to stay on 1.7.2, MOST .2 mods will work fine on .10 Beyond that just freakin update, or read the eaq it answers this exact issue in like 3 different ways.
  22. cpw and I finally got sick enough of it to delve into the pre-gradle wasteland.
  23. If you dont know a answer you can look it up. Thats something bots cant do. And yes captchas are to keep bots out, these questions ARE a captchas. Bots these days are extremely adept at reading images no matter how hard you make them. But simple questions that anyone should know and if not be able to look up is where they fail. And since this a minecraft related site its pretty reasonable to assume its uses know some of the basics of minecraft. I'm sorry that you failed so badly that you felt it necessary to post this but no the questions stay. The thousands of bots it's turned away is worth the SMALL inconvenience to those who need to look things up. And think of the bright side, you learned something new about Minecraft!

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.