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
|
@ -33,6 +33,4 @@ accessible method net/minecraft/world/gen/foliage/FoliagePlacerType reg
|
||||||
accessible method net/minecraft/recipe/RecipeManager getAllOfType (Lnet/minecraft/recipe/RecipeType;)Ljava/util/Map;
|
accessible method net/minecraft/recipe/RecipeManager getAllOfType (Lnet/minecraft/recipe/RecipeType;)Ljava/util/Map;
|
||||||
accessible field net/minecraft/screen/ScreenHandler listeners Ljava/util/List;
|
accessible field net/minecraft/screen/ScreenHandler listeners Ljava/util/List;
|
||||||
|
|
||||||
accessible field net/minecraft/structure/pool/StructurePool elements Lit/unimi/dsi/fastutil/objects/ObjectArrayList;
|
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
|
package techreborn.datagen.recipes.crafting
|
||||||
|
|
||||||
import net.fabricmc.fabric.api.datagen.v1.FabricDataGenerator
|
|
||||||
import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput
|
import net.fabricmc.fabric.api.datagen.v1.FabricDataOutput
|
||||||
import net.minecraft.data.server.recipe.ShapedRecipeJsonBuilder
|
import net.minecraft.data.server.recipe.ShapedRecipeJsonBuilder
|
||||||
import net.minecraft.data.server.recipe.ShapelessRecipeJsonBuilder
|
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;
|
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.
|
# DO NOT EDIT THIS FILE, edit the RebornCore AW, it will automatically be coped to this one.
|
Loading…
Reference in a new issue