Shrish Deshpande
Shrish Deshpande
Opening a jar file and exporting mappings have a different file explorer and Exporting source and Opening mappings have a different file explorer. Opening a jar file and exporting mappings...
Adds a conditional recipe remainder (that returns an ItemStack) to FabricItemSettings also fixes an issue with duplicate keys in the fabric item api v1 testmod fabric.mod.json   Fixes #50
This adds two interaction events that fire before `ItemStack#onClicked` and `ItemStack#onStackClicked`. Both are cancellable. here's the testmod (a miniature fluid api 😄) - https://i.imgur.com/2APkSj3.mp4
`CustomValue`'s implementations do not implement `equals` or `hashCode`. This causes issues when storing them in lists and maps, where it is impossible to remove `CustomValue`s from a list, or get...
This is a bit hard to explain, but i'll try my best `A` and `B` are two classes where `B` has method `a` which is final. `C` is an interface...
Closes #41 Adds support for all missing fields in bot embeds: image, thumbnail, video, provider, and author. Complete with helper functions. [test:](https://github.com/BoogieMonster1O1/dhRuVaBot/blob/main/Sources/Bot.swift#L59) 
Bot responses embedding images is quite a common and useful feature. By adding this feature, developers can have access to a more complete range of features offered by bot embeds.
Adds an executor that only executes its tasks to be executed if the executor's mod is present