Skip to content

Commit 0d6a89a

Browse files
authored
Correct invalid accessTransformers entry in mods.toml (#194)
1 parent caa4a89 commit 0d6a89a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/META-INF/mods.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ updateJSONURL="https://raw.githubusercontent.com/CyclopsMC/Versions/master/forge
1313
description='''
1414
Craft stuff in Integrated Dynamics networks.
1515
'''
16-
[[accessTransformers]]
17-
file="META-INF/accesstransformer.cfg"
16+
accessTransformers = ["META-INF/accesstransformer.cfg"]
17+
1818
[[dependencies.integratedcrafting]]
1919
modId="cyclopscore"
2020
mandatory=true

0 commit comments

Comments
 (0)