ButtonCraft
Description
Do you have fun playing Minecraft? Maybe a little too much? ButtonCraft aims to fix this problem.
ButtonCraft exploits the human psyche to make leveling an exceptionally frustrating grind. Firstly, it removes XP orbs normally obtained by killing mobs, mining, smelting, etc. The only way to obtain XP in ButtonCraft is to press any physical button in the game. This includes any wood button, the stone button, and the newly added diamond and netherite buttons. In general, buttons will most often do nothing, less often give a small amount of XP, and least commonly, remove a large amount of XP (possibly going into the negative). This is done to make losing XP more frustrating. The behavior of these different buttons can be seen below.
- Wood: 20 tick press time, expected value of -.03 (bad idea to press too much) || 20% chance to lose 5 XP || 10% chance to gain 7 XP || 70% chance to do nothing
- Stone: 40 tick press time, expected value of 0 || 1% chance to lose 100 XP || 10% chance to gain 10 XP || 89% chance to do nothing
- Diamond: 80 tick press time, expected value of 5 || 1% chance to lose 1000 XP || 15% chance to gain 100 XP || 84% chance to do nothing
- Netherite: 160 tick press time, expected value of 25 || 1% chance to lose 10000 XP || 15% chance to gain 250 XP || 84% chance to do nothing
Installation
Download the .jar and place it into the /mods folder of your Fabric installation. Download and place the Fabric API in your mods folder. There are no known incompatibilities as of yet. ButtonCraft has been tested with Sodium, Lithium, and Phosphor.
NOTE
This mod changes the functionality of the following classes (as mapped by Yarn), and therefore may conflict with other mods that do the same: AbstractButtonBlock.class, ExperienceOrbEntity.class, InGameHud.class, PlayerEntity.class, TitleScreen.class
Any block extending AbstractButtonBlock that does not set the variable "wooden" or override "getType()" (as defined by OverwriteButton.java) will behave like a stone button.