altrisi
altrisi
There is a difference in the main Carpet packet between those versions, which I think is what's causing this issue. ViaFabric doesn't know about Carpet so it can't translate it....
As far as I know that 0.3 is compatible with mods depending on the original, so given Carpet wouldn't actually include the API (just use it if it's there), the...
Cannot reproduce here with only Carpet. Make sure the gamerule `doTileDrops` is set to true, given that disables drops. If it still doesn't work, does it happen with just Carpet?...
For when this is looked into again: The call to tick schedules is in the middle of `Environment` handling (advancing time/time of day counters).
This is planned, but I want to do it when I automate releasing too so they always are the correct ones. I just haven't gotten around to it yet, I'm...
Another workaround is that `/kill` is the same as `/player kill` for fake players iirc, if they have access to that command.
(shortly mentioned on discord) From what I read (very long time ago though, on the fabric discord iirc), this is mostly thought for library mods (like fabric api) so when...
> On an unrelated note, altrisi, do you think it would be a good idea to have pull request checks not run on drafts? Why not? They don't cause issues,...
About the PR, wondering if it'd make sense to have a more general thing for item/block properties that you can then query for this stuff, though I don't know what...
To mixin you can use a string `target` for the annotation.