{"id":19510858,"url":"https://github.com/2zqa/annoyancefix","last_synced_at":"2025-08-08T14:24:59.398Z","repository":{"id":96211132,"uuid":"282452033","full_name":"2zqa/AnnoyanceFix","owner":"2zqa","description":"Mod that fixes some annoyances for Minecraft beta 1.7.3","archived":false,"fork":false,"pushed_at":"2024-07-21T22:25:19.000Z","size":60,"stargazers_count":19,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T07:36:01.012Z","etag":null,"topics":["minecraft","modloader"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2zqa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-25T13:43:49.000Z","updated_at":"2024-10-14T06:45:01.000Z","dependencies_parsed_at":"2024-01-19T13:38:29.001Z","dependency_job_id":"299a65cb-5a4e-48cb-bf62-56fca81e4095","html_url":"https://github.com/2zqa/AnnoyanceFix","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2zqa%2FAnnoyanceFix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2zqa%2FAnnoyanceFix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2zqa%2FAnnoyanceFix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2zqa%2FAnnoyanceFix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2zqa","download_url":"https://codeload.github.com/2zqa/AnnoyanceFix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250926919,"owners_count":21509057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft","modloader"],"created_at":"2024-11-10T23:17:57.968Z","updated_at":"2025-04-26T03:32:22.751Z","avatar_url":"https://github.com/2zqa.png","language":"Java","readme":"# AnnoyanceFix for Minecraft beta 1.7.3\n\n_Now using modloader!_\n\n![image](https://i.imgur.com/TyufQHz.jpg)\n\nMod review of v1.4 by Modification Station/The Zyga (outdated): https://www.youtube.com/watch?v=m8lX9jv9lhI\n\nAlso included in the Beta Unleashed Modpack by no_mic_. Trailer: https://www.youtube.com/watch?v=RSLuGK0yHrw\n\n## Description\n\nThe aim of this mod is to fix (major) annoyances or backport useful features that do not affect gameplay. List of fixes:\n\n- Pickaxes are now effective against: furnaces, cobblestone stairs, bricks, redstone ore, iron doors, rails, dispensers, stone pressure plates and monster spawners\n- Axes are now effective against: crafting tables, wooden stairs, fences, wooden doors, ladders, signs, pumpkins, wooden pressure plates, jukeboxes and noteblocks\n- Fences are placeable like normal\n- Stairs drop themselves\n- Boats drop themselves\n- Boats don't break due to high velocity\n- Never fall through boats anymore when getting out\n- Pick block (middle mouse button click) now works for blocks that are in the player's inventory, but not in their hotbar\n- Pick block now also works on: paintings, minecarts (all three types), wooden doors, iron doors, signs, crops, redstone repeaters, redstone wire, beds, piston heads and cake\n\nTo use pick block: Look at something and click your scrollwheel. If it's in your inventory, it will automatically be selected.\n\n## Installation using Prism Launcher\n\n1. Download Modloader: https://github.com/coffeenotfound/ModloaderFix-b1.7.3/releases/download/v1.0.0/ModLoader.Fix.b1.7.3-1.0.0.jar\n2. Download this mod: https://github.com/2zqa/AnnoyanceFix/releases/latest/download/AnnoyanceFix.zip\n3. Create or edit your beta 1.7.3 instance\n4. Click \"Add to minecraft.jar\" and select the Modloader and AnnoyanceFix files\n6. Run and enjoy! 👍\n\n## Feedback\n\nGot any suggestions on what I should add next? Feel free to let me know by [creating an 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.\n\n## Contributing\n\nThanks for considering contributing! To get started:\n\n1. Download 1.7.3-LTS (MCP fork): `https://github.com/ModificationStation/1.7.3-LTS/`\n2. Fork this repository\n3. Clone your own fork: `git clone https://github.com/\u003cyour_username\u003e/AnnoyanceFix.git`\n4. Run setup from 1.7.3-LTS\n5. Add modloader classes to jars/bin/minecraft.jar\n6. Run decompile script with fixed class for Modloader\n7. Run updatemd5 script\n8. Copy all files _from_ 1.7.3-LTS _to_ the AnnoyanceFix folder, without overwriting anything\n9. Fix the errors in Eclipse (mostly replacing int with boolean)\n   * For example: `int j = this.furnaceBurnTime \u003e 0;` to `boolean j = this.furnaceBurnTime \u003e 0;`\n   * Remove the int in `int j2 = 4;` in RenderBlocks.java\n   * Warnings can be ignored\n10. Start modding :)\n11. Create a pull request when done\n\nTIP: Use the createmod script to automatically recompile, reobfuscate and create a zip for the mod.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2zqa%2Fannoyancefix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2zqa%2Fannoyancefix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2zqa%2Fannoyancefix/lists"}