mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Textures: Update permafrost to new dirt, improve stones, add stones side
This commit is contained in:
		@@ -116,6 +116,7 @@ paramat (CC BY-SA 3.0):
 | 
			
		||||
  default_emergent_jungle_sapling.png
 | 
			
		||||
  default_permafrost.png -- Derived from a texture by Neuromancer (CC BY-SA 3.0)
 | 
			
		||||
  default_stones.png -- Derived from a texture by sofar (CC0 1.0)
 | 
			
		||||
  default_stones_side.png -- Derived from a texture by sofar (CC0 1.0)
 | 
			
		||||
  default_moss.png
 | 
			
		||||
  default_moss_side.png
 | 
			
		||||
  default_fence_rail_acacia_wood
 | 
			
		||||
 
 | 
			
		||||
@@ -508,7 +508,8 @@ minetest.register_node("default:permafrost", {
 | 
			
		||||
minetest.register_node("default:permafrost_with_stones", {
 | 
			
		||||
	description = "Permafrost with Stones",
 | 
			
		||||
	tiles = {"default_permafrost.png^default_stones.png",
 | 
			
		||||
		"default_permafrost.png"},
 | 
			
		||||
		"default_permafrost.png",
 | 
			
		||||
		"default_permafrost.png^default_stones_side.png"},
 | 
			
		||||
	groups = {cracky = 3},
 | 
			
		||||
	drop = "default:permafrost",
 | 
			
		||||
	sounds = default.node_sound_gravel_defaults(),
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 283 B After Width: | Height: | Size: 266 B  | 
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 405 B  | 
							
								
								
									
										
											BIN
										
									
								
								mods/default/textures/default_stones_side.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								mods/default/textures/default_stones_side.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 204 B  | 
		Reference in New Issue
	
	Block a user