This website requires JavaScript.
Explore
Help
Sign In
Plexus
/
Plex-FAWE
Watch
1
Star
0
Fork
0
You've already forked Plex-FAWE
mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced
2024-11-14 08:23:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cabced11a7
Plex-FAWE
/
src
/
main
/
java
/
com
/
sk89q
/
worldedit
/
foundation
History
sk89q
6a162a4269
Fixed foundation class Block not taking -1 as a valid data value (used for wildcard matching of the data value).
2012-08-24 16:10:18 -07:00
..
Block.java
Fixed foundation class Block not taking -1 as a valid data value (used for wildcard matching of the data value).
2012-08-24 16:10:18 -07:00
NbtValued.java
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
World.java
Added new foundation blocks (package not final) that will be used in place of LocalWorld, BaseBlock, etc. in the future. LocalWorld, BaseBlock, etc. will be changed to inherit these new classes, and eventually a full transition will be made.
2012-08-22 15:54:39 -07:00