Bruno Rybársky BRNSystems
BRNSystems deleted branch name-fix from Gagooby/Server_storage 2024-11-04 15:14:05 +01:00
BRNSystems pushed to main at BRNSystems/Server_storage 2024-11-04 15:14:05 +01:00
c1648f1e13 Merge pull request 'Block name fix' (#12) from Gagooby/Server_storage:name-fix into main
92838e6c50 Merge branch 'main' into name-fix
61428a1c9c Updated en_us.json so that the blocks name shows up properly in both item and block form
Compare 3 commits »
BRNSystems merged pull request BRNSystems/Server_storage#12 2024-11-04 15:14:04 +01:00
Block name fix
BRNSystems approved BRNSystems/Server_storage#12 2024-11-04 15:13:58 +01:00
Block name fix

LGTM

BRNSystems pushed to name-fix at Gagooby/Server_storage 2024-11-04 15:13:30 +01:00
92838e6c50 Merge branch 'main' into name-fix
998a6b7b04 Merge pull request 'Recipe unlock fix' (#11) from Gagooby/Server_storage:recipe-unlock into main
31a7fc9d03 Added recipe advancements
Compare 3 commits »
BRNSystems deleted branch recipe-unlock from Gagooby/Server_storage 2024-11-04 15:13:15 +01:00
BRNSystems pushed to main at BRNSystems/Server_storage 2024-11-04 15:13:15 +01:00
998a6b7b04 Merge pull request 'Recipe unlock fix' (#11) from Gagooby/Server_storage:recipe-unlock into main
31a7fc9d03 Added recipe advancements
Compare 2 commits »
BRNSystems merged pull request BRNSystems/Server_storage#11 2024-11-04 15:13:13 +01:00
Recipe unlock fix
BRNSystems approved BRNSystems/Server_storage#11 2024-11-04 15:13:01 +01:00
Recipe unlock fix

LGTM

BRNSystems commented on issue BRNSystems/ServerShop#2 2024-11-03 20:53:19 +01:00
Decimals

Is it working?

BRNSystems commented on issue BRNSystems/ServerShop#2 2024-11-03 20:43:18 +01:00
Decimals

Could you test this build for me? https://modrinth.com/mod/servershop/version/ZvaH9AeR

BRNSystems pushed to main at BRNSystems/ServerShop 2024-11-03 20:42:53 +01:00
6f1dc2e8b4 Try long
BRNSystems commented on issue BRNSystems/ServerShop#2 2024-11-03 20:12:16 +01:00
Decimals

Everything about price storage is here: [https://git.brn.systems/BRNSystems/ServerShop/src/branch/main/src/main/java/systems/brn/servershop/lib/storages/PriceStorage.java](https://git.brn.systems/B…

BRNSystems commented on issue BRNSystems/ServerShop#2 2024-11-03 20:11:21 +01:00
Decimals

This project has a CSV import as well. It can't import item metadata though. I included the csv price thing. And for the dat, it is a normal NBT file. Try it with a minecraft NBT editor. There…

BRNSystems commented on issue BRNSystems/ServerShop#2 2024-11-03 20:01:14 +01:00
Decimals

This is a java mod. I have access to normal code. It would not be that complex actually

BRNSystems commented on issue BRNSystems/ServerShop#2 2024-11-03 19:58:19 +01:00
Decimals

I could implement it as true floating point if I wanted to

BRNSystems commented on issue BRNSystems/ServerShop#2 2024-11-03 19:55:03 +01:00
Decimals

Or I can just divide it by 100 when displaying to keep it fixed decimal point

BRNSystems commented on issue BRNSystems/ServerShop#2 2024-11-03 19:54:02 +01:00
Decimals

Technically it is possible

BRNSystems commented on issue BRNSystems/ServerShop#2 2024-11-03 19:53:50 +01:00
Decimals

I intended to use the scale factor. Is it really needed?

BRNSystems pushed to main at BRNSystems/ServerShop 2024-11-01 23:44:13 +01:00
33695e80ba Add placeholder for player balance