zml2008 / Glowstone

An open-source Java Minecraft server originally by Graham Edgecombe, adapted for the Bukkit interface.
irc://irc.espernet.org/#glowstone
Other
7 stars 2 forks source link

Block Physics #7

Open zml2008 opened 12 years ago

zml2008 commented 12 years ago

I've already got basic block physics for a few blocks in the repo, but there's a lot left to do.

zhuowei commented 12 years ago

Maybe we should split this out into a plugin so that other custom servers can also make use of it?

zml2008 commented 12 years ago

I'm thinking of putting packets and block data manipulation stuff (similar to Bukkit's MaterialData but not storing existing damage values) in a separate repo so other projects can use them without including the whole of Glowstone.