mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-11-04 07:15:32 +01:00 
			
		
		
		
	Merge pull request #332 from FozLand/globe
Allow user to pick up globe by hand.
This commit is contained in:
		@@ -58,7 +58,7 @@ homedecor.register("desk_globe", {
 | 
				
			|||||||
	inventory_image = "homedecor_desk_globe_inv.png",
 | 
						inventory_image = "homedecor_desk_globe_inv.png",
 | 
				
			||||||
	selection_box = globe_cbox,
 | 
						selection_box = globe_cbox,
 | 
				
			||||||
	collision_box = globe_cbox,
 | 
						collision_box = globe_cbox,
 | 
				
			||||||
	groups = {choppy=2},
 | 
						groups = {choppy=2, oddly_breakable_by_hand=2},
 | 
				
			||||||
	walkable = false,
 | 
						walkable = false,
 | 
				
			||||||
	sounds = default.node_sound_wood_defaults(),
 | 
						sounds = default.node_sound_wood_defaults(),
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user