/RealisticBrewingStand

Little logical fix (in render) of the brewing stand

Primary LanguageJavaDo What The F*ck You Want To Public LicenseWTFPL

RealisticBrewingStand

Little logical fix (in render) of the brewing stand.

Curseforge Curseforge versions GitHub issues GitHub forks GitHub stars GitHub license JitPack

About repository structure

This repository uses a branch per MC version structure with GAMEVERSION name, for example 1.7.10. If I will port this to Forge in Fabric supported MC versions than I will add a -forge suffix to branch name.

master branch uses for contain README.md, LICENSE and other shared files. I will sync it with other branches. Search CHANGELOG.md (if it exists) there for released versions.

As main GitHub branch uses newest game version from presented (fabric more prefered than forge). Not master just for commits statistic counting on profile page :)

Current README file for 1.19.2 Fabric version.

FAQ

Q: Why not client-side?
A: Vanilla Brewing Stand don't sync their inventory. I made hook to fix this.

Q: Can you port this to MC 1.X.X?
A: I port this to "LTS" versions (1.7.10, 1.12.2, 1.16.5) and last release if I can do this on my bad PC. You can fork and port it by youself (see LICENSE).

Q: I know how to do it fully client side. Where I can tell you about it? A: Just make pull request or issue with explanation.

Q: X mod have i custom brewing stand or something. Can you add support for this too?
A: I can try or do it by youself in fork or pull request. But this block can be relateable to this mod name. Why I should do support for "showing speedometer item on car panel" if mod called "RealisticBrewingStand".

Usage

Dependencies

This mod required thoose next mods:

  • Fabric API
  • Cloth Config
  • Mod Menu (Optional)

Building

Just clone repository and run ./gradlew build. If you get any MC source problem than run ./gradlew genSources.

Post Scriptum

Feel free to correct typos and errors in the text or code :)