Skip to content

Commit

Permalink
fix crafting input lost if no slot available
Browse files Browse the repository at this point in the history
im bad at this, isnt it?
  • Loading branch information
deirn committed Jul 4, 2020
1 parent cff1a5a commit af5fafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn_mappings = 1.16.1+build.10
loader_version = 0.8.8+build.202

# Mod properties
mod_version = 0.2.5
mod_version = 0.2.6
maven_group = com.github.badasintended
archives_base_name = slotlink

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ abstract class AbstractRequestScreenHandler(syncId: Int, player: PlayerEntity, b

override fun close(player: PlayerEntity) {
clearCraft()
dropInventory(player, world, craftingInv)
super.close(player)
}

Expand Down

0 comments on commit af5fafc

Please sign in to comment.