Config Files Not Compatible with Mod Items:
viiizee opened this issue ยท 2 comments
Forge: 1.18.2 - 40.1.73
YUNGS: 1.3.1
API: 2.0.8
When trying to edit the armorstand and itemframe config files, changing these values to mod ids in the form "modid:moditem": 0.01 causes the mod to generate only iron swords, leather, chain and bread. I made the comment on discord regarding this issue.
I know that these files are .txt.
git wouldn't allow me to upload .json
itemframes.txt
armorstands.txt
2022-11-09-7.log.gz
latest.log
Fabric: 0.15.11
YUNG's API: 3.8.10
YUNG's Better Desert Temples: 2.2.2
I would like to report the same issue on Fabric using the latest YUNG's Better Desert Temples available for Minecraft 1.19.2.
I tried to add the wanderer armor set from EnvironmentZ with no success using the "entries" and the "defaultItem" fields
Exract from one my armorstands.json
test file:
{
"armoryHelmets": {
"entries": {
"environmentz:wanderer_helmet": 1.0
},
"defaultItem": "air"
},
"wardrobeHelmets": {
"entries": {
},
"defaultItem": "environmentz:wanderer_helmet"
},