File tree Expand file tree Collapse file tree
src/main/java/gay/debuggy/architecture_extensions/resource Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,11 +161,7 @@ private static void generateRecipes() {
161161
162162 public static void generate (ResourceType resourceType ) {
163163 if (resourceType == ResourceType .SERVER_DATA ) {
164- //needs to be a count since for some reason server data tries to get generated 4 TIMES??!??!!?!
165164 ArchitectureExtensions .LOGGER .info ("are we going to actually load this stuff?" );
166- //++serverLoadCount;
167- //if (serverLoadCount % 4 == 1) return;
168- //if (serverLoadCount > 4) ResourceUtils.refreshCaches(ResourceType.SERVER_DATA);
169165 generateMineableByPickaxeTag ();
170166 generateMineableByAxeTag ();
171167 generateNeedsStoneToolTag ();
@@ -178,11 +174,6 @@ public static void generate(ResourceType resourceType) {
178174 }
179175
180176 if (resourceType == ResourceType .CLIENT_RESOURCES ) {
181- // needs to be a count since for some reason client resources try to get generated 2 times!
182- //++clientLoadCount;
183- //if (clientLoadCount % 2 == 1) return;
184- //if (clientLoadCount > 1) ResourceUtils.refreshCaches(ResourceType.CLIENT_RESOURCES);
185-
186177 for (TypedGroupedBlock block : BLOCKS ) {
187178 generateModels (block );
188179 generateBlockState (block );
You can’t perform that action at this time.
0 commit comments