Skip to content

Commit

Permalink
Decrease cost for crafting facade cover. (#1835)
Browse files Browse the repository at this point in the history
Co-authored-by: wang <[email protected]>
  • Loading branch information
finshope and wang authored Aug 27, 2024
1 parent 51237a0 commit 13edf83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public ItemStack assemble(CraftingContainer container, RegistryAccess registryMa
if (item.isEmpty()) continue;
if (FacadeItemBehaviour.isValidFacade(item)) {
FacadeItemBehaviour.setFacadeStack(itemStack, item);
itemStack.setCount(6);
break;
}
}
Expand Down

0 comments on commit 13edf83

Please sign in to comment.