Started by
CBJaxxx
on
Topic category: Help with Minecraft modding (Java Edition)
When i enter my command /eco and use silver not copper I still get copper when executed, somehow the addcopper procedure is being executed not addsilver.
I'm not sure what I'm doing wrong can someone tell me why it is executing the addcopper procedure only even when I specify I want silver
please don't refer me to any YouTube videos as they are not specific and will not help me as I can only understand this issue if someone would be nice enough to explain it to me what I've done wrong here.
CBJ Economy [C:\Users\codeb\MCreatorWorkspaces\cbj_economy] - Eco (Command) - MCreator 2023.1 (gyazo.com)
CBJ Economy [C:\Users\codeb\MCreatorWorkspaces\cbj_economy] - AddCopper (Procedure) - MCreator 2023.1 (gyazo.com)
CBJ Economy [C:\Users\codeb\MCreatorWorkspaces\cbj_economy] - AddSilver (Procedure) - MCreator 2023.1 (gyazo.com)
2023-03-08_00.14.15.png - Photos (gyazo.com)
in case the photos above didn't load here they are, in order as well
solved: this required me to add a literal parameter not a string parameter for the first image above where i used string parameters for copper, silver, gold, and platinum but changing those to literal parameters with the names copper, silver, gold, and platinum worked for me. hope this helps someone.