Git Product home page Git Product logo

extra-utilities-2-source's People

Contributors

cldawes avatar rwtema avatar shadoxxhd avatar tartaricacid avatar the-fireplace avatar zarkov2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

extra-utilities-2-source's Issues

[1.12.2] Cursed Earth Seems to stop spawning mobs after a couple days of the server running

Setting up a mob farm with cursed earth and spikes works, but after a couple days of letting it run consistently, the mob farm will then stop spawning mobs completely even though all conditions are met for them to spawn. The only way to fix this issue from what I have seen is to restart the server.

Minecraft Version: 1.12.2
Forge Version: forge-14.23.2.2617
Extra Utilities 2 Version: 1.12-1.7.4

Dupe bug with Compressed Cobblestone

  1. place down a Compressed Cobblestone 9.0 Blocks
  2. go get a modded pickaxe like Draconic staff of power or a tinkers contrust pickaxe
  3. go into survival and break Compressed Cobblestone it wont break but it still drop the Compressed Cobblestone and you can have endless Compressed Cobblestone

This does not happen with vanilla pickaxes!
verison that i am using is 1.12 - 1.7.4

[Idea] Prioritize items searched for

When users search for items using the Radar (pressing 't' when hovering over an item) I'd like it if that item was prioritized somehow so I don't have to stare at the chest inventory.
You already have the slot number when searching for items


I'm proposing we do the following

static int moveItem(IItemHandler handler, int slotFrom, int intoFreeSlot, boolean simulate) {
  ItemStack extracted = handler.extractItem(i, handler.getStackInSlot(slotFrom).getAmount(), simulate);
  ItemStack inserted = handler.insertItem(freeSlot, extracted, simulate);
  return inserted.getAmount();
}
public Runnable doStuffServer() {
...
ItemStack stack1 = handler.getStackInSlot(i);
if (StackHelper.isNull(stack1) || stack1.getItem() != trueItem) continue;

if (trueItem.getHasSubtypes() && stack1.getItemDamage() != trueItemDamage)
    continue;

// Free up slot 0
ItemStack temp = handler.extractItem(0, handler.getSlotLimit(i), false);
// Test if slot i can be pulled out and put in slot 0 
if (i !=0 && moveItem(handler, i, 0, true) == stack1.getAmount()) {
  moveItem(handler, i, 0, false);        // Actually move the searched item into slot 0
  handler.insertItem(i, temp, false);    // Put the temp item in now free slot.
} else  {
    handler.insertItem(0, temp, false);  // Put the temp item back where it was.
}

positions.add(entry.getKey());

I'll admit a few concequences of this approach. This applies to all nearby chests. Thus when the user searches for cobblestone, then all the chests that would smoke, now have cobble in their first slot, possibly changing their precious layout. Next, if the maximum that can be extracted is less than what is needed to clear out a particular slot then the temp item will squash the slot of the searched item. I can only see this applying to quantum storage units, and they only have 1 slot, and I can't fathom of a scenario where the user would be doing this kind of search.

GP generators need to be chunk loaded, else they will generate 0 GP

The issue is stated in the title.

I tested every GP generator, (Wind mill, Lava mill, Water Mill, Dragon Egg Mill, Solar Panel, Lunar Panel)
When you're outside of the standard visible range and the chunks in which these generators are become unloaded, your GP drops to 0.

I expected it to be, like the manual says, that these chunks do not need to be loaded, that the number travels along with you everywhere through every dim, but unfortunately, (as the view distance on most servers is 12, and with single player at some point you're outside of viewing range) without a chunk loader they will fail to provide GP after travelling far enough.

Edit:
I found this issue on Minecraft 1.12.2
Extra Utilities version 1.12-1.7.2 and Extra Utilities version 1.12-1.7.4
Forge versions I tried: 14.23.2.2611 and 14.23.2.2618
Modpacks I found this issue with: MMD Public Pack Reloaded and a customized mod pack.
(but basically I only tested it using default minecraft objects and extra utilities tools)

[1.10+]"Search Nearby Inventories for Item" messes up NBT data for items displayed in JEI

Minecraft version(s): 1.10.2, also happens on 1.12.2
ExtraUtils2 version: i've tested it on "1.10.2 - 1.0.0", and "1.12 - 1.7.4"
other mods required: JEI, tested with "1.10.2-3.14.7.420" and "1.12.2-4.8.5.151"

Steps to reproduce:

  1. open JEI
  2. in JEI, search for Biome Maker, Enchanted Book or Potion (probably happens with other items)
  3. hover mouse cursor over any variation of them.
  4. press T, or whatever key is bound to "Search Nearby Inventories for Item"

Expected result:

  • item is untouched in JEI, still displays it's description, has proper icon etc. (preserves NBT tags)

Actual result:

  • item in JEI loses some info (NBT tags), shows (and gives in JEI 's cheat mode) most basic variant of the item.

Other notes:

  • It's not permanent, although you have to restart client to fix it.
    I'm pretty sure it's not on JEI side, but I might be wrong.
    I've noticed it when i started playing 1.10 modpacks with XU2 in, but somehow didn't reported at all... well, besides mentioning it on Soaryn's chat. I was probably thinking: 'maybe someone else noticed/reported it already'.
    'T' for highlighting inventories containing items was (well, still is) very nice thing that Extra Utilities adds. It's kinda underused tho :/

Generator Improvments

Improvements to the rainbow gen!

  1. You can apply speed up-grades to the rainbow generator to speed up all generators, and increase It's output!

  2. Improved Particles- There is a color-matching beam coming from each generator to the Rainbow Generator, plus the disco-like effect!

  3. Some generators have outputs besides power. (I.E. The pink generator could output a magenta variant of that item! Or the slimy generator outputs something else. However, this wouldn't be the case for most generators. Just some :)

However, It's just a suggestion. Since it's your mod, it's your choice!

Crash when viewing certain items in JEI/Creative inventory

When viewing certain items (I'm not sure which, as it's a generic search) in JEI or the creative inventory while connected to my server, the client crashes. The current search string that ends up crashing is "ch" (was trying to search for a chest). This is 100% replicable while on a server, but the crash does not happen when in an SP world. Please let me know if you need any further information. This also happens when searching for nether star recipes.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  BaseMetals (BaseMetals-1.12-2.5.0-beta4.145.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.5.jar)
  AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  LoadingPlugin (Quark-r1.4-122.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 3/11/18 8:33 PM
Description: Rendering item

java.lang.NullPointerException: The validated object is null
	at org.apache.commons.lang3.Validate.notNull(Validate.java:225)
	at org.apache.commons.lang3.Validate.notNull(Validate.java:206)
	at com.rwtema.extrautils2.backend.model.Textures.getModelResourceLocation(Textures.java:62)
	at com.rwtema.extrautils2.backend.model.Textures$ItemMesher.func_178113_a(Textures.java:376)
	at net.minecraft.client.renderer.ItemModelMesher.func_178089_a(ItemModelMesher.java:52)
	at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:242)
	at net.minecraft.client.renderer.RenderItem.func_184391_a(RenderItem.java:342)
	at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:265)
	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:98)
	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
	at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:643)
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)
	at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1124)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
	at org.apache.commons.lang3.Validate.notNull(Validate.java:225)
	at org.apache.commons.lang3.Validate.notNull(Validate.java:206)
	at com.rwtema.extrautils2.backend.model.Textures.getModelResourceLocation(Textures.java:62)
	at com.rwtema.extrautils2.backend.model.Textures$ItemMesher.func_178113_a(Textures.java:376)
	at net.minecraft.client.renderer.ItemModelMesher.func_178089_a(ItemModelMesher.java:52)
	at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:242)

-- Item being rendered --
Details:
	Item Type: com.rwtema.extrautils2.backend.XUItemBlock@22be303d
	Item Aux: 0
	Item NBT: null
	Item Foil: false
Stacktrace:
	at net.minecraft.client.renderer.RenderItem.func_184391_a(RenderItem.java:342)
	at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:265)
	at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:98)
	at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
	at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:643)
	at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)

-- Screen render details --
Details:
	Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
	Mouse location: Scaled: (240, 132). Absolute: (1920, 1053)
	Screen size: Scaled: (480, 264). Absolute: (3840, 2107). Scale factor of 8

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityPlayerSP['Fenrirthviti'/11578515, l='MpServer', x=-344.06, y=62.00, z=-1043.58]]
	Chunk stats: MultiplayerChunkCache: 441, 441
	Level seed: 0
	Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
	Level generator options: 
	Level spawn location: World: (59,111,75), Chunk: (at 11,6,11 in 3,4; contains blocks 48,0,64 to 63,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 22455398 game time, 29721561 day time
	Level dimension: 0
	Level storage version: 0x00000 - Unknown?
	Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
	Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
	Forced entities: 136 total; [EntityZombie['Zombie'/12270265, l='MpServer', x=-318.50, y=41.00, z=-1091.50], EntityZombie['Zombie'/12270264, l='MpServer', x=-315.50, y=41.00, z=-1092.50], EntityFancyItemFrame['Cobalt Item Frame'/11578810, l='MpServer', x=-306.50, y=88.50, z=-989.03], EntityZombie['Zombie'/12270263, l='MpServer', x=-316.50, y=41.00, z=-1093.50], EntityBat['Bat'/12271531, l='MpServer', x=-364.25, y=14.93, z=-1060.25], EntityZombie['Zombie'/12262314, l='MpServer', x=-278.50, y=57.00, z=-1019.50], EntityZombie['Zombie'/12269480, l='MpServer', x=-304.50, y=62.00, z=-989.50], EntitySkeleton['Skeleton'/12262575, l='MpServer', x=-356.43, y=28.00, z=-980.70], EntityCreeper['Creeper'/12272302, l='MpServer', x=-311.50, y=19.00, z=-1085.50], EntitySheep['Sheep'/11578791, l='MpServer', x=-352.17, y=62.44, z=-972.61], EntitySkeleton['Skeleton'/12271011, l='MpServer', x=-281.50, y=40.00, z=-970.50], EntitySheep['Sheep'/11578793, l='MpServer', x=-338.73, y=62.43, z=-990.17], EntitySkeleton['Skeleton'/12271010, l='MpServer', x=-277.50, y=40.00, z=-967.50], EntityZombie['Zombie'/12272802, l='MpServer', x=-339.55, y=20.00, z=-967.00], EntityZombie['Zombie'/12272801, l='MpServer', x=-337.74, y=21.00, z=-967.47], EntitySheep['Sheep'/11578795, l='MpServer', x=-345.48, y=64.00, z=-979.77], EntitySheep['Sheep'/11578796, l='MpServer', x=-332.45, y=62.34, z=-997.37], EntityZombie['Zombie'/12265639, l='MpServer', x=-335.40, y=18.00, z=-1086.70], EntityZombie['Zombie'/12269479, l='MpServer', x=-303.50, y=62.00, z=-991.50], EntitySheep['Sheep'/11578797, l='MpServer', x=-337.38, y=62.41, z=-991.65], EntitySheep['Sheep'/11578798, l='MpServer', x=-331.51, y=63.00, z=-1002.28], EntityZombie['Zombie'/12269477, l='MpServer', x=-302.75, y=63.00, z=-979.56], EntitySquid['Squid'/12249499, l='MpServer', x=-363.43, y=49.74, z=-1013.19], EntityCreeper['Creeper'/12273818, l='MpServer', x=-274.50, y=10.00, z=-970.50], EntityCreeper['Creeper'/12273817, l='MpServer', x=-276.50, y=10.00, z=-971.50], EntitySkeleton['Skeleton'/12273816, l='MpServer', x=-275.50, y=10.00, z=-966.50], EntityOtherPlayerMP['Ed640'/11936087, l='MpServer', x=-184.82, y=101.07, z=-982.65], EntityZombie['Zombie'/12269469, l='MpServer', x=-424.50, y=21.00, z=-991.50], EntitySkeleton['Skeleton'/12251549, l='MpServer', x=-326.26, y=34.00, z=-1029.20], EntityZombie['Zombie'/12269468, l='MpServer', x=-423.50, y=21.00, z=-991.50], EntitySheep['Sheep'/11578778, l='MpServer', x=-329.47, y=62.13, z=-1009.45], EntityCreeper['Creeper'/12266647, l='MpServer', x=-343.41, y=19.00, z=-1019.16], EntityEnderman['Enderman'/12270997, l='MpServer', x=-312.50, y=19.00, z=-1108.50], EntitySkeleton['Skeleton'/12270996, l='MpServer', x=-313.50, y=19.00, z=-1105.50], EntityOtherPlayerMP['Sci_Fi31'/11372641, l='MpServer', x=-165.55, y=105.40, z=-1094.59], EntitySquid['Squid'/12223630, l='MpServer', x=-309.61, y=59.79, z=-1045.28], EntityBat['Bat'/12269199, l='MpServer', x=-366.30, y=32.10, z=-998.75], EntitySkeleton['Skeleton'/12270732, l='MpServer', x=-341.50, y=26.00, z=-1015.50], EntitySkeleton['Skeleton'/12272000, l='MpServer', x=-319.50, y=15.00, z=-1120.50], EntityBat['Bat'/12269440, l='MpServer', x=-424.71, y=22.10, z=-993.12], EntityBat['Bat'/12129787, l='MpServer', x=-324.42, y=64.10, z=-1042.49], EntityCreeper['Creeper'/12267519, l='MpServer', x=-271.89, y=20.00, z=-987.50], EntityCreeper['Creeper'/12267518, l='MpServer', x=-272.50, y=20.00, z=-992.50], EntityCreeper['Creeper'/12273662, l='MpServer', x=-296.50, y=40.00, z=-1038.50], EntityCreeper['Creeper'/12267517, l='MpServer', x=-271.24, y=20.00, z=-987.50], EntityCreeper['Creeper'/12273661, l='MpServer', x=-296.50, y=40.00, z=-1034.50], EntitySkeleton['Skeleton'/12262396, l='MpServer', x=-337.50, y=16.00, z=-1025.50], EntityZombie['Zombie'/12273660, l='MpServer', x=-290.50, y=40.00, z=-1032.50], EntitySquid['Squid'/12255216, l='MpServer', x=-375.45, y=49.96, z=-995.05], EntitySkeleton['Skeleton'/12269552, l='MpServer', x=-286.50, y=31.00, z=-1081.50], EntityBat['Bat'/12268021, l='MpServer', x=-268.75, y=21.99, z=-988.44], EntitySkeleton['Skeleton'/12272363, l='MpServer', x=-351.73, y=15.00, z=-1072.53], EntityCreeper['Creeper'/12269800, l='MpServer', x=-315.50, y=18.00, z=-1080.50], EntitySkeleton['Skeleton'/12269551, l='MpServer', x=-288.50, y=31.00, z=-1082.50], EntityZombie['Zombie'/12263917, l='MpServer', x=-280.50, y=28.00, z=-1029.50], EntityCreeper['Creeper'/12272364, l='MpServer', x=-356.50, y=13.00, z=-1079.50], EntityBat['Bat'/12267747, l='MpServer', x=-284.48, y=14.02, z=-1046.05], EntityZombie['Zombie'/12269027, l='MpServer', x=-303.50, y=68.00, z=-964.50], EntitySkeleton['Skeleton'/12269026, l='MpServer', x=-303.50, y=68.00, z=-965.50], EntityEnderman['Enderman'/12273634, l='MpServer', x=-358.50, y=27.00, z=-994.50], EntitySkeleton['Skeleton'/12273633, l='MpServer', x=-357.50, y=27.00, z=-998.50], EntityPlayerSP['Fenrirthviti'/11578515, l='MpServer', x=-344.06, y=62.00, z=-1043.58], EntityBat['Bat'/12271334, l='MpServer', x=-283.54, y=13.23, z=-1047.07], EntityCreeper['Creeper'/12272347, l='MpServer', x=-349.84, y=27.00, z=-1090.48], EntityBat['Bat'/12148442, l='MpServer', x=-323.84, y=64.10, z=-1044.75], EntityZombieVillager['Zombie Villager'/12258520, l='MpServer', x=-340.50, y=16.00, z=-1018.50], EntitySkeleton['Skeleton'/12270815, l='MpServer', x=-293.50, y=25.00, z=-1062.50], EntityZombie['Zombie'/12270813, l='MpServer', x=-302.50, y=34.00, z=-1081.50], EntityZombie['Zombie'/12273107, l='MpServer', x=-300.50, y=23.00, z=-1010.50], EntityZombie['Zombie'/12273106, l='MpServer', x=-299.50, y=23.00, z=-1008.50], EntitySpider['Spider'/12273105, l='MpServer', x=-299.50, y=23.00, z=-1009.50], EntityOtherPlayerMP['Sci_Fi31'/11372641, l='MpServer', x=-174.02, y=103.25, z=-837.28], EntitySkeleton['Skeleton'/12266452, l='MpServer', x=-349.50, y=16.00, z=-1074.50], EntityCreeper['Creeper'/12272596, l='MpServer', x=-398.50, y=38.00, z=-1081.50], EntityOtherPlayerMP['Ed640'/11936087, l='MpServer', x=-256.31, y=137.99, z=-890.92], EntityCreeper['Creeper'/12273215, l='MpServer', x=-283.50, y=28.00, z=-1033.50], EntityChicken['Chicken'/12267580, l='MpServer', x=-286.50, y=55.00, z=-1020.50], EntityZombie['Zombie'/12269873, l='MpServer', x=-344.50, y=28.00, z=-1018.50], EntityZombie['Zombie'/12269878, l='MpServer', x=-288.50, y=87.00, z=-1070.50], EntitySkeleton['Skeleton'/12269877, l='MpServer', x=-283.50, y=91.00, z=-1078.27], EntityCreeper['Creeper'/12266794, l='MpServer', x=-419.58, y=25.00, z=-1069.19], EntitySkeleton['Skeleton'/12268074, l='MpServer', x=-324.50, y=15.00, z=-1058.50], EntityBat['Bat'/12272937, l='MpServer', x=-308.41, y=14.79, z=-1014.53], EntityCreeper['Creeper'/12268072, l='MpServer', x=-325.50, y=15.00, z=-1058.50], EntitySkeleton['Skeleton'/12270380, l='MpServer', x=-342.50, y=20.00, z=-1007.50], EntityBat['Bat'/12273452, l='MpServer', x=-313.08, y=30.69, z=-1057.86], EntitySkeleton['Skeleton'/12267041, l='MpServer', x=-320.29, y=29.00, z=-1056.50], EntityCreeper['Creeper'/12263968, l='MpServer', x=-302.50, y=24.00, z=-1070.50], EntityCreeper['Creeper'/12271648, l='MpServer', x=-266.50, y=41.00, z=-1086.50], EntitySkeleton['Skeleton'/12272160, l='MpServer', x=-351.21, y=26.00, z=-999.48], EntityBat['Bat'/12272935, l='MpServer', x=-313.56, y=17.10, z=-1015.75], EntityCreeper['Creeper'/12264230, l='MpServer', x=-313.50, y=43.00, z=-1115.50], EntityItem['item.item.rottenFlesh'/12261915, l='MpServer', x=-288.59, y=21.00, z=-1009.22], EntityBat['Bat'/12266521, l='MpServer', x=-342.25, y=58.10, z=-1106.41], EntityOtherPlayerMP['Ed640'/11936087, l='MpServer', x=-208.25, y=95.00, z=-968.96], EntityChicken['Chicken'/12260383, l='MpServer', x=-288.79, y=21.00, z=-1009.28], EntitySkeleton['Skeleton'/12263965, l='MpServer', x=-324.50, y=20.00, z=-1031.50], EntitySkeleton['Skeleton'/12271895, l='MpServer', x=-291.50, y=40.00, z=-967.70], EntitySkeleton['Skeleton'/12271894, l='MpServer', x=-291.50, y=40.00, z=-967.05], EntitySkeleton['Skeleton'/12263957, l='MpServer', x=-322.50, y=18.00, z=-1106.50], EntityWitch['Witch'/12271124, l='MpServer', x=-266.50, y=55.00, z=-1007.50], EntitySheep['Sheep'/11578881, l='MpServer', x=-293.53, y=92.00, z=-1049.26], EntityCreeper['Creeper'/12271369, l='MpServer', x=-302.50, y=25.00, z=-1035.50], EntityFancyItemFrame['Ardite Item Frame'/11578887, l='MpServer', x=-303.50, y=88.50, z=-989.03], EntityFancyItemFrame['Manyullyn Item Frame'/11578888, l='MpServer', x=-300.50, y=88.50, z=-989.03], EntityDweller['Dweller'/12273019, l='MpServer', x=-380.95, y=13.00, z=-1067.70], EntityDweller['Dweller'/12273018, l='MpServer', x=-377.50, y=13.00, z=-1065.50], EntityBat['Bat'/12269439, l='MpServer', x=-423.40, y=22.76, z=-990.73], EntitySkeleton['Skeleton'/12273022, l='MpServer', x=-342.73, y=18.00, z=-1029.45], EntityZombie['Zombie'/12273020, l='MpServer', x=-380.20, y=13.00, z=-1066.95], EntityBat['Bat'/12250226, l='MpServer', x=-351.25, y=33.10, z=-1026.44], EntitySkeleton['Skeleton'/12259955, l='MpServer', x=-299.34, y=89.00, z=-1119.30], EntitySkeleton['Skeleton'/12259954, l='MpServer', x=-300.40, y=89.00, z=-1118.30], EntityBat['Bat'/12177779, l='MpServer', x=-335.49, y=64.10, z=-1040.68], EntityBat['Bat'/12263542, l='MpServer', x=-348.75, y=21.10, z=-1019.25], EntitySkeleton['Skeleton'/12265325, l='MpServer', x=-295.50, y=25.00, z=-1078.50], EntityBat['Bat'/12154464, l='MpServer', x=-347.75, y=64.10, z=-1036.25], EntitySkeleton['Skeleton'/12271712, l='MpServer', x=-327.50, y=23.00, z=-1120.50], EntityBat['Bat'/12254308, l='MpServer', x=-331.98, y=39.10, z=-1031.25], EntityBat['Bat'/12267103, l='MpServer', x=-407.25, y=17.42, z=-1044.55], EntitySkeleton['Skeleton'/12269651, l='MpServer', x=-341.46, y=18.00, z=-1015.26], EntityBat['Bat'/12272721, l='MpServer', x=-281.50, y=29.86, z=-1025.76], EntityBat['Bat'/12272720, l='MpServer', x=-280.04, y=29.73, z=-1025.48], EntityBat['Bat'/12071252, l='MpServer', x=-324.54, y=64.10, z=-1036.25], EntitySquid['Squid'/12264533, l='MpServer', x=-311.36, y=52.54, z=-1041.08], EntitySquid['Squid'/12264532, l='MpServer', x=-339.74, y=50.66, z=-1041.10], EntitySkeleton['Skeleton'/12269652, l='MpServer', x=-342.50, y=20.00, z=-1008.50], EntityOtherPlayerMP['Ed640'/11936087, l='MpServer', x=-296.36, y=99.67, z=-533.17], EntityCreeper['Creeper'/12271688, l='MpServer', x=-336.50, y=36.00, z=-988.50], EntitySpider['Spider'/12273219, l='MpServer', x=-282.50, y=28.00, z=-1028.50], EntitySkeleton['Skeleton'/12267079, l='MpServer', x=-361.50, y=27.00, z=-974.31], EntityZombie['Zombie'/12263238, l='MpServer', x=-299.50, y=40.00, z=-1037.50], EntitySkeleton['Skeleton'/12267078, l='MpServer', x=-356.57, y=28.00, z=-979.98], EntityBat['Bat'/12265541, l='MpServer', x=-285.01, y=29.23, z=-1022.50], EntitySpider['Spider'/12273477, l='MpServer', x=-301.50, y=25.00, z=-1099.50], EntitySpider['Spider'/12273476, l='MpServer', x=-300.50, y=25.00, z=-1096.50]]
	Retry entities: 0 total; []
	Server brand: fml,forge
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_25, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 905218360 bytes (863 MB) / 4244635648 bytes (4048 MB) up to 4294967296 bytes (4096 MB)
	JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
	IntCache: cache: 0, tcache: 0, allocated: 4, tallocated: 105
	FML: MCP 9.42 Powered by Forge 14.23.2.2611 47 mods loaded, 47 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

	| State  | ID                  | Version                  | Source                                          | Signature                                |
	|:------ |:------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
	| UCHIJA | minecraft           | 1.12.2                   | minecraft.jar                                   | None                                     |
	| UCHIJA | mcp                 | 9.42                     | minecraft.jar                                   | None                                     |
	| UCHIJA | FML                 | 8.0.99.99                | forge-1.12.2-14.23.2.2611.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| UCHIJA | forge               | 14.23.2.2611             | forge-1.12.2-14.23.2.2611.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| UCHIJA | mercurius_updater   | 1.0                      | MercuriusUpdater-1.12.2.jar                     | None                                     |
	| UCHIJA | applecore           | 3.1.1                    | AppleCore-mc1.12.2-3.1.1.jar                    | None                                     |
	| UCHIJA | jei                 | 4.8.5.147                | jei_1.12.2-4.8.5.147.jar                        | None                                     |
	| UCHIJA | appleskin           | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                      | None                                     |
	| UCHIJA | quark               | r1.4-122                 | Quark-r1.4-122.jar                              | None                                     |
	| UCHIJA | autoreglib          | 1.3-15                   | AutoRegLib-1.3-15.jar                           | None                                     |
	| UCHIJA | ctm                 | MC1.12-0.2.3.12          | CTM-MC1.12-0.2.3.12.jar                         | None                                     |
	| UCHIJA | chisel              | MC1.12-0.2.0.30          | Chisel-MC1.12-0.2.0.30.jar                      | None                                     |
	| UCHIJA | mantle              | 1.12-1.3.1.21            | Mantle-1.12-1.3.1.21.jar                        | None                                     |
	| UCHIJA | tconstruct          | 1.12.2-2.9.1.65          | TConstruct-1.12.2-2.9.1.65.jar                  | None                                     |
	| UCHIJA | basemetals          | 2.5.0-beta4              | BaseMetals-1.12-2.5.0-beta4.145.jar             | d476d1b22b218a10d845928d1665d45fce301b27 |
	| UCHIJA | betterbuilderswands | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None                                     |
	| UCHIJA | bibliocraft         | 2.4.3                    | BiblioCraft[v2.4.3][MC1.12.0].jar               | None                                     |
	| UCHIJA | biomesoplenty       | 7.0.1.2315               | BiomesOPlenty-1.12.2-7.0.1.2315-universal.jar   | None                                     |
	| UCHIJA | chameleon           | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                        | None                                     |
	| UCHIJA | chickens            | 6.0.3                    | chickens-6.0.3.jar                              | None                                     |
	| UCHIJA | chiselsandbits      | 14.13                    | chiselsandbits-14.13.jar                        | None                                     |
	| UCHIJA | chococraft          | 0.9.1.52                 | chococraft_1.12.1-0.9.1.52.jar                  | None                                     |
	| UCHIJA | ptrmodellib         | 1.0.0                    | Decocraft-2.5.4_1.12.2.jar                      | None                                     |
	| UCHIJA | props               | 2.5.4                    | Decocraft-2.5.4_1.12.2.jar                      | None                                     |
	| UCHIJA | dsurround           | 3.4.9.5                  | DynamicSurroundings-1.12.2-3.4.9.5.jar          | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
	| UCHIJA | presets             | 3.4.9.5                  | DynamicSurroundings-1.12.2-3.4.9.5.jar          | None                                     |
	| UCHIJA | extrautils2         | 1.0                      | extrautils2-1.12-1.7.4.jar                      | None                                     |
	| UCHIJA | fairylights         | 2.1.2                    | fairylights-2.1.2-1.12.x.jar                    | None                                     |
	| UCHIJA | fastleafdecay       | v14                      | FastLeafDecay-v14.jar                           | None                                     |
	| UCHIJA | gravestone          | 1.10.1                   | gravestone-1.10.1.jar                           | None                                     |
	| UCHIJA | hatchery            | 2.1.2                    | hatchery-1.12.2-2.1.2.jar                       | None                                     |
	| UCHIJA | waila               | 1.8.23                   | Hwyla-1.8.23-B38_1.12.jar                       | None                                     |
	| UCHIJA | inventorytweaks     | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                        | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
	| UCHIJA | journeymap          | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                     | None                                     |
	| UCHIJA | kleeslabs           | 5.3.2                    | KleeSlabs_1.12-5.3.2.jar                        | None                                     |
	| UCHIJA | morechickens        | 3.1.0                    | morechickens-1.12.2-3.1.0.jar                   | None                                     |
	| UCHIJA | morpheus            | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                         | None                                     |
	| UCHIJA | mousetweaks         | 2.8                      | MouseTweaks-2.8-mc1.12.1.jar                    | None                                     |
	| UCHIJA | openglider          | @VERSION@                | OpenGlider-1.12.1-1.1.0.jar                     | None                                     |
	| UCHIJA | orespawn            | 3.2.2                    | OreSpawn-1.12-3.2.2.113.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
	| UCHIJA | roguelike           | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar              | None                                     |
	| UCHIJA | storagedrawers      | 1.12-5.2.5               | StorageDrawers-1.12.2-5.3.4.jar                 | None                                     |
	| UCHIJA | veinminer           | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar           | None                                     |
	| UCHIJA | veinminermodsupport | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar           | None                                     |
	| UCHIJA | waddles             | 0.5.6                    | Waddles-1.12.2-0.5.6.jar                        | None                                     |
	| UCHIJA | waystones           | 4.0.20                   | Waystones_1.12.2-4.0.20.jar                     | None                                     |
	| UCHIJA | wearablebackpacks   | 3.1.2                    | WearableBackpacks-1.12.2-3.1.2.jar              | None                                     |

	Loaded coremods (and transformers): 
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  team.chisel.ctm.client.asm.CTMTransformer
BaseMetals (BaseMetals-1.12-2.5.0-beta4.145.jar)
  
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.5.jar)
  org.blockartistry.DynSurround.asm.Transformer
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (Quark-r1.4-122.jar)
  vazkii.quark.base.asm.ClassTransformer
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 1080 Ti/PCIe/SSE2'
	Pulsar/tconstruct loaded Pulses: 
		- TinkerCommons (Enabled/Forced)
		- TinkerWorld (Enabled/Not Forced)
		- TinkerTools (Enabled/Not Forced)
		- TinkerHarvestTools (Enabled/Forced)
		- TinkerMeleeWeapons (Enabled/Forced)
		- TinkerRangedWeapons (Enabled/Forced)
		- TinkerModifiers (Enabled/Forced)
		- TinkerSmeltery (Enabled/Not Forced)
		- TinkerGadgets (Enabled/Not Forced)
		- TinkerOredict (Enabled/Forced)
		- TinkerIntegration (Enabled/Forced)
		- TinkerFluids (Enabled/Forced)
		- TinkerMaterials (Enabled/Forced)
		- TinkerModelRegister (Enabled/Forced)
		- chiselIntegration (Enabled/Not Forced)
		- chiselsandbitsIntegration (Enabled/Not Forced)
		- wailaIntegration (Enabled/Not Forced)
		- TinkerDebug (Enabled/Not Forced)

	Launched Version: 1.12.2-forge1.12.2-14.23.2.2611
	LWJGL: 2.9.4
	OpenGL: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
	GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fml,forge'
	Type: Client (map_client.txt)
	Resource Packs: Fanver_Modded_Universal.zip
	Current Language: English (US)
	Profiler Position: N/A (disabled)
	CPU: 20x Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz

Transfer Nodes being dupe when placed in the world

Mine craft 1.12.2.
Forge 14.23.2.2615
extrautils2-1.12-1.7.3

Every time I place a Transfer node in the world its placed but one also stays in my inventory so I can basically keep placing them like Im in creative. I've verified that Im in Survival mode.

Search for items throws errors when a transfer node is nearby

This is an update to the issue on the previous repository: rwtema/extrautilities_old_issues#1770

Once the transfer node was removed the search function works again.

[16:52:44] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NullPointerException
	at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_161]
	at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_161]
	at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:721) [MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
Caused by: java.lang.NullPointerException
	at com.rwtema.extrautils2.transfernodes.TileTransferHolder.hasCapability(TileTransferHolder.java:231) ~[TileTransferHolder.class:?]
	at com.rwtema.extrautils2.utils.CapGetter.hasCapability(CapGetter.java:107) ~[CapGetter.class:?]
	at com.rwtema.extrautils2.utils.CapGetter.getInterface(CapGetter.java:120) ~[CapGetter.class:?]
	at com.rwtema.extrautils2.crafting.Radar$PacketPing.lambda$doStuffServer$1(Radar.java:182) ~[Radar$PacketPing.class:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_161]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_161]
	at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
	... 5 more

[1.12] Use new getDrops method

While I really don't understand this strange code wrapping nonsense, your 1.12 version needs to account for the new change to getDrops for things to work properly. It does not currently appear to do this. The new method signature is void getDrops(NonNullList<ItemStack> drops, IBlockAccess world, BlockPos pos, IBlockState state, int fortune).

[1.12.2] [Bug] Gene sample duplication w/ Gendustry

Issue Specification

  • Minecraft 1.12.2
  • Minecraft Forge 14.23.2.2627
  • Extra Utilities 2 1.7.4
  • Other Mods:
    • BD Lib 1.14.3.12
    • Forestry 5.8.0.255
    • Gendustry 1.6.5.8

Issue Description

Placing a non-blank gene sample into an Extra Utilities 2 furnace causes two empty gene samples to be created. One of the gene samples appears, as expected, in the output slot then another unexpectedly shows up in the input slot of the Extra Utilities 2 furnace. The item isn't a ghost item either. You can take it out and it's most certainly there.

What should happen?

The item should only produce a single blank gene sample on completing the smelting process.

What actually happens?

Two items are created, one in the input and one in the output.

Cause of issue?

Since the issue only affects the Extra Utilities 2 furnace, I have a feeling its something to do with either @rwtema's furnace code or @bdew's recipe system not being compatible with that specific furnace.

Ideal fix?

Stop the duplication of blank gene samples appearing by either fixing it on Extra Utilities 2's side or Gendustry's side.

Issue Media


What appears after the furnace process of smelting a gene sample from Gendustry is complete in the Extra Utilities 2 furnace.


The same process as above, but this time done in a regular Minecraft furnace.

Notice: This issue has been reported to both authors whose mods are involved in the problem at hand.

Crash while placing Transfer Node

Minecraft 1.12.2
Peace of Mind modpack 1.8.1 (creative sandbox world)
Extra Utilities 2 1.7.3

Hard clash to desktop/launcher upon placing a transfer node in world.

https://pastebin.com/KU9aUcuR

Upon trying to enter world again it doesn't even start to render and goes into "shutting down internal server" and goes back to desktop/launcher.

https://pastebin.com/Fu2TF1ZS

I'm no coder but it looks like maybe a conflict with Fairylights 2.1.2? Not sure where the problem actually is, sorry.

BTW, the Curseforge page for EU2 still directs issues to the archived github.

EU. sometimes Crashes with JEI

For issues:
https://pastebin.com/8J5zQ90z
it seem whenever i look at extrautils2:generator_ender i crash in jei

 -- Ingredient being rendered --
 Details:
Ingredient Mod: Extra Utilities 2
Ingredient Info: 1xtile.extrautils2:machine@0 extrautils2:machine nbt:{Type:"extrautils2:generator_ender"}

versions that i am using is
JEI: 4.8.5.147
ExtraUtities 1.12-1.7.3
Forge: 14.23.1.2604
the Developer for JEI said it's EU. at fault cause of rendering issues

API suggestions

I intend to put together a proper API for XU2. Put suggestions in this thread.

Obviously exposing the GP system is going to be one.

I'll also add crafting recipe suppliers so you can create unstable ingot recipes, xp-requiring recipes, etc.

Anything else that anyone wants to hook into?

Solar/Lunar Panels placed with a builder's wand do not function

I understand that this is a bug inherent to another mod's item, but I feel it's more relevant to EU2.

When placing a panel normally, it properly generates GP and shows the GP usage/generated.

When placing panel(s) via a Better Builder's Wand (iron tier tested), the Grid Power displays when you look at it, but power used/generated is not shown at all, and it does not generate GP as it should.

My guess is that EU2 runs some code to update the GP network on the event of a player placing a panel, and that this event is bypassed when using a builder's wand. Or perhaps when the panel is placed with a wand, it belongs to a null or dummy player?

MC: 1.12.2
EU2: 1.7.4
Forge: 14.23.2.2625
Better Builder's Wands: 0.11.1.245

[1.12.2] Magically Brittle Modifier in Tinker's Construct Still Affecting Some Unbreakable Tools

This issue has been going on for a while, and at first it appeared to be fixed. My pickaxe and hammer have not been affected by this issue. However, I made an unbreakable shuriken, and after a a couple hours of use, it finally got broken by the modifier. I was able to repair it, unlike past issues with this modifier. Is this modifier intended to counteract the Unbreakable modifier, or is this a bug?

EDIT: In case it's relevant, this occurred in FTB Revelation.

EDIT 2: Never mind... Apparently this is intended behavior? Kind of makes magical wood a useless tinker material.

license this

many of developers is saying put a license on this. Well I kind of agree to this. This is a great mod and well well deserved respect for creating this and would HATE to see someone misusing it in the wrong way

[1.12.2] Transfer Node (items) connected to RFTools's Power Cells crash

Using FTB Revelations (1.5.0).

I wanted to build a Quantum Quarry and use my power cells (from RFTools) to power it on for some tests.
I've connected the quarry to a chest and a Trash can. I wanted to extract some items from the chest with transfer nodes.

Here's a screenshot with the full setup made in a creative world.
If I replace the creative generator (purple thing) with an RFTools Power Cell (infused, not infused, creative or just regular one) the world instant crash and I can't load it anymore.

I was able to disable RFTools from FTB, remove the transfer nodes, save and re activate RFTools and it's ok.

Here's another screenshot from the current setup with the powercell (without the transfer node).

EDIT: might be related to #25

Crash report from Wireless RF

https://pastebin.com/hEagKzc0
it seem this may be cause by having Wireless RF to other dimensions, seem to referencing transfer nodes and wireless rf. I'm not sure how to reduce this but i had disable Wireless RF and it seem the issue had stopped

E.U: 1.12-1.7.3
Forge: 1.12.2-14.23.1.2607-universal

[1.12.2] Wireless RF Heating Coil gets used up in vanilla and modded furnaces

Hi,

tried the Wireless RF Heating Coil today in several furnaces/machines from several mods/vanilla and those get used up after the burn time is gone. (Also checked if there is enough RF in the wireless battery) They worked fine in 1.10.2 but 1.12.2 seems to have an issue with them. The only machines I could find which are working without breaking the coil are the Industrial Craft iron furnace and the stirling engine from Buildcraft, but at least they should work in the vanilla furnace as well... ๐Ÿ˜„

Tried it with only ExtraUtilites version 1.12-1.7.4 and JEI version 1.12.2-4.8.5.159 on a fresh instance installed (forge version 14.23.2.2624)

Thanks for looking into it.

Best Regards
wamc

Many IResource Leaks

Hi, you have a few resource leaks because some IResources aren't closed.
See

IResource iresource = Minecraft.getMinecraft().getResourceManager().getResource(resourcelocation1);
IResource iresource = Minecraft.getMinecraft().getResourceManager().getResource(resourcelocation1);
IResource iresource = par1ResourceManager.getResource(resourcelocation1);
IResource iresource = par1ResourceManager.getResource(resourcelocation1);
resource = Minecraft.getMinecraft().getResourceManager().getResource(new ResourceLocation(ExtraUtils2.RESOURCE_FOLDER, "lang/book/" + currentLanguage.getLanguageCode().toLowerCase() + ".json"));

Just close your IResouce in a finally block or with try-with-resources, and you will be fine.
These leaks can be observed by forcing debug to be enabled for minecraft loggers using the log4j xml

Enchanter not recognizing needed blocks

I am using all the mods 3 with Minecraft 1.12.2 on a server and trying to use the enchanter. I tried using some magical wood in my machine room, I had more than the required amount, 12 of them, and it was not recognizing the blocks around or near it. I then tried to move it to our enchanting setup where our bookshelves were, it showed that it would work, but when I tried to add power from a power cell the X came up again. I did finally get it working after a few replacements, however the area never changed.

Resonator Dupe bug

When shift-clicking items out of a Resonator, the progress bar keeps going allowing you to essentially dupe items.
35325619-9ac4277c-00f4-11e8-9c31-cefda04d977e
E.U: 1.12-1.7.3
Forge: 1.12.2-14.23.1.2607-universal

[request] Changing what is displayed on a Screen, through automated methods.

feature request.

I really like the screens and the nice quality in which they display images. I was wondering if you could make something that would give the player some kind of means to control what is displayed, using something predefined somewhere by, for example hitting a leaver somewhere, or when mob walks over a panel or something. xD

An example idea, it would be cool if you could have a casual image displayed and when a switch is pulled all the screens suddenly displayed "Emergiency!", or something like that.

I once tried to figure out if it could be done through the use of other mods. (I tried figuring out how to do it with computercraft for example, but from what I could tell it wasn't possible unfortunately,)

ChiselsAndBits conflict

In my serverlog it says "[chiselsandbits]: Unable to determine blocks eligibility for chiseling" for some of the blocks in the mod.
I read up on the error (ChiselsAndBits/Chisels-and-Bits#49) and it seems it can't be fixed by @AlgorithmX2.
These are the blocks:
com.rwtema.extrautils2.transfernodes.BlockTransferPipe attempted to load com/rwtema/extrautils2/backend/model/PassthruModelBlock
com.rwtema.extrautils2.blocks.BlockCreativeHarvest attempted to load com/rwtema/extrautils2/backend/model/MutableModel

[1.12.2] Crash when opening manual

Crash Report: https://pastebin.com/x5F0DN02
EU2 Version: 1.7.4
MC Version: 1.12.2
Forge Version: 14.23.2.2613

Attempting to open the EU2 Manual will crash the game. I assume this bug is known by the dev(s) as the manual has been a work in progress for awhile. Reporting so other people know it is being tracked.

Older versions

Hi,

Would it be possible to upload the old 1.7.10 build etc, I understand that you are not actively working on them but it would be nice to patch older bugs for legacy servers I run :).
we have a nasty one with item filters that I could do with having the src to fix

Thanks

EU2 mechanic crafter crashes with some Animania recipes

Expected Behavior

Expected the EU2 mechanical crafter to craft without issue

Actual Behavior

The game crashes and causes the world to continue to crash every time the chunk containing the mechanical crafter is loaded

Steps to Reproduce

  1. Use extrautils2-1.12-1.7.2 with animania-1.12.2-1.4.6
  2. Place a mechanical crafter
  3. Place the components for recipe for Raw Prime Steak
  4. Crash occurs

Version of Minecraft, version of Animania, Single Player or Server

MC: 1.12
Animania: 1.4.6
Both Single and Server

Log Extract

java.lang.NullPointerException: Ticking block entity
at net.minecraft.item.ItemStack.func_77972_a(ItemStack.java:347)
at com.animania.common.recipes.MeatCuttingRecipe.func_179532_b(MeatCuttingRecipe.java:39)
at com.rwtema.extrautils2.tile.TileCrafter.operate(TileCrafter.java:198)
at com.rwtema.extrautils2.tile.TileAdvInteractor.func_73660_a(TileAdvInteractor.java:93)
at net.minecraft.world.World.func_72939_s(World.java:1832)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:745)

Anyway to remove all the generator JEI panel from JEI?

I don't want the people playing my pack to be able to use the generators in this mod, because its based around Advanced Generators, and i disabled the recipe for the blocks but the panels still show in JEI...

Thanks for helping!

Ring of the Flying squid disabled when changing dimension

Hello,

I have been playing in a 1.12.2 pack containing EU2 1.7.4 and noticed that any time the player changes dimension, the ring of the flying squid stops working. In order to make it work again, you have to pick it up from your inventory and put it back in.

GP generation is chunk loaded at all times using ChickenChunks 2.4.1.71.

I am no longer going to count the number of times I died by falling down my shaft in deep dark before remembering to reseat the ring.

Pack being used is "The Lost Travels version 1.5" available in twitch launcher.

Thank-you

Crafting bug

It's impossible to craft the chunk loading ward.
2018-02-19_19 24 26
2018-02-19_19 24 24
ExU version: 1.7.4
Forge version: 1.12.2 - 14.23.2.2617

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.