Commit Graph

147 Commits

Author SHA1 Message Date
ab0d170d9a Added -s flag to //paste to select the pasted area.
Also undeprecated a method that shouldn't have been.
2014-01-12 15:57:19 -05:00
611cb81cf8 Added rotate/flip/cycle data for 1.7.2 blocks. 2013-12-24 18:31:48 -05:00
b3f2c10f79 Fixed some javadocs and deprecated isNaturalTerrainBlock(int). 2013-12-10 07:13:41 +01:00
7b539dade6 Added 1.7 blocks and items. 2013-12-09 23:21:47 -05:00
68b8218bea Moved containsFuzzy from EditSession to BaseBlock. 2013-12-03 23:53:44 +01:00
d467bf1386 Added data value mappings for certain blocks and made all other block types wildcard matches. 2013-12-03 23:53:33 +01:00
da37f5424c Improved the readability of BaseBlock.equals. 2013-12-02 10:35:00 +01:00
66253ff891 Added BlockType.getBlockForItem. 2013-11-30 17:21:36 +01:00
3fa9a4e309 Attached ascending rails to the block they're ascending towards, in addition to the block below them. 2013-11-17 23:43:38 +01:00
b6ab34f23b Attachments for the 21st century! 2013-11-17 21:21:36 +01:00
bef5c8e3e7 Removed flower pots from canPassThrough. 2013-11-14 18:40:36 +01:00
7dca4d15ef Made hay blocks rotate like logs.
They're textured like them, too, so it fits.
Also, they no longer violate the "flip twice equals rotate twice" conditions.
2013-10-20 16:31:50 +02:00
696a2819a7 Fixed head rotation. 2013-10-20 16:31:50 +02:00
6c4d2e2d8e Fixed lever rotation. 2013-10-20 16:31:49 +02:00
c750cc6871 Fixed bed rotation. 2013-10-20 16:31:48 +02:00
9220831ea4 Fixed door rotation and disabled door y flipping.
Mojang radically changd the way doors work, so y flipping on a per-block
basis is now impossible.
2013-10-20 16:31:48 +02:00
06ef568bdd Code formatting. 2013-10-20 16:31:47 +02:00
2fdc76a3f9 Added centralTopLimit property for hoppers. 2013-10-20 00:24:55 +02:00
43f9e517e7 BlockType adjustments
- Flagged all snow layers except single layers (data values 0 and 8) as "cannot be passed through".
- Fixed centralTopLimit for trap doors and fence gates and cake blocks with data values 6..15.
2013-10-17 11:03:56 +02:00
b612de3429 Added Block and id/data overloads to canPassThrough, centralTopLimit and isNaturalTerrainBlock. 2013-10-17 11:03:54 +02:00
28047894c4 BlockType adjustments
- Flagged heads as "cannot be passed through".
- Adjusted shouldPlaceLast (Added anvils, removed heads).
- Fixed portal frame height and added a few new blocks to centralTopLimit
- Made cobblestone wall 1.5 high.
2013-08-16 08:18:37 +02:00
7a757ccdb2 Added blocks and items for MC 1.6 2013-07-02 07:34:41 -04:00
5895b492da Horrible 0-day fix. Super important to upgrade.
Actually just a typo.
2013-06-03 16:54:14 -04:00
94dbfa3b85 Be less lazy handling MobSpawnerBlock tags. (Although once again, no one should actually being using this class.) 2013-05-12 13:23:31 -04:00
f213bb73e8 Added pistons (retracted only) to cycler tool. 2013-04-18 16:56:09 -04:00
102a149dbb Fix setbiome issue and tweak a few block names. 2013-04-09 17:17:15 -04:00
0e8508847e Added hoppers to block data info 2013-03-25 10:24:18 -04:00
422cba101d Fix NPE in mob spawner blocks on non-bukkit implementations 2013-03-17 22:11:29 -04:00
83d5e2fd22 Fix block rotations 2013-03-17 11:11:41 -04:00
3eb821ffed Added names for new items 2013-03-16 02:18:07 -04:00
c042f7829a Fixed equalsFuzzy returning true when it shouldn't 2013-03-15 22:25:57 -04:00
db9808cfd1 Update nmsblock classes for 1.5 2013-03-15 15:10:23 -04:00
94ef1591e8 Update for MC 1.5 2013-03-14 21:03:14 -04:00
ca1cecbdf4 Fix //flip using incorrect block directions. 2013-03-14 19:29:28 -04:00
8efb995667 Use actual data for skull blocks 2013-03-09 19:33:31 -05:00
02b85a0034 Change cycler tool behavior with logs.
- Now works with jungle logs.
- Cycling forward (r-click) cycles through bark types (oak, spruce..)
- Cycling backward (l-click) cycles through orientations (upright, both
  sides, and the "all six sides" texture)
2013-02-21 21:57:54 -05:00
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