mirror of
				https://github.com/mt-mods/basic_signs.git
				synced 2025-10-30 23:45:35 +01:00 
			
		
		
		
	allow steel and locked signs to hang from a ceiling
This commit is contained in:
		
							
								
								
									
										2
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.lua
									
									
									
									
									
								
							| @@ -61,6 +61,7 @@ signs_lib.register_sign("basic_signs:sign_wall_locked", { | ||||
| 	inventory_image = "basic_signs_sign_wall_locked_inv.png", | ||||
| 	locked = true, | ||||
| 	entity_info = "standard", | ||||
| 	allow_hanging = true | ||||
| }) | ||||
|  | ||||
| minetest.register_alias("locked_sign:sign_wall_locked", "basic_signs:sign_wall_locked") | ||||
| @@ -98,6 +99,7 @@ for i, color in ipairs(sign_colors) do | ||||
| 			mesh = "signs_lib_standard_wall_sign_entity.obj", | ||||
| 			yaw = signs_lib.standard_yaw | ||||
| 		}, | ||||
| 		allow_hanging = true | ||||
| 	}) | ||||
|  | ||||
| 	table.insert(signs_lib.lbm_restore_nodes, "signs:sign_wall_"..color[1]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user