Skip to content

Commit

Permalink
Add StructureTemplatePool access in accesstransformer.cfg
Browse files Browse the repository at this point in the history
Expanded the access transformer configuration with StructureTemplatePool methods. Added public access for 'rawTemplates' and 'templates' fields from the StructureTemplatePool class in net.minecraft.world.level.levelgen.structure.pools.
  • Loading branch information
Alatyami committed Jun 23, 2024
1 parent d6b6401 commit 9dbebcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# LootTableProvider
#public-f net.minecraft.data.loot.LootTableProvider m_6055_
public-f net.minecraft.data.loot.LootTableProvider m_6055_()Ljava/lang/String; # getName
public-f net.minecraft.data.recipes.RecipeProvider m_6055_()Ljava/lang/String; # getName
public-f net.minecraft.data.recipes.RecipeProvider m_6055_()Ljava/lang/String; # getName
public-f net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool f_210559_ # rawTemplates
public-f net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool f_210560_ # templates

0 comments on commit 9dbebcd

Please sign in to comment.