the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 24 lines 830 B view raw view rendered
1# Pull Request 2 3## Note: IF YOUR PR CHANGES THE GAME BEHAVIOR VISIBLY, REMEMBER TO ATTACH A GAMEPLAY FOOTAGE (or at least a screenshot) OF YOU *ACTUALLY* PLAYING THE GAME WITH YOUR CHANGES. Untested PRs are *NOT* welcome. Please don't forget to describe what did you do in each commit in your PR. 4 5## Description 6Briefly describe the changes this PR introduces. 7 8## Changes 9 10### Previous Behavior 11*Describe how the code behaved before this change.* 12 13### Root Cause 14*Explain the core reason behind the erroneous/old behavior (e.g., bug, design flaw, missing edge case).* 15 16### New Behavior 17*Describe how the code behaves after this change.* 18 19### Fix Implementation 20*Detail exactly how the issue was resolved (specific code changes, algorithms, logic flows).* 21 22## Related Issues 23- Fixes #[issue-number] 24- Related to #[issue-number]