Bruno Rybársky BRNSystems
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 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 deleted branch recipe-unlock from Gagooby/Server_storage 2024-11-04 15:13:15 +01:00
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
BRNSystems pushed to master at BRNSystems/PlasticGun 2024-11-01 23:38:40 +01:00
b7fc022f90 Try some stuff
BRNSystems pushed to master at BRNSystems/PlasticGun 2024-11-01 23:35:46 +01:00
78633a1338 Try some stuff
BRNSystems pushed to 1.20.4 at BRNSystems/Televator 2024-11-01 23:28:53 +01:00
e78966f133 Update
BRNSystems pushed to main at BRNSystems/Server_storage 2024-11-01 23:25:46 +01:00
4be669f41f Fix some stuff, crafting is broken