forsenbread
This commit is contained in:
parent
4ff0b14b6d
commit
f257686742
@ -73,8 +73,8 @@ fun addBlockModels(provider: MatteryBlockModelProvider) {
|
||||
coloredMachineCombined("matter_decomposer", listOf("texture", "particle"))
|
||||
coloredMachineCombined("matter_recycler", listOf("0", "particle"))
|
||||
|
||||
colored("matter_replicator", "_idle", mapOf("1" to "matter_replicator_base", "particle" to "matter_replicator_base", "texture" to "matter_replicator_offline"))
|
||||
colored("matter_replicator", "_error", mapOf("1" to "matter_replicator_base", "particle" to "matter_replicator_base", "texture" to "matter_replicator_halted"))
|
||||
colored("matter_replicator", "_idle", mapOf("1" to "matter_replicator_base", "particle" to "matter_replicator_base", "texture" to "matter_replicator"))
|
||||
colored("matter_replicator", "_error", mapOf("1" to "matter_replicator_base", "particle" to "matter_replicator_base", "texture" to "matter_replicator"))
|
||||
colored("matter_replicator", "_working", mapOf("1" to "matter_replicator_base", "particle" to "matter_replicator_base", "texture" to "matter_replicator"))
|
||||
|
||||
colored("powered_smoker", "_idle", mapOf("0" to "powered_smoker_base", "1" to "powered_smoker_interior_0", "particle" to "powered_smoker_base"))
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 537 B |
Loading…
Reference in New Issue
Block a user