Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

[BUG] Item Icons/Textures & Mob Spawning #3

@kyau

Description

@kyau

Minecraft version

1.21.1

Mod loader

Fabric

Describe the issue

Item Icons/Textures

Using buildersvoid-fabric-21.1.0-beta1-1.21.1.jar I am not seeing any item icons or item textures when rendered in hand, they all have the missing purple and black checkerboard pattern.

Image

You can see this in the latest.log:

[10:28:44] [Worker-ResourceReload-4/ERROR]: Using missing texture, unable to load buildersvoid:item/void_pearl
java.io.IOException: Could not load image: Image not of any known type, or corrupt
	at knot/net.minecraft.class_1011.method_4303(class_1011.java:147) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_1011.method_4310(class_1011.java:111) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_1011.method_4309(class_1011.java:102) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_8684.method_52851(class_8684.java:36) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_7948$class_7949.method_47675(class_7948.java:21) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_7766.method_52850(class_7766.java:107) ~[client-intermediary.jar:?]
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [?:?]
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?]
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) [?:?]
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) [?:?]
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) [?:?]
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) [?:?]
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [?:?]
[10:28:44] [Worker-ResourceReload-5/ERROR]: Using missing texture, unable to load buildersvoid:item/linked_void_pearl
java.io.IOException: Could not load image: Image not of any known type, or corrupt
	at knot/net.minecraft.class_1011.method_4303(class_1011.java:147) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_1011.method_4310(class_1011.java:111) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_1011.method_4309(class_1011.java:102) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_8684.method_52851(class_8684.java:36) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_7948$class_7949.method_47675(class_7948.java:21) ~[client-intermediary.jar:?]
	at knot/net.minecraft.class_7766.method_52850(class_7766.java:107) ~[client-intermediary.jar:?]
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [?:?]
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) [?:?]
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) [?:?]
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) [?:?]
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) [?:?]
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) [?:?]
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [?:?]

...

[10:28:51] [Worker-ResourceReload-2/WARN]: Missing textures in model buildersvoid:linked_void_pearl#inventory:
    minecraft:textures/atlas/blocks.png:buildersvoid:item/linked_void_pearl
[10:28:51] [Worker-ResourceReload-2/WARN]: Missing textures in model buildersvoid:void_pearl#inventory:
    minecraft:textures/atlas/blocks.png:buildersvoid:item/void_pearl

Mob Spawning

I know you mentioned eventually having configuration settings for mob spawning and other such things, is there supposed to currently be no mobs spawning? I cannot get anything to spawn in the void as of now.

Logs

latest.log from the client:

latest.log

Server runs fabric-server-mc.1.21.1-loader.0.16.14-launcher.1.0.3.jar.

Metadata

Metadata

Assignees

Labels

1.21.1Issues related to the 1.21.1 version of the modbugSomething isn't workingfabricIssues related to the Fabric version of the mod

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions