Skip to content

Version 2 Alpha 1 #3

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

Merged
merged 55 commits into from
Jul 20, 2025

Conversation

OffsetMonkey538
Copy link
Member

closes #2

@OffsetMonkey538 OffsetMonkey538 self-assigned this May 6, 2025
@OffsetMonkey538 OffsetMonkey538 added the enhancement New feature or request label May 6, 2025
@OffsetMonkey538 OffsetMonkey538 linked an issue May 6, 2025 that may be closed by this pull request
Functions (and conditions in the future) only support matching by type, couldn't figure out a good way to match specific ones
zombies and creepers drop two tnt for some reason??
By default, stuff will be turned into literal matchers. Regex can be enabled by setting `regex` to true. This way literal strings won't need any escaping or surrounded with `\Qtext\E`
… and item

Turns out 'Item.getRegistryEntry()' is *actually* deprecated so using Registries.ITEM.get... instead
…iple pools

tableModified check was inside the LootPool loop
poolModified check was inside the LootPoolEntry loop

such a dumbass 🤦
Pool and entry in context are @nullable again
…matically

Initial solution wouldn't work with /reload, would run it multiple times after exiting and reentering a world, had all sorts of other problems with stuff not being a specific way at that poin tand whatever else

Now it will (most likely) always run after a reload is fully complete.
Might work? Got too occupied with fixing the exporting stuff and have no idea if I made sure this worked or not 😅
@OffsetMonkey538 OffsetMonkey538 changed the title Such much operation Version 2 Jul 20, 2025
@OffsetMonkey538 OffsetMonkey538 changed the title Version 2 Version 2 Alpha 1 Jul 20, 2025
@OffsetMonkey538 OffsetMonkey538 changed the base branch from master to v2 July 20, 2025 13:44
OffsetMonkey538 and others added 7 commits July 21, 2025 00:00
Thank you oh so so much to Mr Smart Guy ❤️❤️❤️
Also thanks the other smart guy and *other* other smart guy ❤️❤️❤️

Adds docs page made with starlight. Should be up to date with v2 alpha 1 and hopefully 🤞🤞🤞 nothing is wrong
1.21.1 support will definitely come, 1.20.5 I'm not sure on.
…ormative and aren't just "oo me dumbass and no find pools and modifies ooo thats what you should definitely be using"
@OffsetMonkey538 OffsetMonkey538 marked this pull request as ready for review July 20, 2025 21:55
@OffsetMonkey538 OffsetMonkey538 merged commit 19c8326 into v2 Jul 20, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow more operations that just adding pools
1 participant