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

View File

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