Started MCBarrel

This commit is contained in:
Sn0wStorm
2019-08-17 12:07:57 +02:00
parent 37f22f248f
commit a95437cdf1
4 changed files with 149 additions and 0 deletions
+2
View File
@@ -78,6 +78,8 @@ public class Barrel implements InventoryHolder {
}
if (woodsloc == null && stairsloc == null) {
// If loading from old data, or block locations are missing, regenerate them
// This will only be done in those extreme cases.
Block broken = getBrokenBlock(true);
if (broken != null) {
remove(broken, null);