PssbleTrngle / SliceAndDice

Making automation for Farmer's Delight more sensible
https://www.curseforge.com/minecraft/mc-mods/slice-and-dice
Other
17 stars 15 forks source link

SliceAndDice does not recognize Farmer's Delight is present. #74

Closed rinebergc closed 1 year ago

rinebergc commented 1 year ago

What happened?

When loaded by Fabric, the logic which Slice and Dice uses to recognize Farmer's Delight is present fails to identify the Farmer's Delight jar.

Loader

fabric

Mod Version

2.1.3

Minecraft Version

1.19

Relevant log output

[Limited to relevant output]

Mods:
  [✔] create-fabric-0.5.0.i-1017+1.19.2
  [✔] farmers-delight-fabric-1.19.X-1.3.9
  [✔] sliceanddice-fabric-2.1.3-fabric

[main/WARN]: Warnings were found!
 - Mod 'Create Slice & Dice' (sliceanddice) 2.1.3 recommends any version of farmers-delight, which is missing!
     - You should install any version of farmers-delight for the optimal experience.

[main/INFO]: Loading 272 mods:
    - create 0.5.0.i-1017+1.19.2
       |-- com_google_code_findbugs_jsr305 3.0.2
       |-- flywheel 0.6.8.a-4
       |-- milk 1.0.51
       |    \-- dripstone_fluid_lib 2.0.1
       |-- porting_lib 2.1.954+1.19.2
       |    |-- forge_tags 3.0
       |    |-- mm 2.3
       |    |-- porting_lib_accessors 2.1.954+1.19.2
       |    |-- porting_lib_attributes 2.1.954+1.19.2
       |    |-- porting_lib_base 2.1.954+1.19.2
       |    |-- porting_lib_common 2.1.954+1.19.2
       |    |-- porting_lib_constants 2.1.954+1.19.2
       |    |-- porting_lib_entity 2.1.954+1.19.2
       |    |-- porting_lib_extensions 2.1.954+1.19.2
       |    |-- porting_lib_fake_players 2.1.954+1.19.2
       |    |-- porting_lib_lazy_registration 2.1.954+1.19.2
       |    |-- porting_lib_loot 2.1.954+1.19.2
       |    |-- porting_lib_model_generators 2.1.954+1.19.2
       |    |-- porting_lib_model_loader 2.1.954+1.19.2
       |    |-- porting_lib_models 2.1.954+1.19.2
       |    |-- porting_lib_networking 2.1.954+1.19.2
       |    |-- porting_lib_obj_loader 2.1.954+1.19.2
       |    |-- porting_lib_transfer 2.1.954+1.19.2
       |    \-- serialization_hooks 0.3.26
       |-- reach-entity-attributes 2.3.0
       \-- registrate-fabric 1.1.57-MC1.19.2

    - farmersdelight 1.19.2-1.3.9

    - sliceanddice 2.1.3
       \-- forgeconfigapiport 4.2.11
SiverDX commented 1 year ago

Wrong repository (this is the Forge variant)

But it might be because the modid is wrong in here: https://github.com/PssbleTrngle/SliceAndDice-Fabric/blob/9342615a845ee782c6a2521ad38e9239dc66f56b/src/main/resources/fabric.mod.json#L39

https://github.com/newhoryzon/farmers-delight-fabric/blob/076bdf4043c20e8926193ca9d07b60db1f6d773d/src/main/resources/fabric.mod.json#LL3C10-L3C24

(unless that part does not use the modid, which i somehow doubt)

PssbleTrngle commented 1 year ago

Oh very true, accidently put a hyphen there