mirror of
https://github.com/taoneill/war.git
synced 2024-11-10 20:50:04 +01:00
Fix renamed paintings
This commit is contained in:
parent
0babe82368
commit
0a02e25f4a
@ -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)
|
||||
|
@ -1,5 +1,6 @@
|
||||
name: ${project.name}
|
||||
version: ${project.version}
|
||||
api-version: 1.13
|
||||
description: ${project.description}
|
||||
author: tommytony
|
||||
website: ${project.url}
|
||||
|
Loading…
Reference in New Issue
Block a user