utorok 3. januára 2012

Introducing new plugin - Help +

A few days ago, I've been thinking about the old hMod ages. We've been using a lots of commands and needed a help for them. That's where it has started. Bukkit hasn't got any automated help plugin, which'd look for descriptions, usages and everything else you need to know about command. I sticked everything together and result is brand new help plugin. Help+(link on dev-bukkit).

And what about Chimneys SSP?
The idea's still in my head, I'm just waiting for Modding API, which should be released at the end of January. Once then, I'll take Chimneys SSP and  you can expect it on bukkit's client mods page very soon :).

Oh, and happy new year! :D

streda 16. novembra 2011

Chimneys coming to SSP?

Do you remember my bukkit plugin called Chimneys? Well, I've decided to port it to SP.
This is what I have so far:
Types:

See them while smoking:

Testing version
MC: 1.8.1
Requires: ModLoader, deleted META-INF in your minecraft.jar :)
Recipe for chimney is:
______
|X| F|X|
|X|M|X|
|X|M|X|
where X = empty, F = flint and M = diamond/glowstone dust/netherrack/mossy cobblestone/snowball/sand stone/sand/gold ingot/stone brick/brick/iron ingot/smooth stone/wooden plank/wood
you can also make a redstone-controlled chimney, which makes smokes while it's powered.
Recipe:
__
|C|
|R|
__
where C = chimney of any type and R = redstone dust
How to install:
Install ModLoader(tutorial here)
Use archive manipulation program(such as 7-zip) to open minecraft.jar and add mod_Chimneys.class and BlockChimney.class there.