Things I remember offhand: Quantum saber rework and recipe fixes. Quantum Saber is really really epic, it's now my second favourite item, after IV system ofc.
[Addon v2.0_experimental for MC 1.6.2] LevelStorage v1.2
-
-
Hi there,
I have a bug report. We are using your level storage mod in de DNS techpack but when i am using the levitation or antimatter suit other fly items wont work anymore. The gravitation suit doesn't work anymore. Even the morph mod fail in that case. Do you know if this is a random bug or is this because we are running 213 mods ?
I'm sorry for my bad english.
Kind regards,
Christiaan Snel
-
Yeah, sorry, old known issue here. Will try something to prevent that in future versions.
EDIT:
1.2.2-rc2 *SHOULD* fix the mentioned bug. Let me know if it does or it doesn't. -
ok, you removed the recipe of MSP?
-
Oh did I? You just need ASP for the recipe to work (or GT's HV covers).
-
Oh did I? You just need ASP for the recipe to work (or GT's HV covers).
and,MSP still does't have a GUI
-
Oh did I? You just need ASP for the recipe to work (or GT's HV covers).
I have both ASP and GT==
-
Ehm... I don't really like coding opengl rendering stuff, but...
http://imgur.com/KrzwCkr,Vw6uz…D,ygype9A,tIyYnzh,YhXpA1h
I can do the exact same thing to dusts, gems, plates and whatever else I want.
MWUAHAHAHAHAHAHA!This, believe it or not, is pretty powerful... Poor greg, he did all the textures himself.. While he could have actually used this.
EDIT:
And yes, this.And that's no texturing at all, BTW.
EDIT 2:
Now let's torture dusts. -
So instead of making Textures yourself, you have to do EXACT and BLIND Color Modulation to your Dust Texture and need to either restart MC multiple times or open the Textures anyways with an Editior to see how it looks. In the end it is the same Effort.
Not to mention I will do Color Modulation for Items in 1.7, since I have a new MetaItem Class for that.
-
First paragraph: color modulation is awful, I hate it and everything about it.
Second paragraph: I will do color modulation in 1.7 myself.Ehem, mmmm kay...
EDIT 2:
After messing around a bit, this:Codepublic static final SubstanceType CHROME = new SubstanceType(0x0083FF, "chrome"); public static final SubstanceType TITANIUM = new SubstanceType(0xAA00FF, "titanium");
That is ALL the code that was required for this. Now just need to add more shapes, i.e. tiny dust, small dust, denseplate and so on.This is much more comfortable for texture pack creators. 5 textures made and everything is assigned. Awesome. -
Well, I added it to the Constructor of my Material Enums. However I have "255, 255, 255, 0" (RGBa) everywhere in my Code due to copypasting, so I still need to adjust that.
-
Why is Chrome blue? It's pink in Gregtech...
-
Well, I found 3 problems in the newest version, 1st is MSP doenst have recipe, 2nd is Enhanced Nanosuit doesnt have recipe, and 3rd is Antimatter Ring doesnt have the Mob Insta Kill function
-
Well, I found 3 problems in the newest version, 1st is MSP doenst have recipe, 2nd is Enhanced Nanosuit doesnt have recipe, and 3rd is Antimatter Ring doesnt have the Mob Insta Kill function
I have another question, what did do with the 1.2.2-rc2? I didnt find any updates for it... -
I have another question, what did do with the 1.2.2-rc2? I didnt find any updates for it...
1.2.2-rc2 *SHOULD* fix the mentioned bug. Let me know if it does or it doesn't.
-
But those 3 "bugs" still dont fix....
-
Then nothing I guess
Also, another bug (maybe):
Code
Display More2014-01-12 18:14:29 [WARNING] [LevelStorage] Failed to add Iridium ore -> ingot recipe. Fallbacking. 2014-01-12 18:14:29 [INFO] [STDERR] java.lang.RuntimeException: ambiguous recipe: [1xic2.itemOreIridium@0 -> [1xitem.null@5]], conflicts with [[1xic2.itemOreIridium@0] -> [1xitem.itemMTCore@10]] 2014-01-12 18:14:29 [INFO] [STDERR] at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:31) 2014-01-12 18:14:29 [INFO] [STDERR] at makmods.levelstorage.proxy.SimpleRecipeAdder.addSimpleCraftingRecipes(SimpleRecipeAdder.java:128) 2014-01-12 18:14:29 [INFO] [STDERR] at makmods.levelstorage.proxy.CommonProxy.init(CommonProxy.java:63) 2014-01-12 18:14:29 [INFO] [STDERR] at makmods.levelstorage.proxy.ClientProxy.init(ClientProxy.java:169) 2014-01-12 18:14:29 [INFO] [STDERR] at makmods.levelstorage.LevelStorage.init(LevelStorage.java:174) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249) 2014-01-12 18:14:29 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509) 2014-01-12 18:14:29 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) 2014-01-12 18:14:29 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) 2014-01-12 18:14:29 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-
Yup, a Bug on his Side. IC² prevents ambiguous Recipes by Crashing. One has always to check if the Recipe isn't already there before adding it.
-
Why is Chrome blue? It's pink in Gregtech...
and silvery metallic RL, like the majority of elemental metals.
-
Then nothing I guess
Also, another bug (maybe):
Code
Display More2014-01-12 18:14:29 [WARNING] [LevelStorage] Failed to add Iridium ore -> ingot recipe. Fallbacking. 2014-01-12 18:14:29 [INFO] [STDERR] java.lang.RuntimeException: ambiguous recipe: [1xic2.itemOreIridium@0 -> [1xitem.null@5]], conflicts with [[1xic2.itemOreIridium@0] -> [1xitem.itemMTCore@10]] 2014-01-12 18:14:29 [INFO] [STDERR] at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:31) 2014-01-12 18:14:29 [INFO] [STDERR] at makmods.levelstorage.proxy.SimpleRecipeAdder.addSimpleCraftingRecipes(SimpleRecipeAdder.java:128) 2014-01-12 18:14:29 [INFO] [STDERR] at makmods.levelstorage.proxy.CommonProxy.init(CommonProxy.java:63) 2014-01-12 18:14:29 [INFO] [STDERR] at makmods.levelstorage.proxy.ClientProxy.init(ClientProxy.java:169) 2014-01-12 18:14:29 [INFO] [STDERR] at makmods.levelstorage.LevelStorage.init(LevelStorage.java:174) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2014-01-12 18:14:29 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699) 2014-01-12 18:14:29 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249) 2014-01-12 18:14:29 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509) 2014-01-12 18:14:29 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) 2014-01-12 18:14:29 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-01-12 18:14:29 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) 2014-01-12 18:14:29 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Just ignore that thing, it's nothing bad. (unless it crashes your minecraft ofc, which it shouldn't as I purposely inserted try{}catch{} block in there).EDIT:
Going to add a Nano Hammer. It's just an energy-powered Forge Hammer that has some bonus/convenient recipes.
It'll use OreDict for determinining all its recipes, so it will be GT-compatible.
Now where the question lies, how much EU per operation should it take?And I'm fully aware that GT removes recipe from forge hammer, I'll just replace it with Steel Hammer (or Tunstensteel MWUAHAHA!) in the recipe.
FrozenElite30:
willfixEDIT 2:
Implemented, here're some screenshots:EDIT 3:
I'll just leave this here...
I could do the same thing with cells, but they are gonna be trickier. If this is one render pass, then i have to make several for cells.EDIT 4:
Now let's actually generate some ores and put all those metals into a good use...