-
Notifications
You must be signed in to change notification settings - Fork 421
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
[Non functional] fabric-resource-conditions-api-v1 #3322
Comments
In testing further (and trying to get my mod to function) it seems the tags_populated also doesnt work :( |
These two are somewhat different, in what is causing the issue:
|
Someone mentioned thread issue, although I have no clue what that means 👍🏼 |
Any movement on this at all? 🤞 |
This works perfectly, thankyou 😍 |
Seems that the
fabric:registry_contains
is non functional for loot tables.Reasoning behind the claim :
When the following is present in loot_table json file
You get the following error in console :
(Fabric Resource Conditions) Can't retrieve current registries. Failing registry_contains resource condition check.
this occurs if the block is present or not.
Game loads fine, no further console errors regarding the loot table json, however the loot table does not function (no item drops)
Removing the
fabric:registry_contains
does allow the loot to drop, but for the niche case i'm using it for (to stop console spam when another mod's block is not present - i'm already checking the mod is present)if the block is not present you get the console error as expected
Couldn't parse element loot_tables:mymodid:blocks/missing_block_name
fabric_version=0.88.1+1.20.1
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22
'fabric-loom' version '1.3-SNAPSHOT'
The text was updated successfully, but these errors were encountered: