- check_circle Functions
Published Jul 2nd, 7/2/22 9:58 pm
- 725 views, 16 today
- 19 downloads, 1 today
0
DISCLAIMER: I have never done a datapack before, this just implements a command to remove the biomepedia every 2s from every player's inventory. (its not like anybody uses it anyways)
If you want to remove the dreaded book from ever spawning in your inventory then:
1 - open the mods' .jar with Winrar
2 - follow this route: BYG/Common/src/main/resources/data/byg/advancements/biomepedia_gift.json
3 - remove this line from the code "byg:advancement/biomepedia_gift"
4 - save the changes in the document and update it inside winrar.
I made this 3 lines of code-abomination since the developer refuses to give players the option to remove the book since it plugs his own patreon and instead tells people to make a datapack. Well, I made a datapack. You also have instructions to remove the book manually from the mod above this text.
If you want to remove the dreaded book from ever spawning in your inventory then:
1 - open the mods' .jar with Winrar
2 - follow this route: BYG/Common/src/main/resources/data/byg/advancements/biomepedia_gift.json
3 - remove this line from the code "byg:advancement/biomepedia_gift"
4 - save the changes in the document and update it inside winrar.
I made this 3 lines of code-abomination since the developer refuses to give players the option to remove the book since it plugs his own patreon and instead tells people to make a datapack. Well, I made a datapack. You also have instructions to remove the book manually from the mod above this text.
Credit | Thanks to Legitimoose for making a very comprehensive tutorial. |
Compatibility | Minecraft 1.18 |
to | Minecraft 1.19 |
Tags |
tools/tracking
5630415
119
remove-biomepedia
Create an account or sign in to comment.
This method would be more efficient as you don't constantly run functions. Regardless, great pack!