This commit is contained in:
Anuken
2021-10-15 22:26:25 -04:00
parent c3c3c2b522
commit 733e0e86f9

View File

@@ -29,6 +29,7 @@ public class Constructor extends BlockProducer{
tile.recipe = block; tile.recipe = block;
} }
}); });
configClear((ConstructorBuild tile) -> tile.recipe = null);
} }
@Override @Override