This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Note: Lithostitch mod allows you to add to template pools easily! No code needed. | |
// https://github.com/Apollounknowndev/lithostitched/wiki/Worldgen-Modifiers#add_template_pool_elements | |
// This gist code is public domain. Take it! Steal it! AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!!!!!!!!!!!! | |
// 1.18.2 code at top. 1.16.5 version farther down | |
private static final ResourceKey<StructureProcessorList> EMPTY_PROCESSOR_LIST_KEY = ResourceKey.create( | |
Registry.PROCESSOR_LIST_REGISTRY, new ResourceLocation("minecraft", "empty")); | |
public ExampleMod() { |