Add matter value to imperfect bread so it can be replicated

This commit is contained in:
DBotThePony 2025-03-09 19:55:35 +07:00
parent 1a30f4d203
commit 9b6fa89850
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -437,4 +437,6 @@ fun addMatterData(provider: MatterDataProvider) {
}
}
}
provider.inherit(MItems.IMPERFECT_BREAD, Items.BREAD, 1.5)
}