Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ho-artisan/createfabric-reibugfix
Fix Create Fabric Recipe display on REI issues.
https://github.com/ho-artisan/createfabric-reibugfix
create-fabric fabric-mod fabricmc fabricmc-mod minecraft-mod
Last synced: 3 days ago
JSON representation
Fix Create Fabric Recipe display on REI issues.
- Host: GitHub
- URL: https://github.com/ho-artisan/createfabric-reibugfix
- Owner: HO-Artisan
- License: mit
- Created: 2023-04-04T09:39:23.000Z (over 1 year ago)
- Default Branch: 1.18.x/dev
- Last Pushed: 2023-10-06T10:58:55.000Z (about 1 year ago)
- Last Synced: 2023-10-06T11:41:31.223Z (about 1 year ago)
- Topics: create-fabric, fabric-mod, fabricmc, fabricmc-mod, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/createfabricreibugfix
- Size: 1.93 MB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CreateFabric&REIBugFix
Fix CreateFabric Recipe display on REI issues. Code from [Create's Delight Fabric](https://github.com/Phoupraw/CreateSDelightFabricJava) by Phoupraw.
## Fixed issues
- Ingredients and results of recipes in sequenced assembly can't be looked up by REI.
- REI will throw an exception if sequenced assembly contains more than one filling step.
- Fluid tag ingredient of basin recipe only shows its first type of fluid in REI.## Code references
- Create's Delight (Fabric 1.19.x) [MIT]
- Phoupraw's Common (Fabric) (Decompiled `REICreates.java`) [MIT(`fabric.mod.json`), CC0(`LICENSE`)] (CreateFabric&REIBugFix 0.1.1 and below)## License
This mod is available under [the MIT license](LICENSE).