cpw is working updating this mod to MC 1.1. Once he releases it, I will post the links on the OP.
Posts by lishid
-
-
Lishid isn't, at least, he hasn't responded to my PM about this mod, and hasn't shown any signs of activity in the past month or more here, but I'll prepare a 1.1 update shortly. I need to get my decompilation environments running for 1.1 first...Busy lately with real life stuff, if you update it, you can post it.
-
Well, I do care who releases it. It's not my code, and I'm not going to step on lishid's toes, unless he authorizes me to release my updated version.Getting lazy here, if you can, go ahead and post it, I'll ink it in the OP.
-
Anyone link me to the patch for MCP (or do we not need one anymore)?
-
I'll try to get it done before Christmas.
Anyone gimme a link to the new patches for MCP? -
Sorry guys, it's been a while since I focused on IC, I've been develpooing Bukkit plugins mostly recently...
is anything breaking with the new IC versions?
and also, would it be fine if my next release comes out for 1.0.0 when it will be available for IC? -
Yeah, using Packet230s would be the best way to go.
Be sure to use server side authentication - if you send the password in the P230, people could easily hack their clients to get the password.
No need for auth. Client sends attempt pass to server, unless your network is being watched, nobody should catch your packet. -
I figured I might point that out as I have decompiled both SSP and SMP, and minus the network communication code, the two are somewhat similar. I have been poking around inside the code to find a way to use MLMP and Forge to send the "combination" packets from client to server and back. Also, I thought it might give some inspiration.
If I hit something, I'll let you know.
Well What I think now is to use Modloader's packet to send the password to set/authenticate every time it's asked. Although I have been busy recently with some Bukkit plugins... -
Use "blockVeryLargeChestChest=175" and remove
blockDiamondChest=178
blockGoldChest=176
blockIronChest=175And yes, thanks for reporting the problem, it will be fixed in the next update.
-
Hey, lishid. I was browsing the MCF finding new mods to pad my mod collection when I ran across the mod: "More Storage" which has a password lock in it. Perhaps you could talk to the creator to find out how he coded the lock. It uses Forge.
Link: http://www.minecraftforum.net/…402-100-more-storage-v12/
That looks interesting, but It's non-SMP which is basically where I am at right now. -
Question: I haven't taken the time to read the whole discussion, but when will you be able to open iron/gold/diamond chests with blocks on top of them?
I am a modder, and its sounds simple to change; just remove the bit of code that checks if there is a block above before opening.
If it is coming in the next update, please say so.
EDIT: BTW I use your mod on my server, its awesome! I'd just like to be able to stack chests on top of one another.Yes, coming in the next update.
-
lishid, sorry for the long time I took to reply, but the chests aren't in fact explosion-proof - I just asked you to make them explosion-proof
Yeah, I agreed to make it explosion proof in the future versions.
-
Just a quick update, I've recently been trying out Minecraft 1.0.0 and haven't progressed much.
I'm hoping to clear out some time by the end of this week to do some more coding to solve some of the issues I'm getting with SMP, mainly sending the password to identify. -
Quite challenging! sending the passwords in and out...
-
I'm aware of shiftclicking being InventoryTweaks' fault.
Also, how about the explosion-proof chests?
Might change the resistance.
-
Some of the chests, at least diamond ones, should be explosion-proof just like a safe.
lishid: Yes, shiftclicking on gold/diamond chests doesn't work when you have InventoryTweaks - you can only shiftclick stuff out of the chest...
Exactly! It works unless you install something to break it!
Ask the maker of whatever you installed to fix it.
Also, to everyone, I'm working on the password chest.
It will be a 10-digit (0-9) combination lock (16 chars max)
It will have a size of Diamond Chest, upgraded from diamond chest with some other material that I'm still trying to decide.
Again, any suggestions are welcome. -
-
Can you have a older versions download I play on a sever that has 0.9.4 so I can't play on it
-
bigger chest are usefull... even without ic
Also why are you not using forges sprite sheets?
Hmm I haven't looked much into forge yet
Just thought I'd mention this. This causes a really annoying bug with the Portal Gun Mod. Basically, right after you fire a portal, or attempt to walk into it. They disappear.
Huh... I do not think it is caused by this addon because of the nature of it.
-
hmm that could be a problem but i dont know much about programming to be honest must less java im actually looking for tutorials and tools right now to maybe make my own mod one day know any good tools and tutorials?
Well, I use eclipse and learned Java long ago, so not much to offer, sorry...
There are tons of tutorials on youtube though, you can look them up.