mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-02 23:00:22 +02:00
split globe model into multiple materials
(allows use of some generic materials) renamed earth image
This commit is contained in:
@ -623,7 +623,11 @@ local globe_cbox = {
|
||||
homedecor.register("desk_globe", {
|
||||
description = "Desk globe",
|
||||
mesh = "homedecor_desk_globe.obj",
|
||||
tiles = {"homedecor_desk_globe.png"},
|
||||
tiles = {
|
||||
"homedecor_generic_wood_red.png",
|
||||
"homedecor_generic_metal_neutral.png",
|
||||
"homedecor_earth.png"
|
||||
},
|
||||
inventory_image = "homedecor_desk_globe_inv.png",
|
||||
selection_box = globe_cbox,
|
||||
collision_box = globe_cbox,
|
||||
|
Reference in New Issue
Block a user