Advanced XRay (Neoforge Edition)

Advanced XRay (Neoforge Edition)

5M Downloads

Rewrite config layout

MichaelHillcox opened this issue ยท 1 comments

commented

The whole config will need to be reworked for #60

The new layout should look like this

"semi-random-name" {
    s:name={guiName}
    s:register={BlockRegisterName}
    I:state={blockState}
    I:red=0
    I:green=255
    I:blue=255
    B:enabled=true
    B:usesdefaultstate=false
}
commented

Done as of #60