Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config Files Not Compatible with Mod Items: #13

Open
viiizee opened this issue Nov 10, 2022 · 2 comments
Open

Config Files Not Compatible with Mod Items: #13

viiizee opened this issue Nov 10, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@viiizee
Copy link

viiizee commented Nov 10, 2022

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
Copy link
Author

viiizee commented Nov 10, 2022

This problem most likely persists on Better Strongholds as well.

@yungnickyoung yungnickyoung added the bug Something isn't working label Dec 3, 2022
@kkempfer
Copy link

kkempfer commented Jul 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants