No edit summary
No edit summary
 
Line 6: Line 6:
'''Mineable Unmineable''' is a Fabric mod for Minecraft Java Edition 1.20.1. The mod is makes it so that the user is allowed to break End Portal Frames alongside End Portal Blocks itself.
'''Mineable Unmineable''' is a Fabric mod for Minecraft Java Edition 1.20.1. The mod is makes it so that the user is allowed to break End Portal Frames alongside End Portal Blocks itself.


= Synopsis: Craftable End Portal Frames =
== Synopsis: Craftable End Portal Frames ==
When I was playing Minecraft with my friends, the server owner had installed [https://modrinth.com/mod/end-frame-crafting a mod which added crafting recipes for End Portal Frames with Warden Heart]. The problem was that, once placed, it's there forever. One of them placed it in the middle of the room with no way to push it around. All the mods available on Modrinth at the time would have added another recipes to the End Portal so I have decided to make my own mod to solve this problem.
When I was playing Minecraft with my friends, the server owner had installed [https://modrinth.com/mod/end-frame-crafting a mod which added crafting recipes for End Portal Frames with Warden Heart]. The problem was that, once placed, it's there forever. One of them placed it in the middle of the room with no way to push it around. All the mods available on Modrinth at the time would have added another recipes to the End Portal so I have decided to make my own mod to solve this problem.


= Mod Features =
== Mod Features ==
* End Portal Blocks can be destroyed
* End Portal Blocks can be destroyed
** It can be destroyed with bare hand and it will always remove end portal blocks next to itself in tandem however you mind. It will take around 4 minutes with bare hand.
** It can be destroyed with bare hand and it will always remove end portal blocks next to itself in tandem however you mind. It will take around 4 minutes with bare hand.
Line 19: Line 19:
* It is very small and should be compatible with mods that don't touch these values.
* It is very small and should be compatible with mods that don't touch these values.


= Known Incompatibilities =
== Known Incompatibilities ==
* [https://modrinth.com/mod/endrem End Remastered]
* [https://modrinth.com/mod/endrem End Remastered]
** Does not work probably because the mod did not account for other Eyes of Ender types
** Does not work probably because the mod did not account for other Eyes of Ender types


= Dependencies =
== Dependencies ==
* Minecraft 1.20.1
* Minecraft 1.20.1
* Fabric API 0.92.2+1.20.1 or newer
* Fabric API 0.92.2+1.20.1 or newer
* Fabric Loader 0.16.0 or newer
* Fabric Loader 0.16.0 or newer


= Changelog =
== Changelog ==
* 1.0.0
* 1.0.0
** Initial Release
** Initial Release


= Installation =
== Installation ==
{{Template:Main|article=Installing Fabric Mods}}
{{Template:Main|article=Installing Fabric Mods}}


Line 40: Line 40:
# Start the game with Fabric Loader.
# Start the game with Fabric Loader.


= Links =
== Links ==
* [https://modrinth.com/mod/mineable-unmineable Download on Modrinth]
* [https://modrinth.com/mod/mineable-unmineable Download on Modrinth]
* [https://github.com/Aikoyori/MineableUnmineable Source Code on GitHub]
* [https://github.com/Aikoyori/MineableUnmineable Source Code on GitHub]

Latest revision as of 13:07, 9 October 2024

Mineable Unmineable is a Fabric mod for Minecraft Java Edition 1.20.1. The mod is makes it so that the user is allowed to break End Portal Frames alongside End Portal Blocks itself.

Synopsis: Craftable End Portal Frames

When I was playing Minecraft with my friends, the server owner had installed a mod which added crafting recipes for End Portal Frames with Warden Heart. The problem was that, once placed, it's there forever. One of them placed it in the middle of the room with no way to push it around. All the mods available on Modrinth at the time would have added another recipes to the End Portal so I have decided to make my own mod to solve this problem.

Mod Features

  • End Portal Blocks can be destroyed
    • It can be destroyed with bare hand and it will always remove end portal blocks next to itself in tandem however you mind. It will take around 4 minutes with bare hand.
  • End Portal Frames can be destroyed
    • Likewise with the End Portal Block, you can mine this block by hand but it will take around 25 minutes to destroy one.
    • If an eye has been inserted into the frame, the eye will drop alongside the portal when mined.
    • Breaking a filled frame will destroy the portal blocks inside.
  • Diamond Pickaxes can break both of these faster as it is the preferred tool.
  • It is very small and should be compatible with mods that don't touch these values.

Known Incompatibilities

  • End Remastered
    • Does not work probably because the mod did not account for other Eyes of Ender types

Dependencies

  • Minecraft 1.20.1
  • Fabric API 0.92.2+1.20.1 or newer
  • Fabric Loader 0.16.0 or newer

Changelog

  • 1.0.0
    • Initial Release

Installation

Main Article: Installing Fabric Mods

  1. Install Fabric Loader Version 0.16.0 for Minecraft 1.20.1
  2. Download the mod from Modrinth.
  3. Put MineableUnmineable-1.0.0.jar and Fabric API from version 0.92.2+1.20.1 inside mods folder of your Minecraft folder.
  4. Start the game with Fabric Loader.

Links