diff --git a/bukkit/src/main/java/net/momirealms/craftengine/bukkit/block/behavior/DoorBlockBehavior.java b/bukkit/src/main/java/net/momirealms/craftengine/bukkit/block/behavior/DoorBlockBehavior.java index 0e1ef1e42..e64038616 100644 --- a/bukkit/src/main/java/net/momirealms/craftengine/bukkit/block/behavior/DoorBlockBehavior.java +++ b/bukkit/src/main/java/net/momirealms/craftengine/bukkit/block/behavior/DoorBlockBehavior.java @@ -89,7 +89,7 @@ public class DoorBlockBehavior extends BukkitBlockBehavior { return MBlocks.AIR$defaultState; } if (neighborState.get(anotherDoorBehavior.get().halfProperty) != half) { - return neighborState.with(anotherDoorBehavior.get().halfProperty, half); + return neighborState.with(anotherDoorBehavior.get().halfProperty, half).customBlockState().handle(); } return MBlocks.AIR$defaultState; } else { diff --git a/common-files/src/main/resources/resources/default/configuration/palm_tree.yml b/common-files/src/main/resources/resources/default/configuration/palm_tree.yml index eeedad323..f81aca492 100644 --- a/common-files/src/main/resources/resources/default/configuration/palm_tree.yml +++ b/common-files/src/main/resources/resources/default/configuration/palm_tree.yml @@ -347,11 +347,10 @@ items: behavior: type: block_item block: - behaviors: - - type: door_block - can-open-with-hand: true - can-open-by-wind-charge: true - - type: sturdy_base_block + behavior: + type: door_block + can-open-with-hand: true + can-open-by-wind-charge: true loot: template: default:loot_table/self settings: