Commit Graph

111 Commits

Author SHA1 Message Date
ef62a60fff Add new(ish) tags to MobSpawnerBlock (not supported by bukkit api atm) 2013-01-31 15:23:08 -05:00
eb489bd21d Add wooden buttons to BlockData 2013-01-31 12:46:32 -05:00
57327fd37f Add support for skull blocks. 2013-01-13 04:37:36 -05:00
e4771416aa Added new items for 1.4.6
Fix permission for other help command (why are there two?)
- Made registerhelp read from yaml (not that the setting does anything)
Added an option to override data value limits.
- This should fix some mods which use data values above 16
- May cause issues if set to true and people mess with vanilla data values
2012-12-24 01:18:18 -05:00
afd8ebe66f Made golden apples and heads unstackable. 2012-11-24 10:30:15 -05:00
b2ff0fb2a2 Added support for rotating wooden logs 2012-11-16 19:03:05 +01:00
574f162019 Clean up warnings 2012-11-11 14:38:51 +01:00
ae75061492 Updated item information database. 2012-10-28 20:50:36 -07:00
ff0dd68a86 Updated block information database. 2012-10-28 20:49:26 -07:00
74c456079a Updated item IDs for 1.4.x. 2012-10-28 12:51:39 -07:00
417c9a2137 Moved Spout plugin to separate Maven profile.
This was done so that WorldEdit doesn't break during compilation out of the blue. To compile WorldEdit with spout, use "mvn -Pspout".
2012-10-28 12:35:24 -07:00
29e823d136 Added some more aliases for 1.3 blocks 2012-10-19 17:01:45 -07:00
186fbb98a2 Changed all references to BaseItem.getDamage to getData. 2012-08-24 13:39:52 +02:00
48af65cac3 Updated foundation classes a bit and added raw access for NBT. This release marks experimental support for custom blocks, and nearly all future Minecraft blocks, and is also the beginning of the gradual transition to the new foundation classes as a replacement of the current BaseBlock, etc. classes. 2012-08-23 16:52:37 -07:00
cacf2cabe2 Moved the spawn egg entry in ItemType further up. 2012-08-15 19:16:24 +02:00
5e4c809f66 Added ender chest to flip/rotate. 2012-08-14 01:32:35 +02:00
bcf4204ffc Added tripwire hook to flip/rotate. 2012-08-14 01:30:45 +02:00
df3062a68f Added cocoa plant to cycle/flip/rotate. 2012-08-14 01:20:50 +02:00
3497d9e557 Added 1.3 stairs and wooden steps to cycle/flip/rotate. 2012-08-14 01:20:50 +02:00
b07a084b8a Added cocoa plant to centralTopLimit. 2012-08-14 01:18:31 +02:00
e8ea4e4ef1 Added 1.3 blocks to getBlockBagItem. 2012-08-14 00:35:24 +02:00
082871f46d Added 1.3 blocks to isContainerBlock. 2012-08-13 23:59:37 +02:00
c2d7ab5bff Added 1.3 blocks to isRedstoneBlock. 2012-08-13 23:57:53 +02:00
0b0b39b025 Added 1.3 blocks to isRedstoneSource. 2012-08-13 23:57:12 +02:00
7c4cf0494f Added 1.3 blocks to isNaturalTerrainBlock. 2012-08-13 23:56:20 +02:00
22ed05576c Added 1.3 blocks to emitsLight. 2012-08-13 23:55:10 +02:00
38a1d8fcc1 Added 1.3 blocks to isTranslucent. 2012-08-13 23:53:42 +02:00
ad4213e1e3 Added leaves, piston extension, mobspawner, wooden/cobble stairs, chest and cactus to isTranslucent. 2012-08-13 23:52:47 +02:00
ec4dbac165 Added 1.3 blocks to getAttachment. 2012-08-13 23:41:25 +02:00
42a64f72a1 Added 1.3 blocks to shouldPlaceLast. 2012-08-13 23:28:36 +02:00
d88691d450 Added 1.3 blocks to canPassThrough. 2012-08-13 23:26:28 +02:00
69cf59565b Added 1.3 blocks to usesData. 2012-08-13 23:23:50 +02:00
0e897778b0 Removed lily pad from canPassThrough. 2012-08-12 16:00:14 +02:00
aaa01eb608 meh 2012-08-12 16:00:13 +02:00
b2e442e53d Added BlockType.centralTopLimit.
Returns the y offset a player falls to when falling onto the top of a block at xp+0.5/zp+0.5.
2012-08-12 15:56:47 +02:00
d40ef103ba Update for 1.3 blocks 2012-08-12 14:41:50 +02:00
0d279e7706 Added initial support for AddBlocks (4096 ids) in schematics 2012-07-08 04:05:24 -07:00
b2aeb2e1f1 Added upside-down stairs to //cycle. 2012-06-15 00:11:28 +02:00
5a9bddd252 Added flip and rotate code for upside-down stairs and steps. 2012-06-07 12:55:58 +02:00
8c36047cbb Fix warnings 2012-04-10 13:12:24 +02:00
3bfb12c051 Cleaned up ContainerBlock inventory reading from NBT
Changed ListTag's List parameter to List<? extends Tag>
2012-03-29 21:14:45 -07:00
90fb512a45 Added planks and sandstone to the usesData list 2012-03-25 18:02:49 -07:00
8aabfb0c67 Implemented new Anvil saving format, fixed old chunk saving format.
- Added 'Chunk' Interface.
 - Moved old 'Chunk' to 'OldChunk' and replaced dynamic world height reference with '128.
 - Added 'AnvilChunk' implementing the new anvil chunk format.
 - Added temp fixes to FileMcRegionChunkStore.java, TrueZipMcRegionChunkStore.java and ZippedMcRegionChunkStore.java too allow them to read .mca files.
 - Added the new 'IntArrayTag' since the new heightmap tag wasn't recognized.
 - Moved 'getChildTag' to 'NBTUtils'.
2012-03-06 22:41:49 +01:00
40aa6aca60 Use the correct Map<String, Tag> when writing enchantments 2012-03-03 16:47:22 -08:00
a62cf3a059 Updated for new 1.2 blocks 2012-03-01 20:33:03 -08:00
4afd2944db Fix Dispensers, Furnaces and remove redundant casts. 2012-03-01 20:33:03 -08:00
31e645d500 Fix restoring enchantments from snapshots/schematics. 2012-03-01 20:33:02 -08:00
2f2d3f8045 Lookup by id if the string passed to Block/ItemType.lookup() is an integer 2012-02-04 21:04:20 -08:00
aaac36b1cc Factored lookup code from BlockType and ItemType into a method in StringUtil. 2012-01-31 17:01:06 +01:00
d2c64e9304 BaseBlock changes
- Changed up EditSession.replaceBlocks to make BaseBlock.inIterable unnecessary.
- Returned BaseBlock.inIterable to its old state and deprecated it.
- Renamed the old BaseBlock.equals to equalsFuzzy, changed the parameter type and took the casts and type checks out.
- Made a new BaseBlock.equals that is consistent with the rules java prescribes.
2012-01-31 16:57:40 +01:00