Chisel

Chisel

150M Downloads

Using ../ to go to folder above

Drullkus opened this issue ยท 2 comments

commented

As requested by @BluSunrize,

Currently, we use ./ as a shortcut to navigate to the folder the texture is in. Blu is suggesting that we have ../ to go to folder above. This actually makes sense in terms of organization, as two known mods so far adopting CTM have made dedicated CTM folders to store extra files related to CTM and related assets.

commented

It's not an urgent thing, I just figured it's a nice comfort feature for those people that want to implement CTM compat within their mods have have, like me, chosen to put all the textures in a subfolder (textures/blocks/ctm).
Having a path that allows me to just go up one level would make the file look neater =P

commented

Yeah, currently the directory expansion is...lazy. I need to make it proper :P