Tencao / MoreBees

a mod that adds more bees to minecraft forestry
11 stars 12 forks source link

IC2Classic support #13

Closed Speiger closed 7 years ago

Speiger commented 7 years ago

IC2Classic will crash with this mod :( the reason for it is that IC2Classic has no StoneDust. Could you add another check for IC2Classic? IC2Classic has a secondary modid which allows you to detect it. (and its sharing IC2s id for modcompat) ModID: "IC2-Classic-Spmod"

Lach01298 commented 7 years ago

IC2 Classic ? i can't find IC2 classic for 1.10?

Speiger commented 7 years ago

IC2Classic is 1.10.2 but not public yet. Its in closed beta but some testers already have it and they found this issue. I can give you all info if you need it.

Lach01298 commented 7 years ago

ok

Lach01298 commented 7 years ago

Is there crushed uranium? if not i can make the uranic bees to produce more uranium ore.

Speiger commented 7 years ago

Nope. But the uranium drop exists. Its using the OreDictionary tag: dropUranium. That is what the uranium Ore Drops in classic. oreUranium = the OreBlock Itself. or if you want to have a ingot: ingotUranium That would work. Also IC2Classic adds 5 new Uranium Types: Redstone, EnderPearl, Blaze, NetherStar & Charcoal. These metals apply differend abilities to the reactor. https://github.com/TinyModularThings/IC2Classic/wiki The wiki is in its earliest constructions but is beeing done and will be finished before the release. So you get a view what classic does. (Also the api i provide has a bit more extendet support for some things) But again. Documentation is still not finalized since the mod is no 100% done because of bugtesting & tweaking is still a thing. But we get close to an end.

Lach01298 commented 7 years ago

Ok i have made a new beta (1.10.2-1.1.6b). It should be compatible if it isn't tell me.

Speiger commented 7 years ago

https://github.com/Lach01298/MoreBees/blob/master/src/main/java/lach_01298/moreBees/recipes/RecipesCentrifuge.java#L36 Em yeah there is a crash possible since you inject a empty OreDict list is with stone dust when classic is only installed.

Lach01298 commented 7 years ago

sorry i keep forgetting to update git hub so that code isn't up to date.