Begin work for the adorable florets!
This commit is contained in:
commit
956a6f3c22
5 changed files with 41 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
config/common.properties
|
||||
exported/
|
||||
script.js
|
||||
en.json
|
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
## FloretCraft
|
||||
An Resourcepack and Kubejs Pack combination for adorable little florets!
|
12
assets/minecraft/lang/en_us.json
Normal file
12
assets/minecraft/lang/en_us.json
Normal file
|
@ -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"
|
||||
|
||||
}
|
8
assets/minecraft/texts/splashes.txt
Normal file
8
assets/minecraft/texts/splashes.txt
Normal file
|
@ -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!
|
15
config/client.properties
Normal file
15
config/client.properties
Normal file
|
@ -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
|
Loading…
Reference in a new issue