diff --git a/iris.code-workspace b/iris.code-workspace new file mode 100644 index 00000000..e08fbd20 --- /dev/null +++ b/iris.code-workspace @@ -0,0 +1,16 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "workbench.colorTheme": "Monokai", + "workbench.preferredHighContrastColorTheme": "Solarized Dark", + "workbench.preferredDarkColorTheme": "Solarized Dark", + "workbench.statusBar.visible": false, + "workbench.tips.enabled": false, + "workbench.tree.indent": 24, + "files.autoSave": "onFocusChange" + } +} \ No newline at end of file diff --git a/iris.development.dan/biomes/plains-dan.json b/iris.development.dan/biomes/plains-dan.json index 36ecdd68..4b6d9949 100644 --- a/iris.development.dan/biomes/plains-dan.json +++ b/iris.development.dan/biomes/plains-dan.json @@ -21,17 +21,6 @@ ] } ], - "objects": [ - { - "place": [ - "small/SmolBoi" - ], - "chance": 0.2 - } - ], - "children": [ - "rolling_plains" - ], "derivative": "PLAINS", "heightExponent": 1, "highHeight": 7,