Comment out debug. Release 1.1.2

This commit is contained in:
Zontreck 2022-05-30 11:20:55 -07:00
parent 4252f8281a
commit 86ed462a41
3 changed files with 7 additions and 2 deletions

View file

@ -33,7 +33,7 @@ import dev.zontreck.shapedaionresources.items.ModItems;
import dev.zontreck.shapedaionresources.ore.OreGenerator;
// The value here should match an entry in the META-INF/mods.toml file
@Mod("shapedaionresources")
@Mod(ShapedAionResources.MOD_ID)
public class ShapedAionResources
{
// Directly reference a slf4j logger

View file

@ -0,0 +1,5 @@
package dev.zontreck.shapedaionresources.commands;
public class ModCommands {
}

View file

@ -53,7 +53,7 @@ public class OreGenerator {
List<Holder<PlacedFeature>> base = ev.getGeneration().getFeatures(GenerationStep.Decoration.UNDERGROUND_ORES);
ShapedAionResources.LOGGER.info("Register: AION_ORE");
//ShapedAionResources.LOGGER.info("Register: AION_ORE");
base.add(AION_ORE_PLACED);
//base.add(DEEPSLATE_AION_ORE_PLACED);
}