Save config when picking blocks
This commit is contained in:
@@ -102,6 +102,7 @@ public class PlacementFragment extends Fragment{
|
||||
|
||||
if(tryRecipe != null && tryRecipe.isVisible() && unlocked(tryRecipe)){
|
||||
input.block = tryRecipe;
|
||||
tryRecipe.lastConfig = tile.config();
|
||||
currentCategory = input.block.category;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user