mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-09-22 13:01:12 +03:00
Cleanup
This commit is contained in:
@@ -1206,14 +1206,6 @@ public class Block extends UnlockableContent implements Senseable{
|
||||
return consume;
|
||||
}
|
||||
|
||||
public void setupRequirements(Category cat, ItemStack[] stacks){
|
||||
requirements(cat, stacks);
|
||||
}
|
||||
|
||||
public void setupRequirements(Category cat, BuildVisibility visible, ItemStack[] stacks){
|
||||
requirements(cat, visible, stacks);
|
||||
}
|
||||
|
||||
public void requirements(Category cat, ItemStack[] stacks, boolean unlocked){
|
||||
requirements(cat, BuildVisibility.shown, stacks);
|
||||
this.alwaysUnlocked = unlocked;
|
||||
|
||||
Reference in New Issue
Block a user