loordgek
loordgek
energy needs to be done using lazers
> Block Placer Item Dropper Block Breaker Item Vacuum Xp Vacuum Fluid Pump ?? this is lp it will only have pipes
can you set it up so it can be done w/ item/fluids/(things you dint think of) and a api to add my own pipes to LP2
i was planing to make a my own crafting table 5x5 and putting the pipe for that in your mod makes no cense. i want the pipe in my mod
take a look at this https://bitbucket.org/ProfMobius/waila/src/41a40b4fee90488a76f25204d3bcea6e9984e4cd/src/main/java/mcp/mobius/waila/api/IWailaDataProvider.java?at=forge_1187&fileviewer=file-view-default w/ that you can make nbt data available on the client NBTTagCompound getNBTData(EntityPlayerMP player, TileEntity te, NBTTagCompound tag, World world, int x, int y,...
` List rows = Lists.newArrayList("a", "b", "c"); List cols = Lists.newArrayList("1", "2", "3"); StreamEx.of(rows).cross(cols).forKeyValue((key, val) -> { System.out.println("threadName == " + Thread.currentThread().getName() + ",rows.value == " + key + ",cols.value...
?? my code block
why do you need the index cant you use the entrystream?
https://gist.github.com/8d5c50bfe7094fb0a573ca4d75d40120