1.11 | Added a new condition (Usable for Crop Stages), New Debug Feature and a Small Fix
Required-StateData »You can use this feature for blocks that have multiple states or stages like crops (Seeds). This feature also supports regex. Here's two examples about how to use this feature:
Code (YAML):
Required-StateData: 7
#Fully grown seed Required-StateData: 0-6
#All growing stages before it becomes fully grown
Note: Crops have 7 stages, 0 is the recently planted seed, and 7 is fully grown seed.
In this example I have added experience drop for fully grown wheat:
Look Debug »Debug command is now usable for two purposes, "/mg debug hand" and "/mg debug look". Hand debug shows Displayname and ItemFlags of the item that you are holding, Look debug shows Block ID and StateData of the block that you are looking. Tip: Can't find the block's ID or it's StateData? Just look at the block in minecraft and run "/mg debug look" to get it's ID and StateData.
Fix » Fixed an issue that UpdateChecker was showing v1.1 instead of v1.10