gunhammer5000 Posted June 16, 2015 Posted June 16, 2015 right so long story short: added a mod to the modpack, 3 or 4 ID conflicts. easy fix. BUT the item ID's cannot be found in the usual place (the config files). does anyone know of another place they could be or a way i can change the item ID's? thanks
Discord Moderator plowmanplow Posted June 16, 2015 Discord Moderator Posted June 16, 2015 Which modpack? (API URL or pack details page link)
gunhammer5000 Posted June 16, 2015 Author Posted June 16, 2015 Which modpack? (API URL or pack details page link) tekkit. the mod i am adding is the orespawn mod.
Discord Moderator plowmanplow Posted June 16, 2015 Discord Moderator Posted June 16, 2015 Until you create an actual modpack in the platform, which we can see and test, it is very difficult to help you. Once you do that, I can say "Fix this, this, and that. Do this and that differently." If I were to start with that pack, push it into a test environment, add (and unspecified) version of OreSpawn, and then get it working I am basically making a pack for you and that's really not what we do here.
gunhammer5000 Posted June 17, 2015 Author Posted June 17, 2015 (edited) i appreciate the help dude. but i dont want to trouble you THAT much. its just 1 mod. i could probably go without it if it really is that complicated to fix. Edited June 17, 2015 by gunhammer5000
Discord Moderator plowmanplow Posted June 17, 2015 Discord Moderator Posted June 17, 2015 OreSpawn both greedy in its acquisition of block/item IDs and course in its configuration options. The only option available is to set the starting ID for where OreSpawn begins swallowing IDs. For blocks it's not too bad and you can make it work with TekkitMain by changing the BaseBlockID setting thusly: I:BaseBlockID=3500 Item IDs are much more of a pain since OreSpawn handles item IDs in a very crappy way and takes A FREAKING TON of them. You would need to find a block of 500 consecutive item IDs for OreSpawn to not be in conflict with existing items. Turns out there is a suitable range here by setting BaseItemID thusly: I:BaseItemID=10500
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now