From 791167eeec4ba330495d50855271c5d9712bb160 Mon Sep 17 00:00:00 2001 From: patience Date: Sat, 13 Dec 2025 14:36:34 +0000 Subject: [PATCH] Reworked beds again Now only requires a light source. --- overrides/config/globalgamerules-common.toml | 2 +- overrides/config/tnts_harder_beds-common.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overrides/config/globalgamerules-common.toml b/overrides/config/globalgamerules-common.toml index e722404..402ab06 100644 --- a/overrides/config/globalgamerules-common.toml +++ b/overrides/config/globalgamerules-common.toml @@ -61,7 +61,7 @@ natural_regeneration = true #What percentage of players must sleep to skip the night. #Range: > 0 - players_sleeping_percentage = 101 + players_sleeping_percentage = 100 #The number of blocks outward from the world spawn coordinates that a player spawns in when first joining a server or when dying without a personal spawnpoint. Has no effect on servers where the default game mode is Adventure. #Range: > 0 spawn_radius = 10 diff --git a/overrides/config/tnts_harder_beds-common.toml b/overrides/config/tnts_harder_beds-common.toml index e693ea4..9757d8c 100644 --- a/overrides/config/tnts_harder_beds-common.toml +++ b/overrides/config/tnts_harder_beds-common.toml @@ -1,7 +1,7 @@ ["Configs for TNT's Harder Beds"] #Whether a house should be required for beds to work - requireHouse = true + requireHouse = false #The smallest area allowed for bedrooms minRoomSize = 8 #The largest area allowed for bedrooms