Reinitailized repository
This commit is contained in:
commit
b4fb99fc02
2864 changed files with 697863 additions and 0 deletions
16
kubejs/config/client.properties
Normal file
16
kubejs/config/client.properties
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#KubeJS Client Properties
|
||||
#Sat Feb 07 11:24:15 CET 2026
|
||||
backgroundColor=2E3440
|
||||
barBorderColor=ECEFF4
|
||||
exportAtlases=false
|
||||
menuBackgroundBrightness=64
|
||||
disableRecipeBook=false
|
||||
title=
|
||||
barColor=ECEFF4
|
||||
overrideColors=false
|
||||
fmlLogColor=ECEFF4
|
||||
showTagNames=false
|
||||
fmlMemoryColor=ECEFF4
|
||||
menuBackgroundScale=32.0
|
||||
blurScaledPackIcon=true
|
||||
menuInnerBackgroundBrightness=32
|
||||
13
kubejs/config/common.properties
Normal file
13
kubejs/config/common.properties
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#KubeJS Common Properties
|
||||
#Sat Feb 07 11:23:27 CET 2026
|
||||
matchJsonRecipes=true
|
||||
allowAsyncStreams=true
|
||||
announceReload=true
|
||||
startupErrorGUI=true
|
||||
serverOnly=false
|
||||
hideServerScriptErrors=false
|
||||
saveDevPropertiesInConfig=false
|
||||
packmode=
|
||||
ignoreCustomUniqueRecipeIds=false
|
||||
creativeModeTabIcon=minecraft\:purple_dye
|
||||
startupErrorReportUrl=
|
||||
34
kubejs/config/settings.json
Normal file
34
kubejs/config/settings.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"dimensions": [
|
||||
{
|
||||
"id": "retards:creative",
|
||||
"gamemode": "creative",
|
||||
"portal": {
|
||||
"material": "minecraft:glowstone",
|
||||
"fluid": "minecraft:water",
|
||||
"color": "#1E66F5"
|
||||
},
|
||||
"worldgen": {
|
||||
"minecraft:bedrock": 1,
|
||||
"minecraft:stone": 40,
|
||||
"minecraft:dirt": 8,
|
||||
"minecraft:grass_block": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "retards:adventure",
|
||||
"gamemode": "adventure",
|
||||
"portal": {
|
||||
"material": "minecraft:bedrock",
|
||||
"fluid": "minecraft:water",
|
||||
"color": "#1E66F5"
|
||||
},
|
||||
"worldgen": {
|
||||
"minecraft:bedrock": 1,
|
||||
"minecraft:stone": 40,
|
||||
"minecraft:dirt": 8,
|
||||
"minecraft:grass_block": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue