From 7c02ac0977ee37dda637d21d7d1092835b1d03eb Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Thu, 6 Jan 2022 11:18:05 +0000 Subject: Added Asm, Screenshots and World to .gitignore. Removed some useless classes. Buffed Amazon Packager. Implemented Caching for Amazon Packager. Fixed all GT++ multis getting stuck when input bus contains less than required input of an item. (It will check other inputs for another valid recipe now) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 558ad12d27..ba4022fb72 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ whitelist.json *.ipr *.iws src/main/resources/mixins.*.json +asm +/screenshots +/world -- cgit