-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
5 changed files
with
125 additions
and
253 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ mod: minecraft | |
block: { | ||
location: redstone_ore | ||
hardness: 3 | ||
level: 1 | ||
level: 2 | ||
} | ||
loot: [ | ||
{ | ||
|
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
Oops, something went wrong.
3743f17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed #546