Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.99.4 Volume Box not resizeable or removable #3678

Closed
thefrasca opened this issue Jun 19, 2017 · 2 comments
Closed

7.99.4 Volume Box not resizeable or removable #3678

thefrasca opened this issue Jun 19, 2017 · 2 comments
Assignees
Labels
type: bug Something isn't behaving as expected, from a developer perspective. (Except crashes are always bugs) version: 1.11.2

Comments

@thefrasca
Copy link

When attempting to resize volume box for Filler, Master connector throws error. Appears to be missing constructor. Volume box can't be resized and cannot be removed once placed.

[20:49:57] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraft.util.math.AxisAlignedBB.(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)V
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_131]
at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:679) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384) [lh.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.NoSuchMethodError: net.minecraft.util.math.AxisAlignedBB.(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)V
at buildcraft.core.marker.volume.EnumAddonSlot.getBoundingBox(EnumAddonSlot.java:47) ~[EnumAddonSlot.class:?]
at buildcraft.core.marker.volume.EnumAddonSlot.getSelectingBoxAndSlot(EnumAddonSlot.java:59) ~[EnumAddonSlot.class:?]
at buildcraft.core.marker.volume.EnumAddonSlot.getSelectingBoxAndSlot(EnumAddonSlot.java:75) ~[EnumAddonSlot.class:?]
at buildcraft.core.item.ItemMarkerConnector.newVolumeCacheStuff_onItemRightClick(ItemMarkerConnector.java:138) ~[ItemMarkerConnector.class:?]
at buildcraft.core.item.ItemMarkerConnector.func_77659_a(ItemMarkerConnector.java:47) ~[ItemMarkerConnector.class:?]
at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:196) ~[afj.class:?]
at net.minecraft.server.management.PlayerInteractionManager.func_187250_a(PlayerInteractionManager.java:360) ~[lz.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:709) ~[mi.class:?]
at net.minecraft.network.play.client.CPacketPlayerTryUseItem.func_148833_a(SourceFile:32) ~[jn.class:?]
at net.minecraft.network.play.client.CPacketPlayerTryUseItem.func_148833_a(SourceFile:9) ~[jn.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fo$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_131]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]

@chkimes
Copy link

chkimes commented Jun 19, 2017

This may be related:

VazkiiMods/Botania@270edf5

@afdw afdw added type: bug Something isn't behaving as expected, from a developer perspective. (Except crashes are always bugs) version: 1.11.2 labels Jun 19, 2017
@afdw afdw self-assigned this Jun 19, 2017
@afdw afdw closed this as completed in 3f4b022 Jun 19, 2017
@afdw afdw added the status: fixed/implemented in dev We've fixed this internally, however the fix hasn't been released publicly yet. label Jun 19, 2017
@afdw afdw reopened this Jun 19, 2017
@AlexIIL
Copy link
Member

AlexIIL commented Jul 6, 2017

Fixed in 7.99.5

@AlexIIL AlexIIL closed this as completed Jul 6, 2017
@afdw afdw removed the status: fixed/implemented in dev We've fixed this internally, however the fix hasn't been released publicly yet. label Jul 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't behaving as expected, from a developer perspective. (Except crashes are always bugs) version: 1.11.2
Projects
None yet
Development

No branches or pull requests

4 participants