Shrish Deshpande

Results 18 issues of 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...

enhancement
interface

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 ![gravel](https://user-images.githubusercontent.com/62552372/100070040-77b42e80-2e5f-11eb-9448-7253e7f028d3.gif) ![sand](https://user-images.githubusercontent.com/62552372/100070045-78e55b80-2e5f-11eb-9438-d7ac1c81d542.gif) Fixes #50

enhancement
reviews needed
test
priority:low

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

enhancement
reviews needed
priority:low

`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...

bug
enhancement

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...

waiting for feedback

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) ![image](https://github.com/SwiftcordApp/DiscordKit/assets/62552372/cea9436e-16e4-4dfb-9b64-e1a09fad5c5f)

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