Sinytra / ForgifiedFabricAPI

Fabric API implemented on top of NeoForge
https://sinytra.org/docs
Apache License 2.0
107 stars 13 forks source link

Fixes for TechReborn #140

Closed dima-dencep closed 1 month ago

dima-dencep commented 1 month ago

It crashes with:

Caused by: java.lang.NoSuchMethodError: 'net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings.create()'
        at TRANSFORMER/techreborn@5.11.9/techreborn.init.TRBlockSettings.ore(TRBlockSettings.java:160) ~[TechReborn-5.11.9_mapped_moj_1.21.jar%23390!/:?] {re:classloading}

However, it also requires Fabric Rendering Data Attachment (v1) but you can easily extract it from the original fabric-api (it will work fine): 2024-07-22_03 07 18

Su5eD commented 1 month ago

Are you using Connector 1.21? I haven't tested TR yet but I can port the missing module if necessary

dima-dencep commented 1 month ago

Are you using Connector 1.21?

yes