mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 05:33:00 +00:00 
			
		
		
		
	Move JEI to client folder
I hadn't realised this, but plugins are only loaded on the client. This is useful on 1.21, as we now have easy access to a holder lookup.
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| // | ||||
| // SPDX-License-Identifier: MPL-2.0 | ||||
| 
 | ||||
| package dan200.computercraft.shared.integration.jei; | ||||
| package dan200.computercraft.client.integration.jei; | ||||
| 
 | ||||
| import dan200.computercraft.api.ComputerCraftAPI; | ||||
| import dan200.computercraft.api.turtle.TurtleSide; | ||||
| @@ -2,7 +2,7 @@ | ||||
| // | ||||
| // SPDX-License-Identifier: MPL-2.0 | ||||
| 
 | ||||
| package dan200.computercraft.shared.integration.jei; | ||||
| package dan200.computercraft.client.integration.jei; | ||||
| 
 | ||||
| import dan200.computercraft.shared.integration.UpgradeRecipeGenerator; | ||||
| import dan200.computercraft.shared.pocket.items.PocketComputerItem; | ||||
| @@ -27,7 +27,7 @@ | ||||
|             "dan200.computercraft.data.FabricDataGenerators" | ||||
|         ], | ||||
|         "jei_mod_plugin": [ | ||||
|             "dan200.computercraft.shared.integration.jei.JEIComputerCraft" | ||||
|             "dan200.computercraft.client.integration.jei.JEIComputerCraft" | ||||
|         ], | ||||
|         "rei_client": [ | ||||
|             "dan200.computercraft.client.integration.rei.REIComputerCraft" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jonathan Coates
					Jonathan Coates