commit 956a6f3c2245bf6c6f47dc66b242ebb6770f1860 Author: Merith-TK Date: Mon Sep 26 20:05:27 2022 -0700 Begin work for the adorable florets! diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e0cf512 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +config/common.properties +exported/ +script.js +en.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c069b3 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +## FloretCraft +An Resourcepack and Kubejs Pack combination for adorable little florets! \ No newline at end of file diff --git a/assets/minecraft/lang/en_us.json b/assets/minecraft/lang/en_us.json new file mode 100644 index 0000000..e173302 --- /dev/null +++ b/assets/minecraft/lang/en_us.json @@ -0,0 +1,12 @@ +{ + "language.name": "English Floret!", + "language.region": "Affini Compact", + "language.code": "en_fl", + + "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" + +} \ No newline at end of file diff --git a/assets/minecraft/texts/splashes.txt b/assets/minecraft/texts/splashes.txt new file mode 100644 index 0000000..4c3da1c --- /dev/null +++ b/assets/minecraft/texts/splashes.txt @@ -0,0 +1,8 @@ +Hello Cutie! +Remember to take your meds! +Do you have water nearby? +What a cute floret! +Plampt! +Have fun cutie! +Xenodruggies not included! +Remember to take breaks! \ No newline at end of file diff --git a/config/client.properties b/config/client.properties new file mode 100644 index 0000000..11447ac --- /dev/null +++ b/config/client.properties @@ -0,0 +1,15 @@ +#KubeJS Client Properties +#Mon Sep 26 19:27:11 PDT 2022 +backgroundColor=2b2b2b +barBorderColor=ECEFF4 +exportAtlases=false +menuBackgroundBrightness=64 +disableRecipeBook=false +title=FloretCraft +barColor=ECEFF4 +overrideColors=true +fmlLogColor=ECEFF4 +showTagNames=false +fmlMemoryColor=ECEFF4 +menuBackgroundScale=32.0 +menuInnerBackgroundBrightness=32