Skip to content

Sky Dimension #931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 35 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
221bd9d
Basic Worldgen
BPR02 Dec 17, 2023
52de885
update some dimension stuff
BPR02 Dec 19, 2023
cb98c58
move min_y to 0
BPR02 Dec 20, 2023
7ff7000
simple continents
BPR02 Dec 20, 2023
ce3e632
Island Groups
BPR02 Dec 21, 2023
891456e
Separate Islands - Middle Islands
BPR02 Dec 24, 2023
620c971
Better island separation
BPR02 Dec 25, 2023
bd9a012
make island smaller
BPR02 Dec 25, 2023
2ee8ad4
Tweak Island Height
BPR02 Dec 26, 2023
b9fef9a
Bottom Half of Islands
BPR02 Dec 27, 2023
fb6d1f8
4 layer dimension
BPR02 Dec 27, 2023
a2b2685
make island bands closer
BPR02 Dec 28, 2023
6b576c9
add beet.yaml
BPR02 Dec 28, 2023
aa670a3
high erosion (rough draft)
BPR02 Dec 28, 2023
7e408ca
low and high erosion
BPR02 Dec 30, 2023
6a749e9
full island blobs
BPR02 Dec 30, 2023
6313303
floating falls
BPR02 Jan 1, 2024
e4a3a07
better floating falls
BPR02 Jan 1, 2024
4193041
Tweak Floating Falls Island Size
BPR02 Jan 1, 2024
4260dc0
fix huge island generation
BPR02 Jan 2, 2024
072c770
make bands less obvious
BPR02 Jan 3, 2024
ed5be16
biome bands
BPR02 Jan 3, 2024
17e29c3
modify full blobs
BPR02 Jan 3, 2024
97635b7
tweak biome borders
BPR02 Jan 3, 2024
9d8cb18
stair islands
BPR02 Jan 3, 2024
2e088d3
mountainous terrain attempt 1
BPR02 Jan 4, 2024
ccefd6a
nice mountainous terrain
BPR02 Jan 4, 2024
2291bac
rename some stuff
BPR02 Jan 5, 2024
3e91379
make land mass not dependent on continentalness
BPR02 Jan 6, 2024
ad8ae89
Add Badlands island type and bridges
BPR02 Jan 11, 2024
de2cbad
Add "bowl" island type
BPR02 Jan 12, 2024
5aa1a67
Make normal terrain hillier
BPR02 Jan 12, 2024
882f5f6
Change mountainous distribution
BPR02 Jan 12, 2024
22b38d0
Cave Island Type
BPR02 Jan 12, 2024
87fdde0
tweak cave islands
BPR02 Jan 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"datapack.env.cmdVersion": "1.20",
"datapack.env.cmdVersion": "1.20.3",
"datapack.env.jsonVersion": "1.20",
"datapack.env.dataVersion": "1.20",
"datapack.env.dataVersion": "1.20.3",
"datapack.lint.stringQuote": ["hint", true],
"datapack.lint.nbtStringQuoteType": ["hint", "prefer double"]
}
23 changes: 23 additions & 0 deletions gm4_sky_dimension/beet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
id: gm4_sky_dimension
name: Sky Dimension
version: 1.0.X

data_pack:
load: .

pipeline:
- gm4.plugins.extend.module

meta:
gm4:
versioning:
schedule_loops: []
website:
description: Soar high to reach and explore the Sky Dimension, Celesterra!
recommended: []
notes: []
video: null
wiki: https://wiki.gm4.co/wiki/Sky_Dimension
credits:
Creator:
- BluePsychoRanger
Loading