YUNG-GANG / YUNGs-Better-Desert-Temples

Minecraft mod that redesigns & enhances vanilla's desert temples
GNU Lesser General Public License v3.0
6 stars 6 forks source link

Config Files Not Compatible with Mod Items: #13

Open viiizee opened 1 year ago

viiizee commented 1 year ago

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

viiizee commented 1 year ago

This problem most likely persists on Better Strongholds as well.

kkempfer commented 2 months ago

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"
  },

Wanderer Helmet