- Ported to 1.20.2
- No longer requires GroovyModLoader
- Ported to 1.20, works on 1.20.1
- Added update checking (thanks to mods.groovy)
- Requires GroovyModLoader 4.0.2+ for Forge
- Ported to 1.19.4
- Ported to 1.19.3
- Minor performance improvements and bugfixes
- Ported to 1.19
- Added description and issue tracker link to mods.toml
- Minor code cleanup
Ported to MC 1.18.x
Ported to 1.17.1
Ported to 1.16.3, supports 1.16.4 and 1.16.5
- Fix compatibility with Forge 33.0.1 and newer
- Works on both 1.16.1 and 1.16.2 with the same jar
- Now using the version format "mcVersion-modVersion" rather than "vmodVersion-MCmcVersion (modLoaderName)"
- Updated mappings
- Ported to 1.16.1
- Improvements to code quality and efficiency
- Rewrite for Forge 1.15.2 (based on the Fabric 1.15.2 of this mod)
- Currently missing support for config file, different stack sizes and mob drops.
- Some crafting recipes may be missing, let me know if you find one that's missing.
- Whenever coins are involved in a recipe that converts to a note, you'll also need to supply paper.
- Rewrite for Fabric 1.15.2
- Currently missing support for config file, different stack sizes and mob drops.
- Some crafting recipes may be missing, let me know if you find one that's missing.
- Whenever coins are involved in a recipe that converts to a note, you'll also need to supply paper.
+ Backported crafting recipes from v2.1-MC1.7.10
- Hopefully removed examplemod accidentally being packaged with Ninja's Cash
- Removed a tiny bit of redundent code
Backport of Ninja's Cash v2.1 for Minecraft 1.7.10.
Everything's the same except this is for MC1.6.4, rather than MC1.7.10.
+ Added a config file that allows you to change specific coin's and note's stack sizes
* Fixed white line showing under the £10 note texture
* Changed forged note texture size to match all the other textures
* Changed mcmod.info's url from MinecraftForum to CurseForge
* Lower filesize
* Updated to Minecraft 1.7.10
+ Added in the coins again from the first public version (penny coins like 1p, 2p, 5p, 10p, 20p, etc...)
+ Added "£0" note (forged note) - crafted with 9 paper.
+ Added creative tabs for the coins and notes
+ Added coin drops from mobs. Depending on the mob, there is a random chance of dropping a coin when killed.
+ Updated/Added mcmod.info file for stuff like a link to the forum page, mod description and credits ingame
+ Names for the pound coins and notes are now "£x" rather than "x pounds"
+ Rewritten from scratch
+ Added crafting recipes for conversion between coins and notes and for creation of forged notes (£0 notes). For example, two 1p coins in the crafting table will give you a 2p coin. Any combination is possible! If you find a combination that doesn't work, please let me know! :D
* Compiled with Java 8 for the best performance possible
* Lower filesize
* Updated to Minecraft 1.6.4
+ Added a logo
- Removed penny coins due to issues porting them to Minecraft 1.6.4 :(