mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +00:00 
			
		
		
		
	Update overhaul resource pack, fix rendering of command computers while using it
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,4 @@ | |||||||
| [submodule "src/main/resources/resourcepacks/overhaul"] | [submodule "src/main/resources/resourcepacks/overhaul"] | ||||||
| 	path = src/main/resources/resourcepacks/overhaul | 	path = src/main/resources/resourcepacks/overhaul | ||||||
| 	url = https://github.com/cc-orgs/cc-overhaul | 	url = https://github.com/cc-orgs/cc-overhaul | ||||||
|  | 	branch = main | ||||||
|   | |||||||
| @@ -116,7 +116,7 @@ public final class Registry | |||||||
|             register( "computer_advanced", new BlockComputer<>( properties(), ComputerFamily.ADVANCED, () -> ModBlockEntities.COMPUTER_ADVANCED ) ); |             register( "computer_advanced", new BlockComputer<>( properties(), ComputerFamily.ADVANCED, () -> ModBlockEntities.COMPUTER_ADVANCED ) ); | ||||||
|  |  | ||||||
|         public static final BlockComputer<TileCommandComputer> COMPUTER_COMMAND = |         public static final BlockComputer<TileCommandComputer> COMPUTER_COMMAND = | ||||||
|             register( "computer_command", new BlockComputer<>( FabricBlockSettings.copyOf( Blocks.STONE ).strength( -1, 6000000.0F ), ComputerFamily.COMMAND, () -> ModBlockEntities.COMPUTER_COMMAND ) ); |             register( "computer_command", new BlockComputer<>( properties().strength( -1, 6000000.0F ).requiresCorrectToolForDrops().noDrops(), ComputerFamily.COMMAND, () -> ModBlockEntities.COMPUTER_COMMAND ) ); | ||||||
|  |  | ||||||
|         public static final BlockTurtle TURTLE_NORMAL = |         public static final BlockTurtle TURTLE_NORMAL = | ||||||
|             register( "turtle_normal", new BlockTurtle( turtleProperties(), ComputerFamily.NORMAL, () -> ModBlockEntities.TURTLE_NORMAL ) ); |             register( "turtle_normal", new BlockTurtle( turtleProperties(), ComputerFamily.NORMAL, () -> ModBlockEntities.TURTLE_NORMAL ) ); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Patbox
					Patbox