1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
This commit is contained in:
TheBusyBiscuit 2020-08-02 13:55:58 +02:00
parent 34b82d7a6f
commit bf65b310aa
2 changed files with 2 additions and 3 deletions

View File

@ -28,10 +28,12 @@
#### Changes
* Performance improvement for Programmable Android rotations
* Removed Gravel -> Flint recipe from the Grind stone
#### Fixes
* Fixed Programmable Androids rotating in the wrong direction
* Fixed #2164
* Fixed #2147
## Release Candidate 15 (01 Aug 2020)

View File

@ -40,9 +40,6 @@ public class GrindStone extends MultiBlockMachine {
recipes.add(new ItemStack(Material.BONE_BLOCK));
recipes.add(new ItemStack(Material.BONE_MEAL, 9));
recipes.add(new ItemStack(Material.GRAVEL));
recipes.add(new ItemStack(Material.FLINT));
recipes.add(new ItemStack(Material.ENDER_EYE));
recipes.add(new SlimefunItemStack(SlimefunItems.ENDER_LUMP_1, 2));