satoshinm / modpack

0 stars 0 forks source link

Add Avaritia, Draconic, Project E. Remove Harvestcraft. Closes GH-43 #69

Closed satoshinm closed 7 years ago

satoshinm commented 7 years ago

https://github.com/satoshinm/modpack/issues/43

satoshinm commented 7 years ago

Have I run out of ids??

[00:40:02] [Client thread/ERROR] [FML]: The following problems were captured during this phase [00:40:02] [Client thread/ERROR] [FML]: Caught exception from ProjRed|Illumination cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: Invalid id 10017 - maximum id range exceeded.

Caused by: java.lang.RuntimeException: Invalid id 10026 - maximum id range exceeded. at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:379)

cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: Invalid id 10017 - maximum id range exceeded. at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:239) at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188) at mrtjp.core.block.InstancedBlock.(tileblock.scala:133) at mrtjp.projectred.illumination.BlockLamp.(blocks.scala:27) at mrtjp.projectred.illumination.IlluminationProxy_server.init(proxies.scala:28) at mrtjp.projectred.illumination.IlluminationProxy_client.init(proxies.scala:63) at mrtjp.projectred.ProjectRedIllumination$.init(ProjectRedIllumination.scala:36)


There is http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2467198-notenoughids-maximum-id-range-exceeded-no-more but it is for extending block IDs to 65535 and item IDs to 65534, but compatibility problems. May have to do without some IDs.


http://www.minecraftforge.net/forum/topic/27699-maximum-id-range-exceeded-even-with-uninstalled-mods/ says the maximum id is 4096, but IDs are not freed when removing a mod. 10017 is quite ahead of 4096...

satoshinm commented 7 years ago

Removing ProjectE fixes the exceeded limit, but this is all the content it had: https://github.com/sinkillerj/ProjectE/wiki

How many blocks do I have now? Searching for "Injected new Forge block material" from the server logs: 3746. This leaves only "620" free (or does it? blocks and items take up space <4096: http://minecraft-ids.grahamedgecombe.com). How many blocks from each mod? New dimension mods (https://github.com/satoshinm/modpack/pull/49) take up a ton:

block count mod
310 THEBETWEENLANDS
301 BOTANIA
269 EREBUS
201 CHISEL
187 HARVESTCRAFT
126 MISCUTILS
124 IHL
116 NATURA
84 TCONSTRUCT
83 BIOMESOPLENTY
75 RFTOOLS
71 PNEUMATICCRAFT
70 FORGOTTENNATURE
68 APPLIEDENERGISTICS2
66 EXTRABIOMESXL
65 CFM
62 ENDERIO
56 TWILIGHTFOREST
56 IC2
54 MALISISDOORS
53 EXTRAUTILITIES
53 AUTOMAGY
49 HARDCOREENDEREXPANSION
47 ATUM
46 GALACTICRAFTCORE
45 THAUMCRAFT
42 FORESTRY
38 OPENBLOCKS
38 MINEFACTORYRELOADED
37 OPENCOMPUTERS
36 DRACONICEVOLUTION
36 BIBLIOWOODSFORESTRY
35 RAILCRAFT
34 THAUMICTINKERER
34 BIBLIOCRAFT
31 BEYONDREALITYCORE
25 EXTRATIC
24 PRESSURE
24 PRACTICALLOGISTICS
23 GREGTECH
23 GALACTICRAFTMARS
22 IMMERSIVEENGINEERING
19 THERMALEXPANSION
18 RANDOMTHINGS
18 CARPENTERSBLOCKS
18 BIBLIOWOODSNATURA
18 BIBLIOWOODSBOP
16 STORAGEDRAWERS
15 COMPUTRONICS
14 NETHERROCKS
13 REDLOGIC
13 IMMERSIVEINTEGRATION
13 GENDUSTRY
13 DIMDOORS
12 THERMALFOUNDATION
12 THAUMICEXPLORATION
12 STORAGEDRAWERSMISC
12 STORAGEDRAWERSFORESTRY
12 STEVESFACTORYMANAGER
12 MYSTCRAFT
12 BIGREACTORS
11 ROUTERREBORN
11 FACTORIZATION
10 STEVESCARTS
9 THAUMICENERGISTICS
8 FLANSMOD
8 BUILDCRAFTFACTORY
8 AVARITIA
8 ARCHIMEDESSHIPS
8 ADVANCEDREPULSIONSYSTEMS
7 XRELIQUARY
7 WITCHINGGADGETS
7 MOCREATURES
7 FLOODLIGHTS
7 BUILDCRAFTBUILDERS
6 SOLAREXPANSION
6 POWERCONVERTERS3
6 EXTRACELLS
6 ENHANCEDPORTALS
5 THERMALDYNAMICS
5 PROJREDEXPLORATION
5 JAKJ
5 FRAMEZ
5 BUILDCRAFTCORE
4 USEFULFOOD
4 IC2NUCLEARCONTROL
4 COMPACTWATERTURBINES
4 ADVANCEDMACHINES
3 SUPERCRAFTINGFRAME
3 ENDERZOO
3 BUILDCRAFTSILICON
3 BUILDCRAFTENERGY
3 AROMA1997SDIMENSION
2 TUBESTUFF
2 STEVESADDONS
2 STATUES
2 PROJREDILLUMINATION
2 PROJREDCOMPATIBILITY
2 POWERSUITS
2 PORTALGUN
2 LOGISTICSPIPES
2 INFINITUBES
2 BUILDCRAFTTRANSPORT
2 BUILDCRAFTROBOTICS
2 ADVANCEDSOLARPANEL
1 TRAVELLERSGEAR
1 STEVESWORKSHOP
1 REDSTONEARSENAL
1 PROJECTBLUE
1 PROJECTBENCH
1 OBSIDIPLATES
1 LIQUIDXP
1 JABBA
1 IRONCHEST
1 IMMIBISMICROBLOCKS
1 HATSTAND
1 FORGEMULTIPART
1 EASYCRAFTING
1 DIMENSIONALANCHORS
1 COMPACTSOLARS
satoshinm commented 7 years ago

Disabling Pam's Harvestcraft (187 blocks) makes room for ProjectE's 20 blocks, and allows more future expansion. Wanted to remove Harvestcraft anyways (reduce inventory clutter from food).