diff --git a/src/main/kotlin/com/lop/devtools/monstera/files/beh/entitiy/BehEntityComponents.kt b/src/main/kotlin/com/lop/devtools/monstera/files/beh/entitiy/BehEntityComponents.kt index 967e252..d5ca7a1 100644 --- a/src/main/kotlin/com/lop/devtools/monstera/files/beh/entitiy/BehEntityComponents.kt +++ b/src/main/kotlin/com/lop/devtools/monstera/files/beh/entitiy/BehEntityComponents.kt @@ -5896,7 +5896,7 @@ class BehEntityComponents : MonsteraFile { rideable { //boat seatCount = 2 - interactText(key = "action.interact.ride.boat") + interactText(key = "action.interact.ride.boat", config = null) pullInEntities = true seats { //with one entity occupied @@ -5927,7 +5927,7 @@ class BehEntityComponents : MonsteraFile { } //other - exitText("crouch to ext", "action.hint.exit.boat") + exitText("crouch to ext", "action.hint.exit.boat", null) crouchingSkipInteract = true controllingSeat = 1 familyTypes = arrayListOf("player")