A Server-Side NeoForge mod for Minecraft 1.21.1 that fixes some bugs from the Selling Bin Mod
- Smithing Fixes: Fixed a Issue with trying to smith enchanted Armor in a Smithing Table.
- Fixed Selling Bin Recipes: Recipes for the Selling Bins were borked e.g. you could turn a wood bin directly into a Netherite Bin. Now to get a Netherite Bin you need a Diamond Bin in the recipe.
- Redstone Bin Fixes: Fixed Network Protocol Error, when one is placed and you are near it
- Redstone Bin Fixes: Fixed Input/Outputs, it now supports modded stuff like the create chute etc.
This mod fixes some Selling Bin Bugs and requires the following to be installed to run this mod:
- NeoForge (Tested on Version 21.1.215 and higher)
- Selling Bin (Version 1.1.1 or higher)
- Ensure you have NeoForge installed for 1.21.1.
- Download the latest
.jarfrom the Releases page. - Place both this mod and the original Selling Bin mod into your
.minecraft/modsfolder.
If you want to build this mod from source:
- Clone the repository:
git clone https://github.com/TalBun54/sellingbinfix.git - Open the project in IntelliJ IDEA.
- Run
./gradlew runDatato generate resources. - Use
./gradlew buildto create the final JAR.
This project is licensed under the MIT License.