Comment out debug. Release 1.1.2
This commit is contained in:
parent
4252f8281a
commit
86ed462a41
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
package dev.zontreck.shapedaionresources.commands;
|
||||
|
||||
public class ModCommands {
|
||||
|
||||
}
|
|
@ -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);
|
||||
}
|
||||
|
|
Reference in a new issue