Deprecate Block.addCreativeItems, Kill in 1.6.3+ Closes #655
This commit is contained in:
parent
4f172ae9a5
commit
7ad79b42bc
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
}
|
||||
|
||||
/**
|
||||
@@ -1454,4 +1477,974 @@
|
||||
@@ -1454,4 +1477,975 @@
|
||||
canBlockGrass[0] = true;
|
||||
StatList.initBreakableStats();
|
||||
}
|
||||
|
@ -349,6 +349,7 @@
|
|||
+ *
|
||||
+ * @param itemList The list of items to display on the creative inventory.
|
||||
+ */
|
||||
+ @Deprecated
|
||||
+ public void addCreativeItems(ArrayList itemList)
|
||||
+ {
|
||||
+ }
|
||||
|
|
Loading…
Reference in a new issue