List of test cases we have used to verify the functionality of modules. An item is checked if all of its children are either known to work, or no mod is known to use them.
All test cases assume default configs for mods.
-
SpongeMixins
- Mod annotation
- BugTorch 1.1.8
- When a cobweb is broken with unenchanted shears, a cobweb is dropped.
- The mod hard depends on SpongeMixins in its mod annotation.
- When a cobweb is broken with unenchanted shears, a cobweb is dropped.
- BugTorch 1.1.8
- Classpath manipulation
- BugTorch 1.1.8 + Witchery 0.24.1
- Garlic garlands placed while facing west have correct bounding boxes visible when highlighted.
- Witchery is not a coremod, so if this mixin works, that means adding it to the classpath early was successful.
- Garlic garlands placed while facing west have correct bounding boxes visible when highlighted.
- BugTorch 1.1.8 + Witchery 0.24.1
- Mod annotation
-
MixinBooterLegacy
- Early loader
- forge-network-fix @ 340585e
-
Mixing MixinFMLIndexedMessageToMessageCodec from mixin.forgenetworkfix.json
appears infml-server-latest.log
-
- forge-network-fix @ 340585e
- ❔ Late loader
- No mods are known to use this.
- ❔ MixinExtras (MixinBooterLegacy package name)
- No mods are known to use this.
- Early loader
-
GasStation
- Mod annotation
- RightProperGUIScale 2.1.0 + FalsePatternLib 0.11.4
- GUI Scale slider can be set to fractional values.
- The mod hard depends on GasStation in its mod annotation.
- GUI Scale slider can be set to fractional values.
- RightProperGUIScale 2.1.0 + FalsePatternLib 0.11.4
- ❔ Early loader
- No mods are known to use this.
- ❔ Late loader
- No mods are known to use this.
- Mod annotation
-
MixinExtras
- ❔ MixinExtras (upstream package name)
- No mods are known to use this.
- ❔ MixinExtras (upstream package name)
-
GTNHMixins
- Mod annotation
- Hodgepodge 2.0.27 + GTNHLib 0.0.11
- Chat background is transparent when unfocused
- The mod hard depends on GTNHMixins in its mod annotation.
- Chat background is transparent when unfocused
- Hodgepodge 2.0.27 + GTNHLib 0.0.11
- Early loader
- Hodgepodge 2.0.27 + GTNHLib 0.0.11
- Chat background is transparent when unfocused
- An early loader is used to load all early mixins, including this one.
- Chat background is transparent when unfocused
- Hodgepodge 2.0.27 + GTNHLib 0.0.11
- Late loader
- Hodgepodge 2.0.27 + GTNHLib 0.0.11 + Baubles 1.0.1.16
- When the inventory is opened while a potion effect is active, the inventory GUI stays centered.
- A late loader is used to load all late mixins, including this one.
- When the inventory is opened while a potion effect is active, the inventory GUI stays centered.
- Hodgepodge 2.0.27 + GTNHLib 0.0.11 + Baubles 1.0.1.16
- MixinExtras (GTNHMixins package name)
- Hodgepodge 2.0.27 + GTNHLib 0.0.11
- Chat background is transparent when unfocused
- The mixin implementing this feature uses
@WrapWithCondition
.
- The mixin implementing this feature uses
- Chat background is transparent when unfocused
- Hodgepodge 2.0.27 + GTNHLib 0.0.11
- Mod annotation
-
Mixingasm
- Transformer exclusion
- GregTech 6.14.20 + CoreTweaks 0.3.0.1+nomixin + BugTorch 1.1.8
- Game reaches title screen
- Without Mixingasm, this mod combination causes an early crash.
- Game reaches title screen
- GregTech 6.14.20 + CoreTweaks 0.3.0.1+nomixin + BugTorch 1.1.8
- Transformer exclusion
-
Compat
- Remapping
- BugTorch 1.1.6.6-GTNH
- When a cobweb is broken with unenchanted shears, a cobweb is dropped.
- The mod uses the MixinBooterLegacy-style ASM package name (
org.spongepowered.libraries.org.objectweb.asm
) in its mixin config plugin, while UniMixins uses the legacy package name (org.spongeweb.asm.lib
). If the mod loads, that means the remapping was successful.
- The mod uses the MixinBooterLegacy-style ASM package name (
- When a cobweb is broken with unenchanted shears, a cobweb is dropped.
- BugTorch 1.1.6.6-GTNH
- Remapping
Mods we have gotten running in a development environment.