We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179260e commit ac2c2fdCopy full SHA for ac2c2fd
README.md
@@ -287,7 +287,7 @@ public void init()
287
288
if (JsonLibWrapper)
289
{
290
- Vars.content.getBy(ContentType.block).each(blockContent => {
+ Vars.content.getBy(ContentType.block).each(block => {
291
let replaceLocalized = JsonLibWrapper.GetBooleanField(block.name, "example-mod-replaceLocalized");
292
293
if (replaceLocalized)
0 commit comments