Skip to content

Commit

Permalink
更改mcmappings为stable_39
Browse files Browse the repository at this point in the history
  • Loading branch information
warmthdawn committed Jan 7, 2021
1 parent e5510f9 commit c1b3497
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/warmthdawn/mod/gugu_utils/ModItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public static void register(IForgeRegistry<Item> registry) {
registry.register(new ItemBlock(ModBlocks.blockEnergyOutputPort).setRegistryName(RESOURCE_ENERGYPORT_OUTPUT));

if (Loads.BOTANIA) {
registry.register(new ItemLensOverclocking().setRegistryName(RESOURCE_LENS_OVERCLOCKING));
registry.register(new ItemLensTransform().setRegistryName(RESOURCE_LENS_TRANSFORM));
registry.register(new ItemManaBlock((BlockSparkManaHatch) ModBlocks.blockSparkManaHatch, TileSparkManaHatch.MAX_MANA).setRegistryName(RESOURCE_MANAHATCH));
}

Expand Down

0 comments on commit c1b3497

Please sign in to comment.