WIP: add ore generation

This commit is contained in:
Aleksey 2020-09-30 18:00:47 +03:00
parent ba4bc366c8
commit 6b20a142a1
12 changed files with 93 additions and 2 deletions

View file

@ -29,9 +29,9 @@ public class BetterEnd implements ModInitializer {
FeatureRegistry.register();
BiomeRegistry.register();
BetterEndBiomeSource.register();
BlockTagRegistry.register();
CraftingRecipes.register();
AlloyingRecipes.register();
BlockTagRegistry.register();
}
public static Identifier getResId(String path) {