Closed FlafyDev closed 1 year ago
Checkout the Path class in build/context.dart
.
I think a simple main.toString(false)
should do the trick already.
Checkout the Path class in
build/context.dart
. I think a simplemain.toString(false)
should do the trick already.
Yep that did it, fixed!
ObjD currently generates
{"values":["valocraft:load.mcfunction"]}
instead of{"values":["valocraft:load"]}
.This makes both the load and tick functions do nothing.
This PR fixes this.