Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.20.1/0.5.1-dev' into 1.20.1/0.…
Browse files Browse the repository at this point in the history
…5.1-dev
  • Loading branch information
IThundxr committed Feb 28, 2024
2 parents 0c38e7c + 675961b commit d55f761
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog/1.2.14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Create: Enchantment Industry 1.2.14

### Update
- Fix dupe bug
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
# Mod Info
maven_group = plus.dragons.createenchantmentindustry
archives_base_name = create_enchantment_industry
mod_version = 1.2.13
mod_version = 1.2.14

minecraft_version = 1.20.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public long extract(ItemVariant resource, long maxAmount, TransactionContext tra
return 0;

be.snapshotParticipant.updateSnapshots(transaction);
be.setCopyTarget(ItemStack.EMPTY);
return 1;
}

Expand Down

0 comments on commit d55f761

Please sign in to comment.