Skip to content

Commit

Permalink
more traceable error output for old item issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 28, 2018
1 parent 5a9562c commit 51d1872
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -143,7 +143,7 @@ else if (ScriptRegistry.containsScript(m.group(1), BookScriptContainer.class)) {

if (aH.matchesInteger(material)) {
if (!nope) {
dB.echoError("Material ID and data magic number support is deprecated and WILL be removed in a future release.");
dB.echoError("Material ID and data magic number support is deprecated and WILL be removed in a future release. For item input of '" + string + "'.");
}
stack = new dItem(Integer.valueOf(material));
}
Expand Down

0 comments on commit 51d1872

Please sign in to comment.