mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Updated to use mc-dev rename revision 1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package net.minecraft.server;
|
||||
// CraftBukkit start - the whole file!
|
||||
|
||||
public class ItemMobSpawner extends ItemLog { // Actually not ItemLog but 'ItemUsingMetadata' orso.
|
||||
public class ItemMobSpawner extends ItemWithAuxData {
|
||||
|
||||
public ItemMobSpawner(int id) {
|
||||
super(id, Block.MOB_SPAWNER);
|
||||
|
Reference in New Issue
Block a user