mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-29 18:53:44 +01:00
Fix typo in documentation for craft trigger
This commit is contained in:
parent
38b7d9aa91
commit
fb1670abc6
@ -251,7 +251,7 @@ trigger = {
|
|||||||
```lua
|
```lua
|
||||||
trigger = {
|
trigger = {
|
||||||
type = "craft",
|
type = "craft",
|
||||||
node = "default:dirt", -- item, alias, or group
|
item = "default:dirt", -- item, alias, or group
|
||||||
target = 50,
|
target = 50,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user