9 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			GLSL
		
	
	
	
	
	
| #version 150
 | |
| 
 | |
| #moj_import <minecraft:dynamictransforms.glsl>
 | |
| 
 | |
| out vec4 fragColor;
 | |
| 
 | |
| void main() {
 | |
|     fragColor = ColorModulator;
 | |
| }
 |