Dismantle Leather items to Thick Leather

- Previously both Leather and Rawhide items were dismantled to simple
leather
This commit is contained in:
juliancoffee 2021-06-24 21:22:35 +03:00
parent 3b6d6b9393
commit 3d4eb7d6a4

View File

@ -1729,7 +1729,7 @@
],
),
"leather": (
output: ("common.items.crafting_ing.leather.simple_leather", 1),
output: ("common.items.crafting_ing.leather.thick_leather", 1),
inputs: [
(Tag(Material(Leather)), 1),
],