censor naughty word 1, add more splashes!

This commit is contained in:
Merith-TK 2022-09-26 20:27:20 -07:00
parent 2c9e064684
commit 745c7b17a9
3 changed files with 38 additions and 4 deletions

View file

@ -6,7 +6,13 @@
"block.minecraft.bed.no_sleep": "Sorry, cutie! It's not bedtime yet!",
"block.minecraft.bed.too_far_away": "Cutie the bed is too far for you to to lay down!",
"block.minecraft.bed.not_safe": "Sorry, cutie! there are feralists nearby!",
"block.minecraft.spawn.not_valid": "You have no home bed or charged respawn anchor, or it was obstructed",
"block.minecraft.set_spawn": "Respawn point set"
"block.minecraft.spawn.not_valid": "Whoops! Make sure to take a nap the next time you get the chance, cutie~",
"block.minecraft.set_spawn": "Welcome Home, Cutie",
}
// Make words floret safe
// censor the word dirt
"block.minecraft.dirt": "D**t",
"block.minecraft.coarse_dirt": "Coarse D**t",
"block.minecraft.dirt_path": "D**t Path",
"block.minecraft.rooted_dirt": "Rooted D**t",
}