Giter Club home page Giter Club logo

linkedstorage's People

Contributors

bytegm avatar deltanedas avatar joker876 avatar k0-rr avatar kyrptonaught avatar romz24 avatar yasmimcdc avatar yu-re-ka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

linkedstorage's Issues

Liquid storage tank

I suggest adding a liquid storage tank. This will be a very useful item, the idea is taken from the Ender Storage mod.

Handheld Storage can be moved when opened

The Handheld Storage can be moved in the inventory after it was opened, especially it can be put into the storage it is linked to. So basically it can be put into itself. This shouldn't be so. Please make the Handheld Storage unmovable when opened, like e.g. the backpacks from Inmis.

Player bound

Is it possible to make a linked Storage player bound in the mod version for mc 1.15.2? Just like Diamond on the knob in 1.12.2

Item model is distorted

The model for the block item is distorted to appear slightly shorter than normal chests in an inventory, dropped on the ground as an item, or placed into an item frame. Though when it is placed in-world it matches the height of chests.

Additionally the UV mapping for the block item is incorrect in a couple places compared to the block in world. For example the bottom of the chest uses a different texture from the block in world. Also the texture on the lock on the block item is slightly different from when the block is placed in world.

Resource Pack Guide

How did you achieve bundling a resource pack in your mod? I tried putting my resource pack in the same location, but it didnt work.

Server Crash

When starting a server, it looks like the mod searches for a "level.dat" even though the world hasn't been created yet, which causes a crash.

[Feature Request] Quick Shulker compatibility

Quick Shulker is a mod that allows you to open, among other things, shulker boxes and ender chests directly from your inventory, without even needing them in the hotbar. I think this mod would work well with that, allowing the Handheld Storage item to be opened in a similar way.

Cannot Place Handheld Storage A into Handheld Storage B

I think the fix here (#12) caused all handheld storages in a player's inventory to be locked when one is open, regardless of whether they match the color pattern of the opened storage.

This result is not being able to place any handheld storage inside another, but I'm not sure if that was intentional.

Client Crash on Clicking GUI of Linked Storage Handheld with Block

With a Handheld Storage open, if you hold a block/item, then click the GUI borders (e.g. not inside a slot or outside the GUI to drop the item), the client crashes. Doesn't seem to happen with a Linked Storage chest.
On a multiplayer server, the server itself doesn't crash and the block is dropped from the player's inventory as it can be found in the world by other players or when the client launches and reconnects.

Noticed on a private server with MC v1.16.1 with Linked Storage 1.3.6 and many other mods.
Tested with fresh MultiMC instance with MC v1.16.1 with Linked Storage 1.3.6, Fabric API v0.17.0b386, Fabric Loader v0.9.2b206.
Tested also in MC v1.16.2 with Linked Storage 1.3.8, Fabric API v0.20.1b401, Fabric Loader v0.9.2b206.

Crash logs from test instances:
LS 1.3.6
crash-2020-09-20_21.12.03-client.txt
latest.log

LS 1.3.8
crash-2020-09-20_21.13.31-client.txt
latest.log

Same color combination shared between two players

Is the default white, white, white combination accessible to all players? I have a default chest in my server and my friend was able to see the content of the chest too. I learned that this mod is similar to the Ender Chest with color coordination, right?

Chest Color Combination Issue

Hi there,

In the 1.18 Fabric release, I'm experiencing a glitch where if 2 or more storage blocks use the same 3 colors, but the middle and right color are transposed (ie Black/Blue/Orange and Black/Orange/Blue), the storages link up. This cuts the number of available channels down a good bit.

I'm playing on 1.18.1, and for testing I limited my mod set to just the Fabric API, Cloth-Config, Architectuary, Roughly Enough Items, and of course Linked Storage.

Thanks for your time!

Cannot Redye my Chest White

Mod Version: 1.1.1
MC Version: 1.15.2

What Happens:
I want to revert one of my chests back to White White White and the Bonemeal is clearly refusing to work.

What Do you Expect to Happen: For it to dye the chest white.

Every other dye seems to work fine i think im either being an idiot or its a bug

Items stuck in chest

Ender pouches(storageitem) stored in an Ender chest(storagechest) can't be removed if the Ender chest is opened using an Ender pouch. Is this intentional?

Client disconnect when joining server, both having linkedstorage-1.1.0.jar

Both server and client start normally.
When the client tries to connect to the server, it gets disconnected immediately. The server logs the following error:

lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.NoSuchMethodError: net.kyrptonaught.linkedstorage.recipe.CopyDyeRecipe.method_8112()Ljava/lang/String;

jar from source crashes on launch

it looks like the build from the repo here does not include the wanted resource pack

so it crashes on startup:

Logs
---- Minecraft Crash Report ----
// Why did you do that?

Time: 6/22/20, 11:51 PM
Description: Initializing game

java.lang.NullPointerException: in is null
	at java.base/java.util.zip.ZipInputStream.<init>(ZipInputStream.java:103)
	at java.base/java.util.zip.ZipInputStream.<init>(ZipInputStream.java:82)
	at net.kyrptonaught.linkedstorage.client.InputStreamResourcePack.<init>(InputStreamResourcePack.java:32)
	at net.kyrptonaught.linkedstorage.LinkedStorageModClient$1$1.<init>(LinkedStorageModClient.java:61)
	at net.kyrptonaught.linkedstorage.LinkedStorageModClient$1.method_14453(LinkedStorageModClient.java:61)
	at net.minecraft.class_3283.method_14445(class_3283.java:33)
	at net.minecraft.class_315.method_1627(class_315.java:669)
	at net.minecraft.class_310.<init>(class_310.java:440)
	at net.minecraft.client.main.Main.main(Main.java:166)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)


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

-- Head --
Thread: Render thread
Stacktrace:
	at java.base/java.util.zip.ZipInputStream.<init>(ZipInputStream.java:103)
	at java.base/java.util.zip.ZipInputStream.<init>(ZipInputStream.java:82)
	at net.kyrptonaught.linkedstorage.client.InputStreamResourcePack.<init>(InputStreamResourcePack.java:32)
	at net.kyrptonaught.linkedstorage.LinkedStorageModClient$1$1.<init>(LinkedStorageModClient.java:61)
	at net.kyrptonaught.linkedstorage.LinkedStorageModClient$1.method_14453(LinkedStorageModClient.java:61)
	at net.minecraft.class_3283.method_14445(class_3283.java:33)
	at net.minecraft.class_315.method_1627(class_315.java:669)
	at net.minecraft.class_310.<init>(class_310.java:440)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.main.Main.main(Main.java:166)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)

-- System Details --
Details:
	Minecraft Version: 1.15.2
	Minecraft Version ID: 1.15.2
	Operating System: Linux (amd64) version 5.7.4-arch1-1
	Java Version: 14.0.1, N/A
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 794189712 bytes (757 MB) / 1509949440 bytes (1440 MB) up to 6274678784 bytes (5984 MB)
	CPUs: 12
	JVM Flags: 8 total; -Xss128M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:ErrorFile=./jvm-error.log
	Fabric Mods: 
		blue_endless_jankson: jankson +
		cloth-basic-math: Cloth Basic Math 0.4.1
		cloth-config2: Cloth Config v2 2.11.2
		fabric: Fabric API 0.13.1+local-unknown
		fabric-api-base: Fabric API Base 0.1.2+nogit
		fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+nogit
		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+nogit
		fabric-climbable-api-v1: Fabric Climbable API (v1) 1.0.0+nogit
		fabric-command-api-v1: Fabric Command API (v1) 1.0.2+nogit
		fabric-commands-v0: Fabric Commands (v0) 0.2.0+nogit
		fabric-containers-v0: Fabric Containers (v0) 0.1.3+nogit
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+nogit
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+nogit
		fabric-dimensions-v1: fabric-dimensions-v1 0.3.0+nogit
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.3.0+nogit
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+nogit
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.0+nogit
		fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.0+nogit
		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.0+nogit
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+nogit
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.2+nogit
		fabric-models-v0: Fabric Models (v0) 0.1.0+nogit
		fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.3+nogit
		fabric-networking-v0: Fabric Networking (v0) 0.1.10+nogit
		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.2.1+nogit
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.5.1+nogit
		fabric-particles-v1: fabric-particles-v1 0.2.1+nogit
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.6+nogit
		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.10+nogit
		fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.23+nogit
		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+nogit
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+nogit
		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+nogit
		fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+nogit
		fabric-rendering-v1: Fabric Rendering (v1) 1.0.0+nogit
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+nogit
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+nogit
		fabric-textures-v0: Fabric Textures (v0) 1.0.4+nogit
		fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.1.0+nogit
		fabricloader: Fabric Loader 0.8.8+build.202
		kyrptconfig: Kytpt Config 1.0.0
		linkedstorage: Linked Storage 1.3.1
		minecraft: Minecraft 1.15.2
		minepkg-companion: minepkg-companion 0.1.0
	Launched Version: 1.15.2
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: GeForce GTX 980/PCIe/SSE2 GL version 4.6.0 NVIDIA 440.82, NVIDIA Corporation
	GL Caps: Using framebuffer using OpenGL 3.0
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'
	Type: Client (map_client.txt)
	CPU: 12x Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
#@!@# Game crashed! Crash report saved to: #@!@# /tmp/linkedstorage147065883/minecraft/crash-reports/crash-2020-06-22_23.51.14-client.txt
--------------------
Minecraft crashed :(

maybe make it optional or include it here?

Can't open any containers when on dedicated server

Version: 1.3.4-1.16
Error executing task on Client:
java.lang.NullPointerException: null
at net.kyrptonaught.linkedstorage.LinkedStorageMod.getInventory(LinkedStorageMod.java:63)
at net.kyrptonaught.linkedstorage.inventory.LinkedContainer.(LinkedContainer.java:27)
at net.fabricmc.fabric.impl.screenhandler.ExtendedScreenHandlerType.create(ExtendedScreenHandlerType.java:44)
....
LinkedStorageMod.CMAN is null/not initialized when connected to dedicated servers.

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.