Giter VIP home page Giter VIP logo

stackable's People

Contributors

kidsdontplay avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

stackable's Issues

[Request] Disable non-ingot stacking?

I'd like to just use the ingot stacking without allowing all items whatsoever to be stacked. Is there a way to disable stacking any old regular item into a pile?

Items Spew everywhere

i was using this mod in my modpack to store my ingots. when i was automating inserting ingots with thermal dynamics pipes items started being tossed out into the world... i though maybe it was to fast so i slowed it down to one item a second MAX and items are still being tossed from the top of the pile.

Chunk corruption when inserting Bibliocraft Clipboard

Game crashes when inserting the clipboard, singleplayer world will no longer load, and just stalls. On a server, when the chunk with the stockpile is loaded, it crashes the player and crashes them when loading back in (would require deleting the chunk with NBTexplorer or something. Replicated with no other mods.

Minecraft 1.12.2
Forge 14.23.5.2860
BiblioCraft | v2.4.5
Stackable | 1.3.3

Description: Batching chunks

java.lang.IllegalStateException: Not building!
at net.minecraft.client.renderer.BufferBuilder.finishDrawing(BufferBuilder.java:745)
at net.minecraft.client.renderer.chunk.RenderChunk.postRenderBlocks(RenderChunk.java:514)
at net.minecraft.client.renderer.chunk.RenderChunk.rebuildChunk(RenderChunk.java:359)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.processTask(SourceFile:100)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43)
at java.lang.Thread.run(Thread.java:748)

Rendering Exception

I keep getting rendering exceptions when looking at the block:

 CCL has caught an exception whilst rendering a block
  BlockPos:      x:506, y:64, z:2266
  Block Class:   class mrriegel.stackable.block.BlockIngotPile
  Registry Name: stackable:ingots
  Metadata:      0
  State:         stackable:ingots
 Tile at position
  Tile Class:    class mrriegel.stackable.tile.TileIngotPile
  Tile Id:       stackable:ingots
  Tile NBT:      {useWhitelist:0b,black:[],inv:{list1:[{ForgeCaps:{"customnpcs:itemscripteddata":{},"tinkersforging:forge_item":{temp:0.0f,work:75,tick:-1L,steps:{last:-1,third:-1,second:-1}}},id:"minecraft:iron_ingot",Count:64b,Damage:0s}],list2:[I;832]},white:[],list1max:[],list2max:[I;],isMaster:1b,x:506,y:64,list1min:[],z:2266,list2min:[I;],id:"stackable:ingots",persistent:0b}
You can turn off player messages in the CCL config file.

net.minecraft.util.ReportedException: Tesselating block model
	at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95) ~[bvm.class:?]
	at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:82) [CCBlockRendererDispatcher.class:?]
	at mods.betterfoliage.client.Hooks.renderWorldBlock(Hooks.kt:95) [Hooks.class:?]
	at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:200) [bxr.class:?]
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100) [bxn.class:?]
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43) [bxn.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: java.lang.NullPointerException
	at net.minecraftforge.items.ItemHandlerHelper.copyStackWithSize(ItemHandlerHelper.java:92) ~[ItemHandlerHelper.class:?]
	at mrriegel.stackable.tile.TilePile.itemList(TilePile.java:371) ~[TilePile.class:?]
	at mrriegel.stackable.client.IngotPileModel.addQuads(IngotPileModel.java:15) ~[IngotPileModel.class:?]
	at mrriegel.stackable.client.PileModel.func_188616_a(PileModel.java:59) ~[PileModel.class:?]
	at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:95) ~[ForgeBlockModelRenderer.class:?]
	at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187497_c(ForgeBlockModelRenderer.java:61) ~[ForgeBlockModelRenderer.class:?]
	at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:47) ~[bvo.class:?]
	at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:38) ~[bvo.class:?]
	at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80) ~[bvm.class:?]
	... 6 more

Looks to me like it may be an incompatibility with better foliage.

Crash (No OpenGL Context) after placing "Fire Ingot" from "HardCore Ore".

Not only did my client crash immediately after placing the ingot, but it now crashes when I attempt to load the world!

Stack Trace:

java.lang.RuntimeException: No OpenGL context found in the current thread.
	at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
	at org.lwjgl.opengl.GL11.glMultMatrix(GL11.java:2338)
	at net.minecraftforge.client.ForgeHooksClient.multiplyCurrentGlMatrix(ForgeHooksClient.java:439)
	at net.minecraftforge.client.ForgeHooksClient.handleCameraTransforms(ForgeHooksClient.java:422)
	at mrriegel.stackable.client.ClientUtils.getBakedQuads(ClientUtils.java:376)
	at mrriegel.stackable.client.AnyPileModel.addQuads(AnyPileModel.java:23)
	at mrriegel.stackable.client.PileModel.func_188616_a(PileModel.java:59)
	at net.minecraft.client.renderer.BlockModelRenderer.func_187497_c(BlockModelRenderer.java:158)
	at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187497_c(ForgeBlockModelRenderer.java:68)
	at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:79)
	at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:58)
	at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
	at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:328)
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(SourceFile:43)
	at java.lang.Thread.run(Unknown Source)

For the full log: paste.ee

The initial crash occurred as I attempted to place 4 Fire Ingots on the ground (quark, marble bricks) while an Iron Golem was standing on the block.

I'm not entirely sure whether the Fire Ingot was directly from HardCore Ore or manufactured by JAOPCA from the Fire Ore block provided by HardCore Ore. At any rate, upon placement, my game crashed back to MultiMC. When I attempted to reload the world, I suffered the same error.

Redstone duplication glitch with Wizardry

When shift-removing redstone dust or redstone blocks from stockpiles with the Wizardry mod installed, one copy of the item is put in your inventory, and another is popped off into the world.

Minecraft 1.12.2
Forge 14.23.5.2860
Stackable 1.3.3
Forgelin 1.8.4 - dependency of LibrarianLib
LibrarianLib 4.22 - dependency of Wizardry
Wizardry 0.11.1

No meaningful log information is output, as it's not an error anything.

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.