Skip to content

Commit

Permalink
fix some ATs (#880)
Browse files Browse the repository at this point in the history
* fix some ATs

* added one more constructor
  • Loading branch information
pietro-lopes authored Aug 12, 2024
1 parent a495db5 commit 67598e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public net.minecraft.world.item.crafting.ShapelessRecipe$Serializer CODEC # Lcom
public-f net.minecraft.world.item.crafting.ShapedRecipePattern symmetrical # Z

# attributes
public net.minecraft.world.effect.MobEffect$AttributeTemplate <init>(Lnet/minecraft/resources/ResourceLocation;DLnet/minecraft/world/entity/ai/attributes/AttributeModifier$Operation;Lit/unimi/dsi/fastutil/ints/Int2DoubleFunction;)V
public net.minecraft.world.effect.MobEffect$AttributeTemplate
public net.minecraft.world.effect.MobEffect attributeModifiers # Ljava.util.Map;
public net.minecraft.world.effect.MobEffect$AttributeTemplate <init>(Lnet.minecraft.resources.ResourceLocation;DLnet.minecraft.world.entity.ai.attributes.AttributeModifier$Operation;)V
Expand All @@ -37,6 +38,7 @@ public net.minecraft.world.level.block.state.BlockBehaviour$Properties <init>()V

public net.minecraft.server.packs.resources.MultiPackResourceManager namespacedManagers # Ljava.util.Map;
public net.minecraft.server.packs.resources.MultiPackResourceManager packs # Ljava.util.List;
public net.minecraft.resources.RegistryDataLoader$Loader <init>(Lnet/minecraft/resources/RegistryDataLoader$RegistryData;Lnet/minecraft/core/WritableRegistry;Ljava/util/Map;)V
public net.minecraft.resources.RegistryDataLoader$Loader
public net.minecraft.resources.RegistryDataLoader$LoadingFunction

Expand Down Expand Up @@ -74,7 +76,7 @@ public net.minecraft.server.level.ServerPlayerGameMode isDestroyingBlock # Z
public net.minecraft.server.commands.TeleportCommand performTeleport(Lnet.minecraft.commands.CommandSourceStack;Lnet.minecraft.world.entity.Entity;Lnet.minecraft.server.level.ServerLevel;DDDLjava.util.Set;FFLnet.minecraft.server.commands.TeleportCommand$LookAt;)V
public net.minecraft.commands.arguments.selector.EntitySelector contextFreePredicates # Ljava.util.List;
public net.minecraft.world.level.storage.loot.LootContext$EntityTarget name # Ljava.lang.String;
public net.minecraft.world.level.storage.loot.LootDataType codec # Lcom.mojang.serialization.Codec;
# public net.minecraft.world.level.storage.loot.LootDataType codec # Lcom.mojang.serialization.Codec;
public net.minecraft.world.level.storage.loot.functions.SetComponentsFunction <init>(Ljava.util.List;Lnet.minecraft.core.component.DataComponentPatch;)V
public net.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction simpleBuilder(Ljava.util.function.Function;)Lnet.minecraft.world.level.storage.loot.functions.LootItemConditionalFunction$Builder;

Expand All @@ -87,6 +89,7 @@ public-f net.minecraft.world.level.Explosion radius # F
# client stuff
public net.minecraft.client.gui.components.AbstractSelectionList$Entry
public net.minecraft.client.gui.components.ImageButton sprites # Lnet.minecraft.client.gui.components.WidgetSprites;
public net.minecraft.client.Minecraft$GameLoadCookie <init>(Lcom/mojang/realmsclient/client/RealmsClient;Lnet/minecraft/client/main/GameConfig$QuickPlayData;)V
public net.minecraft.client.Minecraft$GameLoadCookie
public net.minecraft.client.gui.screens.Screen narratables # Ljava.util.List;
public net.minecraft.client.renderer.RenderType$OutlineProperty
Expand Down Expand Up @@ -124,4 +127,4 @@ public net.minecraft.world.item.SmithingTemplateItem EMPTY_SLOT_DIAMOND # Lnet.m
public net.minecraft.world.item.SmithingTemplateItem EMPTY_SLOT_LAPIS_LAZULI # Lnet.minecraft.resources.ResourceLocation;
public net.minecraft.world.item.SmithingTemplateItem EMPTY_SLOT_AMETHYST_SHARD # Lnet.minecraft.resources.ResourceLocation;
public net.minecraft.world.item.SmithingTemplateItem DESCRIPTION_FORMAT # Lnet.minecraft.ChatFormatting;
public net.minecraft.world.item.SmithingTemplateItem TITLE_FORMAT # Lnet.minecraft.ChatFormatting;
public net.minecraft.world.item.SmithingTemplateItem TITLE_FORMAT # Lnet.minecraft.ChatFormatting;

0 comments on commit 67598e8

Please sign in to comment.