diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0bdeebfb..7b12b54d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -257,4 +257,6 @@ Island: Scoreboard: Enable: true Generator: + Enable: true + Stackable: Enable: true \ No newline at end of file diff --git a/src/main/resources/stackables.yml b/src/main/resources/stackables.yml index 1e71d978..93f78ec3 100644 --- a/src/main/resources/stackables.yml +++ b/src/main/resources/stackables.yml @@ -1,4 +1,4 @@ -Stackable: - - DIAMOND - - GOLD - - IRON \ No newline at end of file +Stackables: + - DIAMOND_BLOCK + - IRON_BLOCK + - GOLD_BLOCK \ No newline at end of file