Reinitailized repository

This commit is contained in:
Malasaur 2026-02-08 21:40:15 +01:00
commit b4fb99fc02
No known key found for this signature in database
2864 changed files with 697863 additions and 0 deletions

View 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

View 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=

View 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
}
}
]
}