(Item p_180204_0_)
| 236 | } |
| 237 | |
| 238 | private static String func_180204_a(Item p_180204_0_) |
| 239 | { |
| 240 | ResourceLocation resourcelocation = Item.itemRegistry.getNameForObject(p_180204_0_); |
| 241 | return resourcelocation != null ? resourcelocation.toString().replace(':', '.') : null; |
| 242 | } |
| 243 | |
| 244 | /** |
| 245 | * Forces all dual blocks to count for each other on the stats list |
no test coverage detected