File tree Expand file tree Collapse file tree
loader-fabric/src/main/java/org/cyclops/cyclopscore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66import net .minecraft .commands .CommandBuildContext ;
77import net .minecraft .commands .CommandSourceStack ;
88import net .minecraft .commands .Commands ;
9- import org .cyclops .cyclopscore .advancement .criterion .GuiContainerOpenTriggerConfig ;
10- import org .cyclops .cyclopscore .advancement .criterion .GuiContainerOpenTriggerEventHooksFabric ;
11- import org .cyclops .cyclopscore .advancement .criterion .ItemCraftedTriggerConfig ;
12- import org .cyclops .cyclopscore .advancement .criterion .ItemCraftedTriggerTriggerEventHooksFabric ;
13- import org .cyclops .cyclopscore .advancement .criterion .ModItemObtainedTriggerConfig ;
14- import org .cyclops .cyclopscore .advancement .criterion .ModItemObtainedTriggerEventHooksFabric ;
9+ import org .cyclops .cyclopscore .advancement .criterion .*;
1510import org .cyclops .cyclopscore .client .particle .ParticleBlurConfig ;
1611import org .cyclops .cyclopscore .client .particle .ParticleDropColoredConfig ;
1712import org .cyclops .cyclopscore .command .CommandDebug ;
@@ -56,6 +51,7 @@ public CyclopsCoreFabric() {
5651 // Force game test command to be registered
5752 if (GameTestLoaderHelpers .areGameTestsGloballyEnabled ()) {
5853 SharedConstants .IS_RUNNING_IN_IDE = true ;
54+ SharedConstants .CHECK_DATA_FIXER_SCHEMA = false ;
5955 }
6056 }
6157
You can’t perform that action at this time.
0 commit comments