Tfarcenim / DankStorageFabric

Creative Commons Zero v1.0 Universal
11 stars 9 forks source link

Nuggets of XP from Create dupe #89

Closed MissPotato closed 1 year ago

MissPotato commented 1 year ago

Create has an item called the "Nugget of XP" when the player sneaks and uses the item the entire stack is consumed dropping 3 experience each at the players feet. If you put these nuggets inside a Dank Null, put it into construction mode, and then consume the nuggets an XP orb equal to the total large stack size. However, the actual nuggets aren't reduced and can be consumed infinitely.

Create: 0.5.0.i-961 DankStorage: 4.3 Fabric: 0.14.17 Fabric API: 0.75.1

Tfarcenim commented 1 year ago

https://github.com/Fabricators-of-Create/Create/blob/mc1.19/fabric/dev/src/main/java/com/simibubi/create/content/curiosities/ExperienceNuggetItem.java#L30 the way they're handling item usage is inconsistent with vanilla which causes dupes

This will need to be fixed on their end, for now add the item to dankstorage:blacklisted_usage tag

MissPotato commented 1 year ago

Ah, sorry, I'll report it to them, thank you!