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

Fixes to mmo= paywalls, multipaywalls, minor changes to item-paywall= #307

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

TinyTank800
Copy link
Collaborator

Fix for Half on mmo= paywall=, multipaywall w/custom items, added IGNORENBT to item-paywall= for edge cases like spawner types ONLY WORKS ON NORMAL MATERIAL CHECKS

Half items should not happen with mmo= custom items in item paywalls anymore. This was caused by the main section checking before the mmo= section checked. Now it only checks mmo= if its an mmo= and does not continue to the main custom item check after.

Multipaywall was fixed due to custom model data not being taken into account on IsIdentical check.

IGNORENBT was added as a simple .contains check in item-paywall so that if you want to require spawners of any type in a spawner check it can work. ONLY WORKS ON NORMAL MATERIAL CHECKS NOT CUSTOM ITEM SECTIONS!

Also reduced version options for github down to last ingame editor version and latest cp version. Also added 1.20 as version selection.

@rockyhawk64 rockyhawk64 merged commit 53dafd8 into rockyhawk64:master Apr 10, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants