This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I'm trying to add items to chests in Restructured from a mod called MineFantasy2. I can't seem to get the format correct because the config changes to chests.cfg_errored_(date).
I know the proper format for items w/out NBT data is this:
"mod:itemname"=min,max,weight
I've tried:
"minefantasy2:MF_Com_plank{MF_CustomMaterials:{main_metal:'refinedwood'}}"=1,1,15
"minefantasy2:MF_Com_plank.withTag{MF_CustomMaterials:{main_metal:'refinedwood'}}"=1,1,15
"minefantasy2:MF_Com_plank.withTag({MF_CustomMaterials:{main_metal:'refinedwood'}})"=1,1,15
Does anyone know how to make it work or if it even does work?
I'm trying to add items to chests in Restructured from a mod called MineFantasy2. I can't seem to get the format correct because the config changes to chests.cfg_errored_(date).
I know the proper format for items w/out NBT data is this:
"mod:itemname"=min,max,weight
I've tried:
"minefantasy2:MF_Com_plank{MF_CustomMaterials:{main_metal:'refinedwood'}}"=1,1,15
"minefantasy2:MF_Com_plank.withTag{MF_CustomMaterials:{main_metal:'refinedwood'}}"=1,1,15
"minefantasy2:MF_Com_plank.withTag({MF_CustomMaterials:{main_metal:'refinedwood'}})"=1,1,15
Does anyone know how to make it work or if it even does work?