Skip to content

Commit 88ff259

Browse files
Remove commented-out method name in BaseFireBlockMixin for clarity
1 parent eda99a6 commit 88ff259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/nuclearteam/createnuclear/foundation/mixin/BaseFireBlockMixin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
@Mixin(BaseFireBlock.class)
1515
public abstract class BaseFireBlockMixin {
16+
// @Inject(at = @At("HEAD"), method = "getState", cancellable = true)
1617
@Inject(at = @At("HEAD"), method = "m_49245_", cancellable = true)
1718
private static void CN$getState(BlockGetter reader, BlockPos pos, CallbackInfoReturnable<BlockState> cir) {
1819
BlockPos blockPos = pos.below();

0 commit comments

Comments
 (0)