Robocraft999 / TraidingNetwork

MIT License
1 stars 2 forks source link

Config for conversion rates? #9

Open HoodBlah opened 3 months ago

HoodBlah commented 3 months ago

Can you add a config for the price to take items out again? Id like to set it to maybe a 0.15 increase instead of 0.5. Also, will you add a memory mechanic like ProjectE?

(Really loving what you are doing with the mod, its like a balanced ProjectE lol)

Robocraft999 commented 3 months ago

Can you add a config for the price to take items out again?

There is one actually, it's called "itemBuyCostFactor" in "amazingtrading-common.toml". It is 2.0 by default, so twice the amount you get when shreddering it you have to pay.

Also, will you add a memory mechanic like ProjectE?

What do you mean with this? As you can only buy what was shreddered there is now point in remembering anything, or did I not get what you mean?

HoodBlah commented 3 months ago

Ah, thank you for telling about the other comfig. I saw the folder at the top and didn't realize there was another config file.

In ProjectE, when you remember an item you are able to get as many of that item as you have emc for. But when I was testing the mod in a creative world I was only able to take the item out once and then the store would forget the item, even though I had enough emc to get thousands of the item. Maybe I did it wrong but I could only take the items out by left clicking them and they would disappear after doing so. I've only one of each item in though so idk if that has anything to do with it.

(Also, I took the recipes you have in the github and made a datapack for survival crafting.)

Robocraft999 commented 3 months ago

I moved the config to the dedicated folder now for more convenience.

Regarding the remembering: that was one of the ways to balance the ProjectE system so you can only buy these items which were shreddered in the first place.

HoodBlah commented 3 months ago

Can you add a config for the remembering thing then? So we can choose whether the items stay or are forgotten when taken out?

Robocraft999 commented 3 months ago

So do you mean, even if all items of one kind are sold, you want an option to still see them, but with a count of zero? Or do you mean regardless of the count you can take how many you want?

HoodBlah commented 2 months ago

I was thinking of taking out as many as I want. But maybe you can add config to have different options like that.