Glowkit-Legacy
Glowkit-Legacy copied to clipboard
A continuation of Bukkit for use with Glowstone
##### The Issue: There are currently no easy way to use the new chat features introduced in 1.7. ##### Justification for this PR: As said before, there are currently no...
Glowkit has inherited a very old version of Guava (10.0.1) from Bukkit; since then, Minecraft, Forge, and Spigot, and Sponge have updated to use Guava 17.0. This PR updates Glowkit's...
Since forking from the common ancestor https://github.com/Bukkit/Bukkit circa Minecraft 1.7, GlowstoneMC's updated Bukkit (Glowkit) and SpigotMC's updated Bukkit have diverged for new API added to support 1.8.x. There is some...
--- _Edited by turt2live_ **Related links:** - Glowstone: GlowstoneMC/Glowstone#514
Since the actual Bukkit API isn't being worked on, thought I might as well see if we can get this into Glowkit at some point. There is an event to...
#### The Issue: Currently there is no way to set whether a bed is occupied. Setting it using `Block.setData(byte)` does not work either (and is deprecated). Neither is it possible...
This changes are needed for this PR: https://github.com/GlowstoneMC/Glowstone/pull/566 (improved Block/ItemType-System). Adds: - EnderPortalFrame-MaterialData - HayBlock-MaterialData Modifies: - Lever-MaterialData: setFacingDirection takes now notice of BlockFace.UP/DOWN. Old behaviour was to ignore this...
This allow to identify the ten types of flowers: dandelion, poppy, blue orchid, allium, houstonia, red tulip, orange tulip, white tulip, pink tulip and oxeye daisy. For tulips, I'm not...
This PR adds InventoryView.Property.\* for enchantments in 1.8.
**The Issue:** Currently there are no interface similarities between MinecartTNT+Creeper but both entities are Explosives and have a Fuse. It is not possible to specify the explosion range for both...