File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
* ` /give_me_kit <kit> ` is equivalent to ` /kit give @s <kit> ` but is usable by non-op players by default
14
14
* In addition, the boolean permission node ` ftbessentials.give_me_kit.<kit> ` is now checked if the player using the command is not admin-level
15
15
* In this way, regular players can be given the ability via permission nodes to give themselves specific kits
16
+ * Added ` home_min_y ` config setting, which sets a minimum Y-value accepted by the ` /sethome ` command
17
+ * All hardcoded player-visible messages in the mod are now translatable; many more translations are now in ` en_us.json `
16
18
17
19
### Fixed
18
20
* Fixed itemstack serialization not working correctly when saving kits
19
21
* Fixed destination pos being unnecessarily recomputed when running teleporting commands
20
- * Most important for ` /rtp ` behaviour which is non-deterministic
22
+ * Most important for ` /rtp ` behaviour, which is non-deterministic
21
23
* Active flight is no longer immediately switched off by the ` /fly ` command if player is in creative/spectator mode
22
24
23
25
## [ 2101.1.4]
You can’t perform that action at this time.
0 commit comments