Skip to content

Commit

Permalink
bumped pre versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Nov 29, 2023
1 parent 277f9b2 commit 0f9d140
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mod_version=0.2
mod_version=0.2.1-pre1
ct_fabric_fluid_support_hash=1.0.1
top_fabric_file=3877300
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ protected int getSlotFromIndex(int slot, int index)
@Override
@NotNull
public ItemStack insertItem(int slot, @NotNull ItemStack stack, boolean simulate) {

int index = getIndexForSlot(slot);
ExtendedItemContainer handler = getHandlerFromIndex(index);
slot = getSlotFromIndex(slot, index);
Expand Down
2 changes: 1 addition & 1 deletion fabric/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod_version=0.2
mod_version=0.2.1-pre1
top_fabric_file=3877300

megane_version=7.7.2
Expand Down
2 changes: 1 addition & 1 deletion forge/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
loom.platform=forge

mod_version=0.2
mod_version=0.2.1-pre1

0 comments on commit 0f9d140

Please sign in to comment.