Skip to content

Commit

Permalink
progress bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Takakura-Anri committed Nov 4, 2020
1 parent 0ddefc9 commit ab6241c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@

Add more foods to your Minecraft!

You can read [a brief propuse of this Mod here](/docs/PURPOSE.md)

> 一个过时的项目,一个过气的老玩家,一个~~永远无法~~**当然可以**完成的坑。
>
> 拿出一些时间看看吧,看看你身边的人,看看那些曾陪你欢笑,与你分享,与你争吵,一起聊天的人。
>
> 每一种食物可能都承载着一种情感,亦或是,无数次的成功与失败。
>
> 也许你的一生只会有一次机会看到这里,玩到这个 Mod,但是那已经足够了,足够让人们哪怕留下一点点对于我们的印象。
## License

This repository is published under a [GPL-3.0](LICENSE) license.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G

# FoodCraft Reloaded Mod Properties
mod_id = foodcraftreloaded
mod_version = 1.0.0-EA
mod_version = 1.0.1-EA
mod_group = com.projecturanus.foodcraft

# Minecraft & Forge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ abstract class TileEntityRecipeMachine<T>(val recipeRegistry: IForgeRegistry<T>,
if (it in inputSlots || it in outputSlots) {
// When there is only one item left in machine, do not lookup recipes again
if (recipe == null) recipe = findRecipe()
if (recipe == null) {
reset()
working = false
progress = 0
markDirty()
}
}
}
inventory.validation = { slot, stack ->
Expand Down

0 comments on commit ab6241c

Please sign in to comment.