Skip to content

Commit

Permalink
update to recommend neoforge version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Feb 25, 2024
1 parent 942d0c9 commit 83df5f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ org.gradle.debug=false
# forge
minecraft_version=1.20.4
minecraft_version_range=[1.20.4,1.21)
forge_version=20.4.164-beta
forge_version_range=[20.4,)
forge_version=20.4.182
forge_version_range=[20.4.182,)
loader_version_range=[1,)
parchment_minecraft_version=1.20.2
parchment_mappings_version=2023.12.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public InteractionResultHolder<ItemStack> use(@NotNull Level worldIn, @NotNull P

if (vampire.getBloodStats().needsBlood() && stack.getCount() == 1) {
playerIn.startUsingItem(handIn);
return new InteractionResultHolder<>(InteractionResult.SUCCESS, stack);
return new InteractionResultHolder<>(InteractionResult.sidedSuccess(worldIn.isClientSide), stack);
}
return new InteractionResultHolder<>(InteractionResult.PASS, stack);
}
Expand Down

0 comments on commit 83df5f3

Please sign in to comment.