Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reminder for stack size limit with Ring of Loki #4396

Closed

Conversation

TheRealWormbo
Copy link
Collaborator

This closes #3668 by mentioning the potential limitations of placing blocks directly from a stack of block items held in hand.

artemisSystem and others added 30 commits June 22, 2023 09:09
Also add some map colors for things that didn't have them or that previously depended on materials
ItemStack.matches() will return false if the two item stacks don't have the same number of items, which breaks corporea blocks. ItemStack.isSameItemSameTags() will check the tags only.
There's a choice between buffering up Item objects so that Creative tab filling event can
read it, or registering a new event handler for every single item.  I opted for the latter
as it more clearly attributes that memory usage to Botania.

Note that Forge floating flower rendering still crashes the creative tab so I can't
actually test it quite yet.
Both loaders can now load from non-minecraft namespaces
Not worth the complexity
1.19.4 DFU optimizations in vanilla have made this unnecessary
Spawners no longer come with an entity configured by default so we have to give it one
williewillus and others added 26 commits August 26, 2023 12:12
Who knows how long it's been broken but it works again
Also to test previous commit
…ermission errors

also dummy bump the site again
A finished pie is now a full circle, instead of a circle with a missing line of pixels.
An unstarted pie is still invisible.
@TheRealWormbo TheRealWormbo force-pushed the 1.19-loki-ring-stack-size branch from fe5aae8 to 9eb217d Compare September 19, 2023 17:54
@TheRealWormbo TheRealWormbo deleted the 1.19-loki-ring-stack-size branch September 19, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Ring of Loki only places up to a stack of blocks