WingedSeal / jmc

A compiler for JMC (JavaScript-like Minecraft Function), a mcfunction extension language for making Minecraft Datapack
https://jmc.wingedseal.com
MIT License
64 stars 7 forks source link

[FEATURE_REQUEST] `#import` header #97

Open WingedSeal opened 3 months ago

WingedSeal commented 3 months ago
│   main.hjmc
│   main.jmc
│
└───folder_name
    └───a_path
            file_name.mcfunction
#import folder_name

should create namespace:a_path/file_name function