Skip to content

Commit

Permalink
Batch of Fixes
Browse files Browse the repository at this point in the history
Refactor block_overwrites.cfg
Fix Redstone mining level
Fix Moss mining level
Fix Rustic wood mining level
Add Nether Quartz refined mining level
Add Nether Quartz Glass refined mining level
Add intended porcelain recipe
Tweaked Dense Nether Quartz spawn rates
  • Loading branch information
Foreck1 committed Jan 14, 2021
1 parent a542007 commit 3743f17
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 253 deletions.
2 changes: 1 addition & 1 deletion config/osv/ores/redstone_ore.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod: minecraft
block: {
location: redstone_ore
hardness: 3
level: 1
level: 2
}
loot: [
{
Expand Down
4 changes: 2 additions & 2 deletions config/pyrotech/module.WorldGen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,13 @@ general {
# Default: 0.125
# Min: 0.0
# Max: 1.0
D:CHANCE_TO_SPAWN=0.125
D:CHANCE_TO_SPAWN=0.1

# Percent chance to spawn quartz ore in netherrack below the dense ore.
# Default: 0.5
# Min: 0.0
# Max: 1.0
D:CHANCE_TO_SPAWN_QUARTZ_ORE=0.5
D:CHANCE_TO_SPAWN_QUARTZ_ORE=1.0

# An int array of dimension id's that this is not allowed to generate in.
# Whitelist takes precedence over blacklist.
Expand Down
Loading

1 comment on commit 3743f17

@Foreck1
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed #546

Please sign in to comment.