This commit is contained in:
Anuken 2022-11-13 09:49:42 -05:00
parent 4c51b97667
commit afcb187c53
2 changed files with 5 additions and 1 deletions

View File

@ -387,6 +387,10 @@ public class Logic implements ApplicationListener{
while(node != null){
node.content.unlock();
node = node.parent;
if((node.content instanceof Item item && state.rules.hiddenBuildItems.contains(item))){
break;
}
}
state.rules.researched.add(u.name);

View File

@ -25,4 +25,4 @@ org.gradle.caching=true
#used for slow jitpack builds; TODO see if this actually works
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000
archash=7c34a324fd
archash=b32576ca09