jfmekker / AurumancyMod

Gold-based magic mod for Minecraft 1.15.2 using Forge.
MIT License
0 stars 0 forks source link

[Defect] TileEnitityTypes registered twice #13

Open jfmekker opened 3 years ago

jfmekker commented 3 years ago

Describe the defect When running, a warning in the console/log appears about TileEntityTypes being registered twice.

[15:34:22] [Render thread/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry TileEntityType: The object net.minecraft.tileentity.TileEntityType@2dba05b1 has been registered twice for the same name aurumancy:mana_fertilizer. [15:34:22] [Render thread/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry TileEntityType: The object net.minecraft.tileentity.TileEntityType@445bce9a has been registered twice for the same name aurumancy:scry_cube. [15:34:22] [Render thread/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry TileEntityType: The object net.minecraft.tileentity.TileEntityType@266e9dda has been registered twice for the same name aurumancy:starlight_collector. [15:34:22] [Render thread/WARN] [ne.mi.re.ForgeRegistry/REGISTRIES]: Registry TileEntityType: The object net.minecraft.tileentity.TileEntityType@27a6fef2 has been registered twice for the same name aurumancy:teleport_circle.

To Reproduce Steps to reproduce the behavior:

  1. Run the mod
  2. Search the log for scry_cube or other TileEntityTypes
  3. See the warning

Expected behavior No warning.