From 745c7b17a9d3e28241740683aef151c7c7c007f7 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Mon, 26 Sep 2022 20:27:20 -0700 Subject: [PATCH] censor naughty word 1, add more splashes! --- README.txt | 15 +++++++++++++++ assets/minecraft/lang/en_us.json | 12 +++++++++--- assets/minecraft/texts/splashes.txt | 15 ++++++++++++++- 3 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..665a708 --- /dev/null +++ b/README.txt @@ -0,0 +1,15 @@ +Find more info on the website: https://kubejs.com/ + +Directory information: + +assets - Acts as a resource pack, you can put any client resources in here, like textures, models, etc. Example: assets/kubejs/textures/item/test_item.png +data - Acts as a datapack, you can put any server resources in here, like loot tables, functions, etc. Example: data/kubejs/loot_tables/blocks/test_block.json + +startup_scripts - Scripts that get loaded once during game startup - Used for adding items and other things that can only happen while the game is loading (Can be reloaded with /kubejs reload_startup_scripts, but it may not work!) +server_scripts - Scripts that get loaded every time server resources reload - Used for modifying recipes, tags, loot tables, and handling server events (Can be reloaded with /reload) +client_scripts - Scripts that get loaded every time client resources reload - Used for JEI events, tooltips and other client side things (Can be reloaded with F3+T) + +config - KubeJS config storage. This is also the only directory that scripts can access other than world directory +exported - Data dumps like texture atlases end up here + +You can find type-specific logs in logs/kubejs/ directory \ No newline at end of file diff --git a/assets/minecraft/lang/en_us.json b/assets/minecraft/lang/en_us.json index e173302..69e6dc8 100644 --- a/assets/minecraft/lang/en_us.json +++ b/assets/minecraft/lang/en_us.json @@ -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", -} \ No newline at end of file + // 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", +} \ No newline at end of file diff --git a/assets/minecraft/texts/splashes.txt b/assets/minecraft/texts/splashes.txt index 4c3da1c..e5975e6 100644 --- a/assets/minecraft/texts/splashes.txt +++ b/assets/minecraft/texts/splashes.txt @@ -5,4 +5,17 @@ What a cute floret! Plampt! Have fun cutie! Xenodruggies not included! -Remember to take breaks! \ No newline at end of file +Remember to take breaks! +Digitalis says hello! +Also try Flowers and Vines! (or whatever the floret cut of Chutes and Ladders was called in Recovery) +Ask your Vet! +Ask your Owner! +Beeple Beeple Beeple! +More Teeth Than A Horse! +Blahaj Blast! +Your an adorable Floret +You look good in a Collar! +Say Please! +You're the best gamer! +Plant Computing! +You're a good floret! \ No newline at end of file