Initial commit: Minecraft Fabric 模组:神经网络地形生成

This commit is contained in:
WpyQwq
2026-09-19 12:00:57 +08:00
commit 840b77b53a
70 changed files with 5024 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#Indigo properties file
#Mon Aug 24 01:45:59 CST 2026
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto
fix-exterior-vertex-lighting=auto
fix-luminous-block-ambient-occlusion=auto
fix-mean-light-calculation=auto
fix-smooth-lighting-offset=auto
+18
View File
@@ -0,0 +1,18 @@
{
"enabled": true,
"sea_level": 63,
"base_height": 68.0,
"height_amplitude": 46.0,
"beach_margin": 2,
"bedrock_layers": 2,
"generate_water": true,
"generate_neural_biomes": true,
"generate_neural_caves": true,
"disable_vanilla_carvers": true,
"generate_neural_decorations": true,
"generate_neural_ores": true,
"generate_neural_vegetation": true,
"generate_neural_structures": true,
"cave_threshold": 0.76,
"model_file": "neuralterrain-model.json"
}