mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-11-04 08:15:33 +01:00 
			
		
		
		
	update computer mod
This commit is contained in:
		@@ -513,7 +513,7 @@ minetest.register_node("computer:server", {
 | 
				
			|||||||
        'computer_server_bt.png',	
 | 
					        'computer_server_bt.png',	
 | 
				
			||||||
        'computer_server_f_off.png'
 | 
					        'computer_server_f_off.png'
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    --inventory_image = "computer_server_inv.png",
 | 
					    inventory_image = "computer_server_inv.png",
 | 
				
			||||||
    sunlight_propagates = false,
 | 
					    sunlight_propagates = false,
 | 
				
			||||||
    paramtype = "light",
 | 
					    paramtype = "light",
 | 
				
			||||||
    paramtype2 = "facedir",
 | 
					    paramtype2 = "facedir",
 | 
				
			||||||
@@ -559,8 +559,6 @@ minetest.register_node("computer:server_on", {
 | 
				
			|||||||
        'computer_server_bt.png',	
 | 
					        'computer_server_bt.png',	
 | 
				
			||||||
        'computer_server_f_on.png',
 | 
					        'computer_server_f_on.png',
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    -- 
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    inventory_image = "computer_server_inv.png",
 | 
					    inventory_image = "computer_server_inv.png",
 | 
				
			||||||
    sunlight_propagates = false,
 | 
					    sunlight_propagates = false,
 | 
				
			||||||
    paramtype = "light",
 | 
					    paramtype = "light",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,15 +2,6 @@
 | 
				
			|||||||
-- Copyright (C) 2012-2013 Diego Martínez <kaeza@users.sf.net>
 | 
					-- Copyright (C) 2012-2013 Diego Martínez <kaeza@users.sf.net>
 | 
				
			||||||
-- License is WTFPL (see README.txt).
 | 
					-- License is WTFPL (see README.txt).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
minetest.register_craft({
 | 
					 | 
				
			||||||
    output = "computer:babytower";
 | 
					 | 
				
			||||||
    recipe = {
 | 
					 | 
				
			||||||
        { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", },
 | 
					 | 
				
			||||||
        { "homedecor:plastic_sheeting", "default:glass", "homedecor:plastic_sheeting", },
 | 
					 | 
				
			||||||
        { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", },
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
});
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
minetest.register_craft({
 | 
					minetest.register_craft({
 | 
				
			||||||
    output = "computer:shefriendSOO";
 | 
					    output = "computer:shefriendSOO";
 | 
				
			||||||
    recipe = {
 | 
					    recipe = {
 | 
				
			||||||
@@ -38,7 +29,7 @@ minetest.register_craft({
 | 
				
			|||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
minetest.register_craft({
 | 
					minetest.register_craft({
 | 
				
			||||||
    output = "computer:spectre";
 | 
					    output = "computer:specter";
 | 
				
			||||||
    recipe = {
 | 
					    recipe = {
 | 
				
			||||||
        { "", "", "homedecor:plastic_sheeting", },
 | 
					        { "", "", "homedecor:plastic_sheeting", },
 | 
				
			||||||
        { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", },
 | 
					        { "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", },
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								computer/textures/computer_server_inv.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								computer/textures/computer_server_inv.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 4.9 KiB  | 
		Reference in New Issue
	
	Block a user