Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
1foxy2 committed Mar 11, 2025
1 parent c93f109 commit dc5a7c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import me.fallenbreath.conditionalmixin.api.annotation.Condition;
import me.fallenbreath.conditionalmixin.api.annotation.Restriction;
import net.minecraft.core.BlockPos;
import net.minecraft.world.level.BlockGetter;
import net.minecraft.world.level.Level;
import net.minecraft.world.level.block.Block;
import net.minecraft.world.level.block.SignBlock;
import net.minecraft.world.level.block.state.BlockState;
Expand All @@ -20,7 +23,7 @@ public SignBlock_ebeMixin(Properties p_49795_) {
}

@Override
public VoxelShape getOcclusionShape(BlockState state) {
public VoxelShape getOcclusionShape(BlockState state, BlockGetter level, BlockPos pos) {
return moreculling$cullingShape;
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ neoforge_loader_version_range=[21.0.0-beta,)
fabric_loader_version=0.16.9

# Mod Properties
mod_version=1.0.5
mod_version=1.0.6
maven_group=ca.fxco.moreculling
archives_base_name=moreculling
license=GPL-3.0-only
Expand Down

0 comments on commit dc5a7c3

Please sign in to comment.