Everything posted by Chibill
-
Cant reob 1.7
Don't worry about it that's FML (Forge Mod Loader) yelling that hay there's a file here that should not be but the thing is FML puts it there to use but in dev it forgets that it put it there and think you the modded did a bit of mixed up coding in my opinion but its okay its normal in dev.
-
Getting panes to show up differently in inventory depending on metadata
you could look how mojang does it in 1.7
-
[1.7.2] [SOLVED] OnBlockAcivated does not work when releasing mod
Run minecraft with more ram there's a stack over flow cause by running out of memory so your mods classes are not all loaded.
-
[1.7.2] cancel crafting event when crafting specefic item
That does not remove a crafting recipe. With a crafting handler you could say if its the recipe close the gui and drop the items.
-
[1.7.2] Hiding Potion Effect
Actually I think if you can grab the update method in the helmet on the client side you can run Minecraft.getMinecraft.gameSettings.gammaSetting = 1000F;
-
[1.7.2] Hiding Potion Effect
I would use a render event and change the brightness player setting to a big number like 1000000 and it will make it bight.
-
[1.7.2][SOLVED]Send Packet to Server
One bit of info with the new inetty system I can only ever get packets to send when in debug mode.
-
Make StructureVillagePieces.Village visible
Most mods use asses trasnaformers to fix the problem.
-
Cant reob 1.7
Run it with stack trace enabled and give us that log also try installing the latest build and testing it and why are you importing the whole forge package just import what you need.
-
[Solved][ASM][1.7.2] How did I go wrong?
I beleave its because it to be somehow passing ()V to what it expects to be a int or it seems to be a problem with how it was added. I have not messed with ASM but I want too so yeah it ecpexting an int on the stack.
-
Minecraft Forge Mod Decompile HOW???
Minecraft is NOT opensrouce.
-
Grabbing only the mob entities from the entity list.
Thank you once again and I can filter out the bosses be seeing if they use the one interface.
-
Grabbing only the mob entities from the entity list.
I have code to grab a copy of the entity list is there any simple why other then a bit of checking superclass and interfaces to only get monsters and animal with out the bosses and entity items? If so how would I use it?
-
Help forge9.11.1.953 Graphical bug
then its not forge go bother the mod auther that made the one doing it.
-
Launcher crashes and restarts without ever getting to the game
Inventory Tweeks is a mod its in your .minecraft/mods folder [16:45:41 INFO]: Client> [16:45:41] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft it says that the core mod invtweaks or Inventory Tweaks does not have a @MCVersion annotation basicly it does not say what version of MC is safe for it to run on. I belieave it to be a 1.6 mod and 1.7 can't run 1.6 mods so it crashes when trying to load it.
-
[1.7.2] Editing item names while ingame
Your welcome I as going to try this in my mod so i had to find that stuff too.
-
Launcher crashes and restarts without ever getting to the game
Remove inventory tweks it's not 1.7.2
-
[1.7.2] Editing item names while ingame
It would be the container you are looking for not the tileentity and its in net.minecraft.inventories
-
[1.7.2] Editing item names while ingame
set the unlocalized name to the one of the item you want the name of then its display name will be the name of that item. to change just change the display name or look at the anvil's code on how it renames.
-
[1.7.2] Texture Locations {mobs}
Same place as in 1.6
-
[1.7.2][SOLVED] unassigned blocks & items upon reenter the World
we need the friedegg class too.
-
1.7 networking problems
I will try but that would make a memory leak if I was on the server and disconnected and reconnected. But okay I will try.
-
1.7 networking problems
Any help still no idea why this is not working.
-
Checking to see if the owner of (x) is logged in?
this fires client side https://github.com/chibill/AdditionalCrafting/blob/master/AdditionalCrafting-1.7.2/src/java/chibill/additionalcrafting/common/ACEventHandler.java but if I change the @SideOnly(Side.CLIENT) to @SideOnly(Side.SERVER) nothing happens.
-
Checking to see if the owner of (x) is logged in?
It only does for me.
IPS spam blocked by CleanTalk.