Indicate frame ID in clock group

This commit is contained in:
Wuzzy 2017-08-04 16:04:39 +02:00
parent 8c81d33213
commit ea41de41ac
2 changed files with 6 additions and 6 deletions

View file

@ -158,8 +158,8 @@ These groups are used mostly for informational purposes
These groups put similar items together which should all be treated by the gameplay or the GUI as a single item.
You should not add custom items to these groups for no good reason, this is likely to cause a ton of conflicts.
* `clock=1`: Clock
* `compass`: Compass (rating doesn't matter)
* `clock`: Clock (rating indicates the “frame”)
* `compass`: Compass (rating indicates the “frame”)
This has the following implication: If you want to use a compass or clock in a crafting recipe, you *must*
use `group:compass` or `group:clock`, respectively.