-
Notifications
You must be signed in to change notification settings - Fork 187
The Mantle (concept(?)) #2464
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
Open
careeoki
wants to merge
26
commits into
PixelGuys:master
Choose a base branch
from
careeoki:mantle
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
The Mantle (concept(?)) #2464
Changes from 21 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6493f1b
The mantle
careeoki ea3d987
More mantle biomes
careeoki cb45e5e
Start the blocks and tweak base
careeoki 89a92c7
More blocks but now im getting distracted bu UI stuff
careeoki 56c2720
more
careeoki f070bc3
no stone forest in mantle
careeoki 1811763
Merge branch 'master' of https://github.com/pixelguys/Cubyz into mantle
careeoki 0aa3a44
Start making SBBs
careeoki 1627b63
more pools
careeoki be3ad1a
No basalt or lava caves, more sbbs
careeoki 0a01b4e
update palette of other blocks
careeoki 2934a23
Tweaks
careeoki 2717f78
change palette for the last time (i swear)
careeoki e7063fa
Remove tunnels and tweak crystals
careeoki 5dc3463
Ash block
careeoki 4e236b6
Ash biome with ruins
careeoki 6f241b6
one more ruin
careeoki 11c44af
Polish ash texture
careeoki 1cd14b1
Merge branch 'master' of https://github.com/pixelguys/Cubyz into mantle
careeoki dfe9164
change where mantle starts, basic core
careeoki 65c0b2a
reduce health of mantle blocks as they are earlier in progression
careeoki 95a226d
Rename mantle to pyrolite, update ruins
careeoki 450dc6f
Merge branch 'master' of https://github.com/pixelguys/Cubyz into mantle
careeoki ec61394
Merge branch 'master' of https://github.com/pixelguys/Cubyz into mantle
careeoki 29f02f2
Update to new stalagmites
careeoki fa20e28
Tweak numbers
careeoki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| .{ | ||
| .isCave = true, | ||
| .maxHeight = 0, | ||
| .minHeight = -48250, | ||
| .minHeight = -15000, | ||
|
|
||
| .fogDensity = 2, | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| .{ | ||
| .isCave = true, | ||
| .maxHeight = -512, | ||
| .minHeight = -48250, | ||
| .minHeight = -15000, | ||
|
|
||
| .chance = 0.2, | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| .{ | ||
| .isCave = true, | ||
| .maxHeight = -512, | ||
| .minHeight = -48250, | ||
| .minHeight = -15000, | ||
| .chance = 0.01, | ||
|
|
||
| .caves = -0.1, | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| .{ | ||
| .isCave = true, | ||
| .maxHeight = -512, | ||
| .minHeight = -48250, | ||
| .minHeight = -15000, | ||
|
|
||
| .fogDensity = 2, | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| .{ | ||
| .isCave = true, | ||
| .maxHeight = -15000, | ||
| .minHeight = -48250, | ||
| .fogDensity = 25, | ||
| .fogColor = 0x3d1a11, | ||
| .stoneBlock = "cubyz:mantle/base", | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| .{ | ||
| .chance = 0.3, | ||
| .caves = -0.03, | ||
| .soilCreep = 1, | ||
| .ground_structure = .{ | ||
| "2 to 4 cubyz:ash", | ||
| }, | ||
| .structures = .{ | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:cave/mantle/stalagmite", | ||
| .placeMode = .degradable, | ||
| .chance = 0.04, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:cave/mantle/ruins", | ||
| .placeMode = .degradable, | ||
| .chance = 0.003, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:ground_patch", | ||
| .block = "cubyz:magma", | ||
| .chance = 0.03, | ||
| .width = 4, | ||
| .variation = 2, | ||
| .depth = 2, | ||
| .smoothness = 0.8, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:ground_patch", | ||
| .block = "cubyz:magma", | ||
| .chance = 0.08, | ||
| .width = 2, | ||
| .variation = 1, | ||
| .depth = 2, | ||
| .smoothness = 1, | ||
| }, | ||
| }, | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| .{ | ||
| .chance = 0.7, | ||
| .caves = -0.03, | ||
| .structures = .{ | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:cave/mantle/stalagmite", | ||
| .placeMode = .degradable, | ||
| .chance = 0.06, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:cave/mantle/lava_pool", | ||
| .placeMode = .degradable, | ||
| .chance = 0.02, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:ground_patch", | ||
| .block = "cubyz:magma", | ||
| .chance = 0.04, | ||
| .width = 4, | ||
| .variation = 2, | ||
| .depth = 2, | ||
| .smoothness = 1, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:ground_patch", | ||
| .block = "cubyz:ash", | ||
| .chance = 0.1, | ||
| .width = 5, | ||
| .variation = 5, | ||
| .depth = 4, | ||
| .smoothness = 0.1, | ||
| }, | ||
| }, | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| .{ | ||
| .chance = 1000, | ||
| .caves = -0.03, | ||
| .stoneBlock = "cubyz:lava", | ||
| .maxHeight = -20000, | ||
| .minHeight = -20080, | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| .{ | ||
| .chance = 0.02, | ||
| .caves = -0.05, | ||
| .crystals = 25, | ||
| .structures = .{ | ||
| .{ | ||
| .id = "cubyz:ground_patch", | ||
| .block = "cubyz:magma", | ||
| .chance = 0.05, | ||
| .width = 4, | ||
| .variation = 2, | ||
| .depth = 2, | ||
| .smoothness = 1, | ||
| }, | ||
| }, | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| .{ | ||
| .chance = 1, | ||
| .caves = -0.03, | ||
| .soilCreep = 2, | ||
| .ground_structure = .{ | ||
| "2 cubyz:magma", | ||
| }, | ||
| .structures = .{ | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:cave/mantle/stalagmite", | ||
| .placeMode = .degradable, | ||
| .chance = 0.03, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:sbb", | ||
| .structure = "cubyz:cave/mantle/lava_pool", | ||
| .placeMode = .degradable, | ||
| .chance = 0.03, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:stalagmite", | ||
| .block = "cubyz:mantle/base", | ||
| .chance = 0.2, | ||
| .size = 4, | ||
| .size_variation = 6, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:ground_patch", | ||
| .block = "cubyz:lava", | ||
| .chance = 0.05, | ||
| .width = 4, | ||
| .variation = 2, | ||
| .depth = 2, | ||
| .smoothness = 1, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:ground_patch", | ||
| .block = "cubyz:mantle/base", | ||
| .chance = 0.4, | ||
| .width = 3, | ||
| .variation = 2, | ||
| .depth = 2, | ||
| .smoothness = 1, | ||
| }, | ||
| .{ | ||
| .id = "cubyz:ground_patch", | ||
| .block = "cubyz:mantle/base", | ||
| .chance = 0.08, | ||
| .width = 6, | ||
| .variation = 5, | ||
| .depth = 2, | ||
| .smoothness = 1, | ||
| }, | ||
| }, | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| .{ | ||
| .maxHeight = -200, | ||
| .minHeight = -48250, | ||
| .minHeight = -15000, | ||
| .chance = 0.05, | ||
| .structures = .{ | ||
| .{ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| .{ | ||
| .tags = .{.diggable}, | ||
| .blockHealth = 7, | ||
| .drops = .{ | ||
| .{.items = .{.auto}}, | ||
| }, | ||
| .model = "cubyz:cube", | ||
| .rotation = "cubyz:stairs", | ||
| .texture = "cubyz:ash", | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| .{ | ||
| .tags = .{.mineable, .mantle}, | ||
| .blockHealth = 40, | ||
| .blockResistance = 25, | ||
| .drops = .{ | ||
| .{.items = .{.auto}}, | ||
| }, | ||
| .item = .{ | ||
| .material = .{ | ||
| .durability = 300, | ||
| .massDamage = 4.0, | ||
| .hardnessDamage = 6.0, | ||
| .swingSpeed = 5.0, | ||
| .textureRoughness = 1.0, | ||
| .colors = .{ | ||
| 0xff452122, 0xff56262a, 0xff683233, 0xff733838, 0xff7f403d, | ||
| }, | ||
| .modifiers = .{ | ||
| .{ | ||
| .id = "good_at", | ||
| .strength = 0.5, | ||
| .tag = .mantle, | ||
| .restriction = .{ | ||
| .id = .encased, | ||
| .tag = .precious, | ||
| .amount = 2, | ||
| }, | ||
| }, | ||
| }, | ||
| }, | ||
| }, | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| .{ | ||
| .allowOres = true, | ||
| .rotation = "cubyz:stairs", | ||
| .model = "cubyz:cube", | ||
| .texture = "cubyz:mantle/base", | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| .{ | ||
| .rotation = "cubyz:stairs", | ||
| .model = "cubyz:cube", | ||
| .texture = "cubyz:mantle/bricks", | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.