Change portable grid recipe
This commit is contained in:
		@@ -378,13 +378,12 @@ public class ProxyCommon {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        // Portable Grid
 | 
					        // Portable Grid
 | 
				
			||||||
        GameRegistry.addRecipe(new ItemStack(RSBlocks.PORTABLE_GRID),
 | 
					        GameRegistry.addRecipe(new ItemStack(RSBlocks.PORTABLE_GRID),
 | 
				
			||||||
            "EHE",
 | 
					            "EGE",
 | 
				
			||||||
            "ECE",
 | 
					            "ECE",
 | 
				
			||||||
            "EAE",
 | 
					            "EEE",
 | 
				
			||||||
            'E', new ItemStack(RSItems.QUARTZ_ENRICHED_IRON),
 | 
					            'E', new ItemStack(RSItems.QUARTZ_ENRICHED_IRON),
 | 
				
			||||||
            'H', new ItemStack(Blocks.CHEST),
 | 
					            'G', new ItemStack(RSBlocks.GRID, 1, GridType.NORMAL.getId()),
 | 
				
			||||||
            'C', new ItemStack(RSBlocks.CONTROLLER, 1, ControllerType.NORMAL.getId()),
 | 
					            'C', new ItemStack(RSBlocks.CONTROLLER, 1, ControllerType.NORMAL.getId())
 | 
				
			||||||
            'A', new ItemStack(RSItems.PROCESSOR, 1, ItemProcessor.TYPE_ADVANCED)
 | 
					 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Wireless Fluid Grid
 | 
					        // Wireless Fluid Grid
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -18,8 +18,7 @@
 | 
				
			|||||||
  "variants": {
 | 
					  "variants": {
 | 
				
			||||||
    "inventory": [
 | 
					    "inventory": [
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "transform": "forge:default-block",
 | 
					        "transform": "forge:default-block"
 | 
				
			||||||
        "y": 180
 | 
					 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "direction": {
 | 
					    "direction": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user