This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[19:28:01] [main/INFO]: Loading Minecraft 1.18.1 with Fabric Loader 0.12.12 | |
[19:28:01] [main/INFO]: Loading 74 mods: | |
- botania 1.18.1-427-FABRIC | |
- cardinal-components-base 4.0.0 via trinkets | |
- cardinal-components-block 4.0.1 via botania | |
- cardinal-components-entity 4.0.0 via trinkets | |
- fabric 0.46.1+1.18 | |
- fabric-api-base 0.4.1+b4f4f6cd65 via fabric | |
- fabric-api-lookup-api-v1 1.5.0+17be577f65 via fabric | |
- fabric-biome-api-v1 6.0.1+ded849a965 via fabric |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ hostname, wsPath, project, region ? "asia-east1-a", instanceType ? "f1-micro" | |
, email, gceCredentials ? { | |
project = "<project-name>"; | |
serviceAccount = "<account>"; | |
accessKey = "<path/to/accessKey.pem>"; | |
} }: | |
{ | |
resources.gceNetworks.default = gceCredentials // { | |
addressRange = "192.168.4.0/24"; | |
firewall = { |