mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-31 21:55:25 +01:00 
			
		
		
		
	Message player if inbox is full
This commit is contained in:
		| @@ -79,6 +79,7 @@ homedecor.register("inbox", { | ||||
| 			if inv:room_for_item("main", stack) then | ||||
| 				return -1 | ||||
| 			else | ||||
| 				core.chat_send_player(player:get_player_name(), S("This mailbox is full.")) | ||||
| 				return 0 | ||||
| 			end | ||||
| 		end | ||||
|   | ||||
| @@ -1,3 +1,4 @@ | ||||
| # textdomain: homedecor_inbox | ||||
| Mailbox= | ||||
| @1's Mailbox= | ||||
| This mailbox is full.= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user