Skip to content

Commit

Permalink
Death
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed May 31, 2023
1 parent d40f5dc commit 32847e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
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:
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.19.4+build.1
loader_version=0.14.17

# Mod Properties
mod_version = 2.0.0
mod_version = 2.0.1
maven_group = nl.enjarai
archives_base_name = omnihopper
modid = omnihopper
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/data/omnihopper/recipes/open_box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"w w",
"w w",
"www"
],
Expand Down

0 comments on commit 32847e6

Please sign in to comment.