Added new recipes, fixed conveyor bug

This commit is contained in:
Anuken
2018-06-26 13:54:06 -04:00
parent e407ba3ad3
commit 24ac823f06
14 changed files with 113 additions and 62 deletions

View File

@@ -27,6 +27,9 @@ public class Generators {
Image image = context.get(regions[0]);
for(TextureRegion region : regions){
if(region == null){
context.err("Error in block \"{0}\": null region!", block.name);
}
image.draw(region);
}