Skip to content

Commit

Permalink
Remove unused AT
Browse files Browse the repository at this point in the history
  • Loading branch information
1foxy2 committed Feb 9, 2025
1 parent fcb9d85 commit dc678fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions common/src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ public net.minecraft.world.level.block.Block OCCLUSION_CACHE
public net.minecraft.client.model.geom.ModelPart$Polygon
public net.minecraft.client.renderer.block.model.BlockModel parentLocation
public net.minecraft.client.model.geom.ModelPart$Vertex
public net.minecraft.world.level.block.Block$ShapePairKey <init>(Lnet/minecraft/world/phys/shapes/VoxelShape;Lnet/minecraft/world/phys/shapes/VoxelShape;)V
public net.minecraft.world.level.block.Block$ShapePairKey
public net.minecraft.world.level.block.Block$ShapePairKey <init>(Lnet.minecraft.world.phys.shapes.VoxelShape;Lnet.minecraft.world.phys.shapes.VoxelShape;)V
public net.minecraft.client.renderer.LevelRenderer cullingFrustum
public net.minecraft.client.renderer.CloudRenderer$RelativeCameraPos

public net.minecraft.world.level.block.state.BlockBehaviour getOcclusionShape(Lnet/minecraft/world/level/block/state/BlockState;)Lnet/minecraft/world/phys/shapes/VoxelShape;
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ neoForge {
}

dependencies {
compileOnly "maven.modrinth:sodium:${project.sodium_version}-neoforge"
implementation "maven.modrinth:sodium:${project.sodium_version}-neoforge"
runtimeOnly "me.shedaniel.cloth:cloth-config-neoforge:${project.cloth_config_version}"

//implementation "maven.modrinth:client-tweaks:${project.clienttweaks_version}+neoforge-${project.minecraft_version}"
Expand Down

0 comments on commit dc678fc

Please sign in to comment.