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)){
|
if(tryRecipe != null && tryRecipe.isVisible() && unlocked(tryRecipe)){
|
||||||
input.block = tryRecipe;
|
input.block = tryRecipe;
|
||||||
|
tryRecipe.lastConfig = tile.config();
|
||||||
currentCategory = input.block.category;
|
currentCategory = input.block.category;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user