Aeternium hammer fix
This commit is contained in:
parent
4b047f771a
commit
f072f22605
4 changed files with 32 additions and 13 deletions
|
@ -66,7 +66,6 @@ public class EndTags {
|
|||
TagHelper.addTag(TagAPI.MINEABLE_HOE, block);
|
||||
}
|
||||
|
||||
System.out.println(block + " " + material);
|
||||
if (block instanceof EndTerrainBlock) {
|
||||
TagAPI.addEndGround(block);
|
||||
TagHelper.addTag(BlockTags.NYLIUM, block);
|
||||
|
@ -106,6 +105,7 @@ public class EndTags {
|
|||
}
|
||||
});
|
||||
ToolManagerImpl.tag(TagAPI.HAMMERS).register(new ModdedToolsVanillaBlocksToolHandler(hammers));
|
||||
TagHelper.addTag(TagAPI.HAMMERS, EndItems.AETERNIUM_HAMMER);
|
||||
|
||||
TagHelper.addTag(TagAPI.GEN_TERRAIN, EndBlocks.ENDER_ORE, EndBlocks.FLAVOLITE.stone, EndBlocks.VIOLECITE.stone, EndBlocks.SULPHURIC_ROCK.stone, EndBlocks.BRIMSTONE, EndBlocks.VIRID_JADESTONE.stone, EndBlocks.AZURE_JADESTONE.stone, EndBlocks.SANDY_JADESTONE.stone);
|
||||
TagHelper.addTag(TagAPI.END_GROUND, EndBlocks.SULPHURIC_ROCK.stone, EndBlocks.BRIMSTONE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue