LoneDev
LoneDev
@Sfiguz7 Added a check for slimefun item, now it's working fine! No duplication bug anymore. ```java if(Main.hasSlimefun) { NBTItem tmp = new NBTItem(itemStack); if(tmp.hasNBTData() && tmp.hasKey("PublicBukkitValues") && tmp.getCompound("PublicBukkitValues").hasKey("slimefun:slimefun_item")) { return;...
> exposed Can you tell us which Riru+EdXposed versions you are currently using?
Any news about that?
I can confirm this happens also on Paper sometimes.
> For those using the following webkit scrollbar / media query workaround: > > ``` > :root { > overflow: hidden; > height: 100%; > } > > body {...
That must definitely be added since users can start, complete one objective to get an item, cancel the quest and then restart infinitely to get easy resources.. that's not good...
This is really needed to make dynamic dialogues with special effects. Please consider adding it, thanks!
> I think all of these skulls probably use nbt tag to change the model id, so I think adding a check for custom itemmodel values could just disable it...
Join my test server, it has this kind of modified resourcepack: `test.devs.beer:25584` Use the `/emote` command Somehow this mod should skip heads which have a CustomModelData NBT tag, nothing else....
> > > I've been using Kanan for a while and I'd love to start developing some mods for it. However, I've noticed from looking through the source that the...