forked from nalc/nalc_game
		
	Default: Bookshelf has 2 openings instead of 4
Make rotatable with 'paramtype2 = facedir'
This commit is contained in:
		| @@ -1586,7 +1586,9 @@ local bookshelf_formspec = | |||||||
|  |  | ||||||
| minetest.register_node("default:bookshelf", { | minetest.register_node("default:bookshelf", { | ||||||
| 	description = "Bookshelf", | 	description = "Bookshelf", | ||||||
| 	tiles = {"default_wood.png", "default_wood.png", "default_bookshelf.png"}, | 	tiles = {"default_wood.png", "default_wood.png", "default_wood.png", | ||||||
|  | 		"default_wood.png", "default_bookshelf.png", "default_bookshelf.png"}, | ||||||
|  | 	paramtype2 = "facedir", | ||||||
| 	is_ground_content = false, | 	is_ground_content = false, | ||||||
| 	groups = {choppy = 3, oddly_breakable_by_hand = 2, flammable = 3}, | 	groups = {choppy = 3, oddly_breakable_by_hand = 2, flammable = 3}, | ||||||
| 	sounds = default.node_sound_wood_defaults(), | 	sounds = default.node_sound_wood_defaults(), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user