⚙ SHOCKY — Сегодня, в 1:34

о ниеее рендер предмета что печатается больше не работает
This commit is contained in:
DBotThePony 2023-06-16 09:23:29 +07:00
parent a2dc3c7d97
commit ab1b752f3c
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -173,8 +173,8 @@ class MatterReplicatorBlockEntity(p_155229_: BlockPos, p_155230_: BlockState) :
matterNode.discover(this)
}
override fun jobUpdated(oldJob: ReplicatorJob?, newJob: ReplicatorJob?) {
visualItemStack = newJob?.itemStack ?: ItemStack.EMPTY
override fun jobUpdated(new: ReplicatorJob?, old: ReplicatorJob?) {
visualItemStack = new?.itemStack ?: ItemStack.EMPTY
visualProgress = 0f
}