浏览代码

Update herbalism permissions for new block names. Should fix replanting crops.

t00thpick1 6 年之前
父节点
当前提交
e2edbaad34
共有 2 个文件被更改,包括 22 次插入18 次删除
  1. 4 3
      src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java
  2. 18 15
      src/main/resources/plugin.yml

+ 4 - 3
src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java

@@ -287,6 +287,10 @@ public class HerbalismManager extends SkillManager {
                 seed = Material.BEETROOT_SEEDS;
                 break;
 
+            case COCOA:
+                seed = Material.COCOA_BEANS;
+                break;
+
             default:
                 return;
         }
@@ -321,7 +325,6 @@ public class HerbalismManager extends SkillManager {
             case POTATOES:
             case CARROTS:
             case WHEAT:
-                crops = (Ageable) blockState.getBlockData();
 
                 if (greenTerra) {
                     crops.setAge(3);
@@ -333,7 +336,6 @@ public class HerbalismManager extends SkillManager {
 
             case BEETROOTS:
             case NETHER_WART:
-                crops = (Ageable) blockState.getBlockData();
 
                 if (greenTerra || greenThumbStage > 2) {
                     crops.setAge(2);
@@ -347,7 +349,6 @@ public class HerbalismManager extends SkillManager {
                break;
 
             case COCOA:
-                crops = (Ageable) blockState.getBlockData();
 
                 if (greenTerra || getGreenThumbStage() > 1) {
                     crops.setAge(1);

+ 18 - 15
src/main/resources/plugin.yml

@@ -317,16 +317,19 @@ permissions:
         description: Allows access to all Green Thumb abilities for blocks
         children:
             mcmmo.ability.herbalism.greenthumb.blocks.cobblestone: true
-            mcmmo.ability.herbalism.greenthumb.blocks.cobblewall: true
+            mcmmo.ability.herbalism.greenthumb.blocks.cobblestone_wall: true
             mcmmo.ability.herbalism.greenthumb.blocks.dirt: true
-            mcmmo.ability.herbalism.greenthumb.blocks.smoothbrick: true
+            mcmmo.ability.herbalism.greenthumb.blocks.grasspath: true
+            mcmmo.ability.herbalism.greenthumb.blocks.stonebricks: true
     mcmmo.ability.herbalism.greenthumb.blocks.cobblestone:
         description: Allows access to the Green Thumb ability for cobblestone
-    mcmmo.ability.herbalism.greenthumb.blocks.cobblewall:
+    mcmmo.ability.herbalism.greenthumb.blocks.cobblestone_wall:
         description: Allows access to the Green Thumb ability for cobblestone walls
     mcmmo.ability.herbalism.greenthumb.blocks.dirt:
         description: Allows access to the Green Thumb ability for dirt
-    mcmmo.ability.herbalism.greenthumb.blocks.smoothbrick:
+    mcmmo.ability.herbalism.greenthumb.blocks.grasspath:
+        description: Allows access to the Green Thumb ability for grass path
+    mcmmo.ability.herbalism.greenthumb.blocks.stonebricks:
         description: Allows access to the Green Thumb ability for smooth brick
     mcmmo.ability.herbalism.greenthumb.plants.*:
         default: false
@@ -336,24 +339,24 @@ permissions:
     mcmmo.ability.herbalism.greenthumb.plants.all:
         description: Allows access to all Green Thumb abilities for plants
         children:
-            mcmmo.ability.herbalism.greenthumb.plants.carrot: true
+            mcmmo.ability.herbalism.greenthumb.plants.carrots: true
             mcmmo.ability.herbalism.greenthumb.plants.cocoa: true
-            mcmmo.ability.herbalism.greenthumb.plants.crops: true
-            mcmmo.ability.herbalism.greenthumb.plants.netherwarts: true
-            mcmmo.ability.herbalism.greenthumb.plants.potato: true
-            mcmmo.ability.herbalism.greenthumb.plants.beetrootblock: true
-    mcmmo.ability.herbalism.greenthumb.plants.carrot:
+            mcmmo.ability.herbalism.greenthumb.plants.wheat: true
+            mcmmo.ability.herbalism.greenthumb.plants.netherwart: true
+            mcmmo.ability.herbalism.greenthumb.plants.potatoes: true
+            mcmmo.ability.herbalism.greenthumb.plants.beetroots: true
+    mcmmo.ability.herbalism.greenthumb.plants.carrots:
         description: Allows access to the Green Thumb ability for carrots
     mcmmo.ability.herbalism.greenthumb.plants.cocoa:
         description: Allows access to the Green Thumb ability for cocoa
-    mcmmo.ability.herbalism.greenthumb.plants.crops:
+    mcmmo.ability.herbalism.greenthumb.plants.wheat:
         description: Allows access to the Green Thumb ability for wheat
-    mcmmo.ability.herbalism.greenthumb.plants.netherwarts:
+    mcmmo.ability.herbalism.greenthumb.plants.netherwart:
         description: Allows access to the Green Thumb ability for netherwart
-    mcmmo.ability.herbalism.greenthumb.plants.potato:
+    mcmmo.ability.herbalism.greenthumb.plants.potatoes:
         description: Allows access to the Green Thumb ability for potatoes
-    mcmmo.ability.herbalism.greenthumb.plants.beetrootblock:
-        description: Allows access to the Green Thumb ability for beetrootes
+    mcmmo.ability.herbalism.greenthumb.plants.beetroots:
+        description: Allows access to the Green Thumb ability for beetroots
     mcmmo.ability.herbalism.hylianluck:
         description: Allows access to the Hylian Luck ability
     mcmmo.ability.herbalism.shroomthumb: