bridge-core / deno-dash-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get deno-dash-compiler to compile to com.mojang

FrederoxDev opened this issue · comments

When I run dash_compiler build --mode development it still seems to build in project folder\builds\dist\project name

Terrain.Generation.-.Visual.Studio.Code.2022-07-05.20-40-07_Trim.mp4
  • I have tried uninstalling and reinstalling the package

There's currently an issue with the deno registry (it didn't push out our latest updates). For now, you can install dash via this command instead: deno install --reload -A -f -n dash_compiler https://raw.githubusercontent.com/bridge-core/deno-dash-compiler/main/mod.ts

Please report back whether syncing works afterwards

Yep, now it compiles👍

Also is it possible to compile to the com.mojang folder for the preview edition of Minecraft?

Yes, you can configure the folder with the --out argument already. We can probably make compiling to the Minecraft Preview easier than that though. Mind creating a new issue for this request? Thank you!