Remove access widener now provided via fabric API

This commit is contained in:
modmuss50 2022-12-18 12:16:31 +00:00
parent ac7f8c8496
commit 0aa4126966
3 changed files with 1 additions and 7 deletions

View file

@ -34,5 +34,3 @@ accessible method net/minecraft/recipe/RecipeManager getAllOfType (L
accessible field net/minecraft/screen/ScreenHandler listeners Ljava/util/List;
accessible field net/minecraft/structure/pool/StructurePool elements Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
extendable method net/minecraft/data/server/recipe/RecipeProvider getName ()Ljava/lang/String;

View file

@ -24,7 +24,6 @@
package techreborn.datagen.recipes.crafting
import net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator
import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput
import net.minecraft.data.server.recipe.ShapedRecipeJsonBuilder
import net.minecraft.data.server.recipe.ShapelessRecipeJsonBuilder

View file

@ -35,7 +35,4 @@ accessible field net/minecraft/screen/ScreenHandler listeners Ljava/
accessible field net/minecraft/structure/pool/StructurePool elements Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
extendable method net/minecraft/data/server/recipe/RecipeProvider getName ()Ljava/lang/String;
# DO NOT EDIT THIS FILE, edit the RebornCore AW, it will automatically be coped to this one.