-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update anthracite/lignite veins (#1139)
* commit * add oredict * add crushing/forge hammer recipes * registering ore * refactor: rename ore vein files * fix: fix wrong recipe & hide ore materials --------- Co-authored-by: planetme <87911459+planetme@users.noreply.github.com> Co-authored-by: MCTian-mi <35869948+MCTian-mi@users.noreply.github.com>
- Loading branch information
1 parent
8976aed
commit b8121ed
Showing
10 changed files
with
160 additions
and
66 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
config/gregtech/worldgen/vein/beneath/anthracite_deposit_vein.json
This file contains 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,43 @@ | ||
{ | ||
"weight": 60, | ||
"density": 1, | ||
"max_height": 255, | ||
"min_height": 0, | ||
"dimension_filter": ["dimension_id:10"], | ||
"generator": { | ||
"type": "layered", | ||
"radius": [ | ||
25, | ||
25 | ||
] | ||
}, | ||
"filler": { | ||
"type": "layered", | ||
"values": [ | ||
{ | ||
"primary": { | ||
"block":"susy:resource_block_1", | ||
"variant":"anthracite" | ||
} | ||
}, | ||
{ | ||
"secondary": { | ||
"block":"susy:resource_block_1", | ||
"variant":"anthracite" | ||
} | ||
}, | ||
{ | ||
"between": { | ||
"block":"susy:resource_block_1", | ||
"variant":"anthracite" | ||
} | ||
}, | ||
{ | ||
"sporadic": { | ||
"block":"susy:resource_block_1", | ||
"variant":"anthracite" | ||
} | ||
} | ||
] | ||
} | ||
} |
31 changes: 0 additions & 31 deletions
31
config/gregtech/worldgen/vein/beneath/anthracite_vein.json
This file was deleted.
Oops, something went wrong.
46 changes: 46 additions & 0 deletions
46
config/gregtech/worldgen/vein/overworld/lignite_deposit_vein.json
This file contains 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,46 @@ | ||
{ | ||
"weight": 180, | ||
"density": 1, | ||
"max_height": 255, | ||
"min_height": 60, | ||
"vein_populator": { | ||
"type": "surface_rock", | ||
"material": "lignite" | ||
}, | ||
"generator": { | ||
"type": "layered", | ||
"radius": [ | ||
20, | ||
20 | ||
] | ||
}, | ||
"filler": { | ||
"type": "layered", | ||
"values": [ | ||
{ | ||
"primary": { | ||
"block":"susy:resource_block_1", | ||
"variant":"lignite" | ||
} | ||
}, | ||
{ | ||
"secondary": { | ||
"block":"susy:resource_block_1", | ||
"variant":"lignite" | ||
} | ||
}, | ||
{ | ||
"between": { | ||
"block":"susy:resource_block_1", | ||
"variant":"lignite" | ||
} | ||
}, | ||
{ | ||
"sporadic": { | ||
"block":"susy:resource_block_1", | ||
"variant":"lignite" | ||
} | ||
} | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains 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 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 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 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 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 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