Skip to content

Commit daad4ee

Browse files
committed
Add transitive accesswideners and make LilyLib accessible to dependents.
1 parent a18f663 commit daad4ee

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
// Fabric API. This is technically optional, but you probably want it anyway.
5050
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
5151

52-
modImplementation "com.github.provismet:lilylib:${project.lilylib_version}"
52+
modApi "com.github.provismet:lilylib:${project.lilylib_version}"
5353
include "com.github.provismet:lilylib:${project.lilylib_version}"
5454
}
5555

Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
accessWidener v2 named
22

3-
accessible class net/minecraft/registry/Registries$Initializer
4-
5-
accessible method net/minecraft/item/ItemGroups addMaxLevelEnchantedBooks (Lnet/minecraft/item/ItemGroup$Entries;Lnet/minecraft/registry/RegistryWrapper;Lnet/minecraft/item/ItemGroup$StackVisibility;)V
6-
accessible method net/minecraft/item/ItemGroups addAllLevelEnchantedBooks (Lnet/minecraft/item/ItemGroup$Entries;Lnet/minecraft/registry/RegistryWrapper;Lnet/minecraft/item/ItemGroup$StackVisibility;)V
3+
transitive-accessible method net/minecraft/enchantment/Enchantment modifyValue (Lnet/minecraft/component/ComponentType;Lnet/minecraft/server/world/ServerWorld;ILnet/minecraft/item/ItemStack;Lorg/apache/commons/lang3/mutable/MutableFloat;)V
4+
transitive-accessible method net/minecraft/enchantment/Enchantment modifyValue (Lnet/minecraft/component/ComponentType;Lnet/minecraft/server/world/ServerWorld;ILnet/minecraft/item/ItemStack;Lnet/minecraft/entity/Entity;Lorg/apache/commons/lang3/mutable/MutableFloat;)V
5+
transitive-accessible method net/minecraft/enchantment/Enchantment modifyValue (Lnet/minecraft/component/ComponentType;Lnet/minecraft/server/world/ServerWorld;ILnet/minecraft/item/ItemStack;Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/damage/DamageSource;Lorg/apache/commons/lang3/mutable/MutableFloat;)V
76

87
accessible field net/minecraft/loot/context/LootContextTypes MAP Lcom/google/common/collect/BiMap;

0 commit comments

Comments
 (0)