WorldEdit/worldedit-sponge
Matthew Miller 26d8306833
Fixed snow being placed through slabs (#1541)
* Added a method to check whether a block can be placed at a location

* Make the snow system only place at locations that it can by game logic

* Make canPlaceAt a default method

* Fixed PR comments

* Use a World field

* Just throw directly

* IAE makes more sense

* Remove unused import

* Check for editsession without a world
2020-10-02 16:53:05 +10:00
..
src/main Fixed snow being placed through slabs (#1541) 2020-10-02 16:53:05 +10:00
build.gradle.kts Read WE version from manifest ourselves 2020-02-10 17:11:08 -08:00