Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vidtu/bscfsio
Mod that sometimes somehow block somewhat resembling clicking inventory by someone.
https://github.com/vidtu/bscfsio
fabric fabricmc java minecraft minecraft-mod mod
Last synced: 8 days ago
JSON representation
Mod that sometimes somehow block somewhat resembling clicking inventory by someone.
- Host: GitHub
- URL: https://github.com/vidtu/bscfsio
- Owner: VidTu
- License: mit
- Created: 2024-06-26T11:26:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T20:55:02.000Z (11 days ago)
- Last Synced: 2025-01-24T21:26:17.826Z (11 days ago)
- Topics: fabric, fabricmc, java, minecraft, minecraft-mod, mod
- Language: Java
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# BSCFSIO
Mod that sometimes somehow block somewhat resembling clicking inventory by someone.
## Dependencies
**Fabric**: [Fabric API](https://modrinth.com/mod/fabric-api) (Required),
[Cloth Config API](https://modrinth.com/mod/cloth-config) (Required),
[Mod Menu](https://modrinth.com/mod/modmenu) (Optional)
**Quilt**: [QFAPI/QSL](https://modrinth.com/mod/qsl) (Required),
[Cloth Config API](https://modrinth.com/mod/cloth-config) (Required),
[Mod Menu](https://modrinth.com/mod/modmenu) (Optional)## FAQ
**Q**: Why does this mod exist?
**A**: Because I've been [asked](https://i.imgur.com/5Nz1QRo.png) by a friend.**Q**: I need help, have questions, or something else.
**A**: You can join the [Discord server](https://discord.gg/Q6saSVSuYQ).**Q**: Where can I download this mod?
**A**: [GitHub](https://github.com/VidTu/BSCFSIO).**Q**: Which mod loaders are supported?
**A**: Fabric is supported, Quilt should work too. Forge and NeoForge are NOT supported and never will be.**Q**: Which versions are supported?
**A**: Minecraft 1.20.1 only.**Q**: Why not Forge or 1.20.6 or 1.21.1 or 1.19.4 or 1.20.4?
**A**: Because my friend that asked my plays Fabric 1.20.1. Fork it and PR it, maybe I'll accept.**Q**: Do I need Fabric API?
**A**: Yes, you'll need Fabric API. You'll also need Cloth Config API.**Q**: Is this mod open source?
**A**: [Yes.](https://github.com/VidTu/BSCFSIO) (Licensed
under [MIT License](https://github.com/VidTu/BSCFSIO/blob/main/LICENSE))**Q**: I've found a bug.
**A**: Report it [here](https://github.com/VidTu/BSCFSIO/issues). There's no guarantee it'll be fixed.
If you are not sure if this is a bug, you can join the [Discord](https://discord.gg/Q6saSVSuYQ).**Q**: Can I use this in my modpack?
**A**: Sure, but why? Credit (e.g. a link to mod's GitHub page) is appreciated, but is not required.
Monetization and redistributing is allowed as per the [MIT License](https://github.com/VidTu/BSCFSIO/blob/main/LICENSE).**Q**: Why this mod is not on the Modrinth or CurseForge?
**A**: I don't think it's THAT useful to be there.**Q**: Isn't it a hack?
**A**: I don't think so and I don't care.**Q**: I don't want them to be playing on my server with this.
**A**: Cope.## License
This project is provided under the MIT License.
Check out [LICENSE](https://github.com/VidTu/BSCFSIO/blob/main/LICENSE) for more information.## Building
1. Have 4 GB of free RAM, 10 GB of free disk space, and an active internet connection.
2. Install Java 8 or newer* and dump it into PATH and/or JAVA_HOME.
3. Run `./gradlew build` from the terminal/PowerShell.
4. Grab the JAR from the `./build/libs/` folder.* Actual Java version used currently is 17, Gradle will automatically download it.