Samlegamer / Macaw-s-Furnitures-Compat

If you are a developer and you want to create a compatibility for the Macaw's Furnitures mod you can use these examples.
1 stars 1 forks source link

Jacaranda Chairs Missing Loot Table (1.19.2-1.1) #3

Closed CombustibleToast closed 1 year ago

CombustibleToast commented 1 year ago

When launching my server, this error is thrown. It's not fatal and the server runs fine, but Jacaranda Chairs also don't drop anything when destroyed.

[main/ERROR] [minecraft/LootTables]: Couldn't parse loot table mcwfurnituresbop:blocks/jacaranda_chair
com.google.gson.JsonSyntaxException: Block Block{mcwfurnituresbop:jacaranda_chair} has no property part
    at net.minecraft.world.level.storage.loot.predicates.LootItemBlockStatePropertyCondition$Serializer.m_81788_(LootItemBlockStatePropertyCondition.java:82
) ~[server-1.19.2-20220805.130853-srg.jar%23257!/:?] {re:classloading}                  at net.minecraft.advancements.critereon.StatePropertiesPredicate$Propert
yMatcher.m_67721_(StatePropertiesPredicate.java:53) ~[server-1.19.2-20220805.130853-srg.jar%23257!/:?] {re:classloading}
        at net.minecraft.advancements.critereon.StatePropertiesPredicate.m_67675
_(StatePropertiesPredicate.java:169) ~[server-1.19.2-20220805.130853-srg.jar%23257!/:?] {re:classloading}

This error message has about 1000 more lines.

Samlegamer commented 1 year ago

fixed