Fix renamed paintings

This commit is contained in:
Connor Monahan 2018-11-18 23:30:01 -06:00
parent 0babe82368
commit 0a02e25f4a
2 changed files with 3 additions and 2 deletions

View File

@ -314,7 +314,7 @@ public class ZoneVolumeMapper {
case SUNSET: // Use same as 4x3 case SUNSET: // Use same as 4x3
// 4x3 // 4x3
case DONKEYKONG: case DONKEY_KONG:
case SKELETON: case SKELETON:
if(facing == BlockFace.WEST) if(facing == BlockFace.WEST)
return loc.getBlock().getLocation().add(0, 0, -1); return loc.getBlock().getLocation().add(0, 0, -1);
@ -335,7 +335,7 @@ public class ZoneVolumeMapper {
case FIGHTERS: // Use same as 4x4 case FIGHTERS: // Use same as 4x4
// 4x4 // 4x4
case BURNINGSKULL: case BURNING_SKULL:
case PIGSCENE: case PIGSCENE:
case POINTER: case POINTER:
if(facing == BlockFace.WEST) if(facing == BlockFace.WEST)

View File

@ -1,5 +1,6 @@
name: ${project.name} name: ${project.name}
version: ${project.version} version: ${project.version}
api-version: 1.13
description: ${project.description} description: ${project.description}
author: tommytony author: tommytony
website: ${project.url} website: ${project.url}