-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
5 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 |
---|---|---|
@@ -1,4 +1 @@ | ||
- Added Whoppers, a wooden hopper variant that's way slower and more limited, but also way cheaper to craft. Includes an omni variant. | ||
- Overhauled Fluid Hoppers into Floppers, they can now oxidize like any other copper block. | ||
- Added Lidless Chests, a block that instantly drops any inserted items on the floor, can be placed in any direction. | ||
- Majorly overhauled internals to be mildly less cursed. | ||
- Tweaked the Lidless Chest recipe to not override vanilla boats. :skull: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"w w", | ||
"w w", | ||
"www" | ||
], | ||
|