Created page with "Category:Minecraft Mods Category:Fabric Mods Category:1.20.1 Mods '''Mineable Unmineable''' is a Fabric mod for Minecraft Java Edition 1.20.1. While the mod is installed, the user is allowed to break End Portal Frames. = Synopsis: Craftable End Portal = 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 prob..." |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Minecraft Mods]] | [[Category:Minecraft Mods]] | ||
[[Category:Fabric Mods]] | [[Category:Fabric Mods]] | ||
[[Category:Requires Fabric API]] | |||
[[Category:Client/Server Mods]] | |||
[[Category:1.20.1 Mods]] | [[Category:1.20.1 Mods]] | ||
Line 8: | Line 10: | ||
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 = | |||
* 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. | |||
= Installation = | = Installation = | ||
{{Template:Main|article=Installing Fabric Mods}} | {{Template:Main|article=Installing Fabric Mods}} | ||
2. | # Install Fabric Loader Version 0.16.0 for Minecraft 1.20.1 | ||
# Download the mod from Modrinth. | |||
# Put <code>MineableUnmineable-1.0.0.jar</code> and Fabric API from version <code>0.92.2+1.20.1</code> inside <code>mods</code> folder of your Minecraft folder. | |||
# 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] |
Revision as of 07:30, 9 October 2024
Mineable Unmineable is a Fabric mod for Minecraft Java Edition 1.20.1. While the mod is installed, the user is allowed to break End Portal Frames.
Synopsis: Craftable End Portal
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.
Installation
Main Article: Installing Fabric Mods
- Install Fabric Loader Version 0.16.0 for Minecraft 1.20.1
- Download the mod from Modrinth.
- Put
MineableUnmineable-1.0.0.jar
and Fabric API from version0.92.2+1.20.1
insidemods
folder of your Minecraft folder. - Start the game with Fabric Loader.