mirror of
				https://github.com/D00Med/scifi_nodes.git
				synced 2025-11-03 23:45:25 +01:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			octagon-pa
			...
			bd58dbc48b
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| bd58dbc48b | |||
| 
						 | 
					6492d311c8 | ||
| 4eaba4f6e1 | |||
| 
						 | 
					03d097abf8 | 
							
								
								
									
										2
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.lua
									
									
									
									
									
								
							@@ -22,3 +22,5 @@ dofile(MP.."/digicode.lua")
 | 
			
		||||
dofile(MP.."/models.lua")
 | 
			
		||||
dofile(MP.."/crafts.lua")
 | 
			
		||||
dofile(MP.."/octagon_panes.lua")
 | 
			
		||||
 | 
			
		||||
minetest.log("action", "[scifi_nodes] loaded.")
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@ local function register(basename, description, texture)
 | 
			
		||||
    is_ground_content = false,
 | 
			
		||||
    node_box = {
 | 
			
		||||
      type = "fixed",
 | 
			
		||||
      fixed = {{-0.5, -0.5, 0, 0.5, 0.5, 0}},
 | 
			
		||||
      fixed = {{-0.5, -0.5, -0.03125, 0.5, 0.5, 0.03125}},
 | 
			
		||||
    },
 | 
			
		||||
    selection_box = {
 | 
			
		||||
      type = "fixed",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user