Shulker Box Tooltip [Fabric/Forge/NeoForge]

Shulker Box Tooltip [Fabric/Forge/NeoForge]

7M Downloads

Common Module isn't usable

Stein-N opened this issue · 2 comments

commented

Issue Description:

The common artifact isn't usable outside of Arch Loom Multiloader setups.

Vanilla Gradle or ModDevGradle can't remap the Yarn Intermediary mappings, would it be possible to ship a version with the official Mojang Mappings?

What happens:

BlockEntityPreviewProvider.class
image
image

What you expected to happen:

apply the cortrect Mappings

Steps to reproduce:

  1. Use Vanilla Gradle or ModDevGradle in common
  2. add common artifact of ShulkerBoxTooltip
  3. get the wrong mappings
    ...

Affected Versions (Do not use "latest"):

  • ShulkerBoxTooltip: 5.0.2
  • Minecraft: 1.21
  • Fabric Loader: 15.11
  • Fabric API: 0.100.4

Your most recent log file where the issue was present:

[pastebin/gist/etc link here]

commented

Works great thanks :)

commented

Hello,
I added an artifact using official mappings (-common-mojmap).
Try replacing "com.misterpemodder:shulkerboxtooltip-fabric:VERSION" by "com.misterpemodder:shulkerboxtooltip-fabric:VERSION" in your build script and tell me if it vorks ok.