Remove access widener now provided via fabric API
This commit is contained in:
parent
ac7f8c8496
commit
0aa4126966
3 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
Loading…
Reference in a new issue