Skip to content

Commit

Permalink
Add pick block from inventory funcionality
Browse files Browse the repository at this point in the history
  • Loading branch information
2zqa committed Jul 29, 2020
1 parent fa3bc56 commit d3c77a4
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ src/minecraft/net/minecraft/isom
src/minecraft/net/minecraft/src/*.java
!src/minecraft/net/minecraft/src/BlockFence.java
!src/minecraft/net/minecraft/src/BlockStairs.java
!src/minecraft/net/minecraft/src/mod_AnnoyanceFix.java
!src/minecraft/net/minecraft/src/InventoryPlayer.java
!src/minecraft/net/minecraft/src/mod_AnnoyanceFix.java
AnnoyanceFix.zip

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ _Now using modloader!_

![image](https://i.imgur.com/TyufQHz.jpg)

List of fixes:
The aim of this mod is to fix (major) annoyances or backport useful features that do not affect gameplay. List of fixes:

- Pickaxes are now effective against: furnaces, cobblestone stairs, bricks, redstone ore, iron doors, rails, dispensers, stone pressure plates and monster spawners
- Axes are now effective against: crafting tables, wooden stairs, fences, wooden doors, ladders, signs, pumpkins, wooden pressure plates, jukeboxes and noteblocks
- Fences are now placeable in air
- Stairs now drop themselves
- Pick block now works for items that are in the player's inventory, but not in their hotbar

## Installation using MultiMC

Expand All @@ -20,7 +21,7 @@ List of fixes:

## Feedback

The aim of this mod is to fix simple issues, like tool efficiency and unexplainable/unapologetic behavior of some blocks. I.e. bugfixes, not new features! Got any suggestions on what I should add next? Feel free to let me know by [creating issue](https://github.com/2zqa/AnnoyanceFix/issues/new). Know how to code and want to do it yourself? Then look below on how to get started.
Got any suggestions on what I should add next? Feel free to let me know by [creating issue](https://github.com/2zqa/AnnoyanceFix/issues/new). Know how to code and want to do it yourself? Then look below on how to get started.

## Contributing
Thanks for considering contributing! To get started:
Expand Down
Loading

0 comments on commit d3c77a4

Please sign in to comment.