mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-11-03 23:22:59 +00:00 
			
		
		
		
	Merge branch 'mc-1.13.x' into mc-1.14-fabric
This commit is contained in:
		@@ -44,7 +44,7 @@ public class TurtleMultiModel implements BakedModel
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    @Nonnull
 | 
					    @Nonnull
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public List<BakedQuad> getQuads( BlockState state, Direction side, Random rand )
 | 
					    public List<BakedQuad> getQuads( BlockState state, Direction side, @Nonnull Random rand )
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        if( side != null )
 | 
					        if( side != null )
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,6 +7,9 @@
 | 
				
			|||||||
-- they relied on Minecraft's character mappings. However, if CC emulators have
 | 
					-- they relied on Minecraft's character mappings. However, if CC emulators have
 | 
				
			||||||
-- taught me anything, it's that emulating LWJGL's weird key handling is nigh-on
 | 
					-- taught me anything, it's that emulating LWJGL's weird key handling is nigh-on
 | 
				
			||||||
-- impossible.
 | 
					-- impossible.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					local expect = _G["~expect"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
local tKeys = {}
 | 
					local tKeys = {}
 | 
				
			||||||
tKeys[32] = 'space'
 | 
					tKeys[32] = 'space'
 | 
				
			||||||
tKeys[39] = 'apostrophe'
 | 
					tKeys[39] = 'apostrophe'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user