Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fluid generic api is not available on Fabric #1822

Open
PalTheTaur opened this issue May 8, 2024 · 2 comments
Open

Fluid generic api is not available on Fabric #1822

PalTheTaur opened this issue May 8, 2024 · 2 comments
Labels
area-Minecraft This affects CC's Minecraft-specific content. bug A problem or unexpected behaviour with the mod.

Comments

@PalTheTaur
Copy link

PalTheTaur commented May 8, 2024

Minecraft Version

1.20.1

Version

1.110.3

Details

Testing with create, CC:Tweaked, and fabric api, no other mods.

latest.log

just placing a tank, filling with water, and calling the peripherals program shows none, and then doing further testing with stuff like peripheral.call and peripheral.wrap also return nil.

@PalTheTaur PalTheTaur added the bug A problem or unexpected behaviour with the mod. label May 8, 2024
@SquidDev SquidDev changed the title Fluid generic api not working Fluid generic api is not available on Fabric May 8, 2024
@SquidDev SquidDev added the area-Minecraft This affects CC's Minecraft-specific content. label May 8, 2024
@SquidDev
Copy link
Member

SquidDev commented May 8, 2024

Thanks for the report!

Yeah, unfortunately neither the fluid or energy storage APIs are available on Fabric right now. The current interface was very much designed around Forge's interface(s) and makes it tricky to adapt to Fabric.

It's something I want to improve, but not quite sure the best way to do it yet.

@SirEdvin
Copy link
Contributor

SirEdvin commented May 8, 2024

Do you mean the problem with units?

@PalTheTaur you can use UnlimitedPeripheralWorks to get a fluid and energy peripherals for Fabric :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Minecraft This affects CC's Minecraft-specific content. bug A problem or unexpected behaviour with the mod.
Projects
None yet
Development

No branches or pull requests

3 participants