Skip to content

Commit

Permalink
pots
Browse files Browse the repository at this point in the history
so items disappearing is only an issue with pots, guess skipping the removal is fine if the rest of the method is skipped
will cherry-pick to all branches for code consistency, it's fine on 18.2 as well
  • Loading branch information
arnokeesman committed Sep 13, 2024
1 parent 28a9fe9 commit a52ce72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.21+build.1
loader_version=0.15.11

# Mod Properties
mod_version=0.2.4
mod_version=0.2.5
maven_group=dev.keesmand
archives_base_name=magnet-command
supported_minecraft_version=1.21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ private static void inject(World world, BlockPos pos, Inventory inventory, Callb
InjectStack(world,
config.dropLocation == DropMode.Block ? pos : player.getBlockPos(),
player, inventory.getStack(i));
inventory.removeStack(i);
}

ci.cancel();
Expand Down

0 comments on commit a52ce72

Please sign in to comment.