Change portable grid recipe

This commit is contained in:
raoulvdberge
2017-05-13 12:16:35 +02:00
parent 594150d56f
commit c6bd193313
2 changed files with 5 additions and 7 deletions

View File

@@ -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

View File

@@ -18,8 +18,7 @@
"variants": { "variants": {
"inventory": [ "inventory": [
{ {
"transform": "forge:default-block", "transform": "forge:default-block"
"y": 180
} }
], ],
"direction": { "direction": {