GithubHelp home page GithubHelp logo

labels-multi's Introduction

GitHub Stats

labels-multi's People

Contributors

aveinzero avatar cerealconjugo avatar fitfc avatar imgbotapp avatar lobster0228 avatar mayonaka8478 avatar mehvahdjukaar avatar unroman avatar yizhouuu avatar

Stargazers

 avatar

Watchers

 avatar

labels-multi's Issues

[Tinted Compat]

Would it be possible to add dye compat with the mod tinted? I find the dyes it adds very aesthetically pleasing and I think it could be a good addition!

[Bug] Incompatibility with structure blocks

Desciption :

Using structure blocks to save labels cause vanishing of them on "cloning"

Info:

minecraft : 1.19.2
mod : labels-1.19.2-1.10.jar
forge : 43.2.23

To reproduce :

  1. Place a label on a wall
  2. Place below them a structure block on save state with "Include Entities" enable
  3. Save the structure with a name
  4. Place on another position another structure block on load state with "Include Entities" enable
    [Screen 1]
  5. Load the structure
  6. The label saved pop up and after a few of copied label do same
    [Screen 2]

(also , maybe can be useful , on saved position if placed any block can be placed but labels or itemframes can't be placed )

[hitboxes enable to see that ]
2023-09-12_20 20 19

[on this profile there are other mods like item phisics but didn't change nothing about structure blocks or entities]

2023-09-12_20 20 50

Label floats off the surface..

On fabric server 1.19.2 with Fabric Loader 0.14.21 the label floats off the surface.. ๐Ÿ˜ถ
Mod Version labels-1.19.2-1.9-fabric.jar
image

Conflict with other mod

Unfortunately it comes into a crafting conflict, with the " letsdo-candlelight", I attach a screen shot, where you can see the problem
Screenshot_2

Labels disappearing

I'm not sure why this hasn't been fixed yet as it's obviously a common complaint.

If I TP away or log out and back in again the labels are still attached but there is nothing on them. Other players can see them up until they log out or travel away.

I am not using Optifine. I'm on Fabric 1.20.1. This is not an entity culling issue as players on my server can have hundreds of item frames in one chunk with no issue.

Any chance you're able to fix this issue? If the labels disappear completely (At least visually anyway) whenever you walk away from them it makes the mod completely broken. I noticed that people were having this issue over a year ago, are you able to fix it or should we give up hope at this point?

It's a great mod, it would be a shame if it ended up being completely useless.

[Question] Color Texture Preset actually do?

Hey!

I tried all of the value, with and without outline, limit palette, and recolor texture.

Their is no difference when it's DEFAULT, PENCIL, PASTEL or FLAT.

What are they really doing?! Oo

NB : Outline didn't work, if Limit Palette &/or Recolor Texture is/are deactivated.
PS : I'm using forge 47.2.0, labels 1.16.

Labels disappear when travelling between dimensions

My labels disappear when going between the nether and the overworld. It is possible that this could be caused by another mod since this is on a modpack I have made. If needed I can post the list of mods being used. When showing hitboxes, the hitboxes do not appear. Using the mod Jade does not give a tooltip that they are there either.

My client version is 1.19.2 and the mod version is 1.9.

A bunch of labels have disappeared after loading a game

Hello,
I've started using your mod a few days ago and after labelling my whole storage area (about 200 labels), a big bunch of them simply disappeared when I loaded my game today. About 80 disappeared and they're not invisible, they're just gone (hitting where they should be doesn't give them back).

Missing texture error and corrupted world.

Trying to add a label creates a missing texture (purple and black squares) and if interacted crashes.

---- Minecraft Crash Report ----
// My bad.

Time: 2023-06-04 05:45:43
Description: Unexpected error

java.lang.NullPointerException: Cannot invoke "com.mojang.datafixers.util.Pair.getSecond()" because the return value of "java.util.Map.get(Object)" is null
	at net.mehvahdjukaar.labels.ColorManager.getDark(ColorManager.java:22)
	at net.mehvahdjukaar.labels.LabelEntityRenderer.postProcess(LabelEntityRenderer.java:201)
	at net.mehvahdjukaar.labels.LabelEntityRenderer.lambda$render$0(LabelEntityRenderer.java:90)
	at net.mehvahdjukaar.moonlight.api.client.texture_renderer.RenderedTexturesManager.lambda$requestFlatItemTexture$2(RenderedTexturesManager.java:111)
	at net.mehvahdjukaar.moonlight.api.client.texture_renderer.FrameBufferBackedDynamicTexture.redraw(FrameBufferBackedDynamicTexture.java:80)
	at net.mehvahdjukaar.moonlight.api.client.texture_renderer.FrameBufferBackedDynamicTexture.initialize(FrameBufferBackedDynamicTexture.java:63)
	at com.mojang.blaze3d.systems.RenderSystem.replayQueue(RenderSystem.java:223)
	at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:210)
	at net.minecraft.class_1041.method_15998(class_1041.java:310)
	at net.minecraft.class_310.method_1523(class_310.java:1238)
	at net.minecraft.class_310.method_1514(class_310.java:801)
	at net.minecraft.client.main.Main.main(Main.java:237)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)


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

-- Head --
Thread: Render thread
Stacktrace:
	at net.mehvahdjukaar.labels.ColorManager.getDark(ColorManager.java:22)
	at net.mehvahdjukaar.labels.LabelEntityRenderer.postProcess(LabelEntityRenderer.java:201)
	at net.mehvahdjukaar.labels.LabelEntityRenderer.lambda$render$0(LabelEntityRenderer.java:90)
	at net.mehvahdjukaar.moonlight.api.client.texture_renderer.RenderedTexturesManager.lambda$requestFlatItemTexture$2(RenderedTexturesManager.java:111)
	at net.mehvahdjukaar.moonlight.api.client.texture_renderer.FrameBufferBackedDynamicTexture.redraw(FrameBufferBackedDynamicTexture.java:80)
	at net.mehvahdjukaar.moonlight.api.client.texture_renderer.FrameBufferBackedDynamicTexture.initialize(FrameBufferBackedDynamicTexture.java:63)
	at com.mojang.blaze3d.systems.RenderSystem.replayQueue(RenderSystem.java:223)
	at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:210)

-- Affected level --
Details:
	All players: 1 total; [class_746['NeOTheGenesis'/215, l='ClientWorld minecraft:overworld', x=-30.46, y=66.00, z=-7.44]]
	Chunk stats: Client Chunks (ImmPtl) 60
	Level dimension: minecraft:overworld
	Level spawn location: World: (0,68,32), Section: (at 0,4,0 in 0,4,2; chunk contains blocks 0,-64,32 to 15,319,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
	Level time: 9942 game time, 9942 day time
	Server brand: fabric
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:455)
	at net.minecraft.class_310.method_1587(class_310.java:2406)
	at net.minecraft.class_310.method_1514(class_310.java:825)
	at net.minecraft.client.main.Main.main(Main.java:237)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: vanilla, fabric, replaymod_lang

-- System Details --
Details:
	Minecraft Version: 1.19.4
	Minecraft Version ID: 1.19.4
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 20, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
	Memory: 6709152624 bytes (6398 MiB) / 8589934592 bytes (8192 MiB) up to 17179869184 bytes (16384 MiB)
	CPUs: 8
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
	Identifier: Intel64 Family 6 Model 158 Stepping 9
	Microarchitecture: Kaby Lake
	Frequency (GHz): 3.60
	Number of physical packages: 1
	Number of physical CPUs: 4
	Number of logical CPUs: 8
	Graphics card #0 name: Intel(R) HD Graphics 630
	Graphics card #0 vendor: Intel Corporation (0x8086)
	Graphics card #0 VRAM (MB): 1024.00
	Graphics card #0 deviceId: 0x5912
	Graphics card #0 versionInfo: DriverVersion=31.0.101.2111
	Graphics card #1 name: Radeon RX 580 Series
	Graphics card #1 vendor: Advanced Micro Devices, Inc. (0x1002)
	Graphics card #1 VRAM (MB): 4095.00
	Graphics card #1 deviceId: 0x67df
	Graphics card #1 versionInfo: DriverVersion=31.0.14051.5006
	Memory slot #0 capacity (MB): 16384.00
	Memory slot #0 clockSpeed (GHz): 2.40
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 16384.00
	Memory slot #1 clockSpeed (GHz): 2.40
	Memory slot #1 type: DDR4
	Memory slot #2 capacity (MB): 16384.00
	Memory slot #2 clockSpeed (GHz): 2.40
	Memory slot #2 type: DDR4
	Memory slot #3 capacity (MB): 16384.00
	Memory slot #3 clockSpeed (GHz): 2.40
	Memory slot #3 type: DDR4
	Virtual memory max (MB): 103014.16
	Virtual memory used (MB): 47407.27
	Swap memory total (MB): 38053.64
	Swap memory used (MB): 1442.75
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8192m -Xmx16384m
	Fabric Mods: 
		antighost: AntiGhost 1.19.3-fabric0.68.1-1.1.5
			crowdin-translate: CrowdinTranslate 1.4+1.19.3
		appleskin: AppleSkin 2.4.3+mc1.19.4
		architectury: Architectury 8.1.87
		azure-paxels: Azure Paxels 1.0.1
		badpackets: Bad Packets 0.4.1
		balm-fabric: Balm 6.0.2
		bendy-lib: Bendy api 4.0.0
		bettercombat: Better Combat 1.7.1+1.19.4
		betterf3: BetterF3 6.0.2
		betterpingdisplay: Better Ping Display 1.1.1
		borderlessmining: Borderless Mining 1.1.7+1.19.4
		clickthrough: ClickThrough 1.19.3-fabric0.68.1-0.4
			gbfabrictools: GBfabrictools 1.3.4+1.19.3
		cloth-config: Cloth Config v10 10.0.96
			cloth-basic-math: cloth-basic-math 0.6.1
		collective: Collective 6.54
		colourful_portals: Colourful Portals 0.9.0
			cardinal-components-base: Cardinal Components API (base) 5.1.0
			cardinal-components-level: Cardinal Components API (world saves) 5.1.0
			tweed4_annotated: tweed4_annotated 1.3.1+mc1.19.4
			tweed4_base: tweed4_base 1.7.1+mc1.19.4
			tweed4_data: tweed4_data 1.2.1+mc1.19.4
			tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.19.4
			tweed4_tailor_cloth: tweed4_tailor_cloth 1.0.3+mc1.19.4
			tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.19.4
		cookingforblockheads: Cooking for Blockheads 15.0.2
		cosmetic-armor: Cosmetic Armor 1.5.0
		craftpresence: CraftPresence 2.0.5
		dark-enchanting: Dark Enchanting 1.0.1+1.19.4
			omega-config: OmegaConfig 1.2.3-1.18.1
		dungeons_arise: When Dungeons Arise 2.1.54
		extended_drawers: Extended Drawers 1.4.1+mc.1.19.4
			graphlib: Graph Lib 0.5.2+1.19.4
			mconfig: Mconfig 1.2.0+mc.1.19-rc1
				de_poiu_apron_apron: apron 2.1.1
		fabric-api: Fabric API 0.83.0+1.19.4
			fabric-api-base: Fabric API Base 0.4.27+1e9487d2f4
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.28+504944c8f4
			fabric-biome-api-v1: Fabric Biome API (v1) 13.0.9+10ce000ff4
			fabric-block-api-v1: Fabric Block API (v1) 1.0.8+e022e5d1f4
			fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.37+10ce000ff4
			fabric-client-tags-api-v1: Fabric Client Tags 1.0.18+10ce000ff4
			fabric-command-api-v1: Fabric Command API (v1) 1.2.30+f71b366ff4
			fabric-command-api-v2: Fabric Command API (v2) 2.2.9+10ce000ff4
			fabric-commands-v0: Fabric Commands (v0) 0.2.47+df3654b3f4
			fabric-containers-v0: Fabric Containers (v0) 0.1.57+df3654b3f4
			fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.12+10ce000ff4
			fabric-convention-tags-v1: Fabric Convention Tags 1.5.2+10ce000ff4
			fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.17+aeb40ebef4
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 11.4.3+10ce000ff4
			fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.48+10ce000ff4
			fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.16+10ce000ff4
			fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.0+10ce000ff4
			fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.55+df3654b3f4
			fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.35+a1ccd7bff4
			fabric-item-api-v1: Fabric Item API (v1) 2.1.20+10ce000ff4
			fabric-item-group-api-v1: Fabric Item Group API (v1) 3.0.8+10ce000ff4
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.35+504944c8f4
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.33+df3654b3f4
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.18+10ce000ff4
			fabric-loot-api-v2: Fabric Loot API (v2) 1.1.30+10ce000ff4
			fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.34+9e7660c6f4
			fabric-message-api-v1: Fabric Message API (v1) 5.1.4+10ce000ff4
			fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.42+10ce000ff4
			fabric-models-v0: Fabric Models (v0) 0.3.33+10ce000ff4
			fabric-networking-api-v1: Fabric Networking API (v1) 1.3.4+10ce000ff4
			fabric-networking-v0: Fabric Networking (v0) 0.3.44+df3654b3f4
			fabric-object-builder-api-v1: Fabric Object Builder API (v1) 7.0.6+10ce000ff4
			fabric-particles-v1: Fabric Particles (v1) 1.0.26+10ce000ff4
			fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.11+10ce000ff4
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.2.3+10ce000ff4
			fabric-renderer-api-v1: Fabric Renderer API (v1) 2.3.1+10ce000ff4
			fabric-renderer-indigo: Fabric Renderer - Indigo 1.3.1+10ce000ff4
			fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.41+df3654b3f4
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.31+10ce000ff4
			fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.24+10ce000ff4
			fabric-rendering-v0: Fabric Rendering (v0) 1.1.44+df3654b3f4
			fabric-rendering-v1: Fabric Rendering (v1) 2.1.4+10ce000ff4
			fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.3+10ce000ff4
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.5+5ade3c38f4
			fabric-screen-api-v1: Fabric Screen API (v1) 1.0.48+10ce000ff4
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.23+10ce000ff4
			fabric-sound-api-v1: Fabric Sound API (v1) 1.0.11+10ce000ff4
			fabric-transfer-api-v1: Fabric Transfer API (v1) 3.2.1+10ce000ff4
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 3.2.0+10ce000ff4
		fabric-language-kotlin: Fabric Language Kotlin 1.9.4+kotlin.1.8.21
			org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.21
			org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.21
			org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.21
			org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.21
			org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.20.2
			org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
			org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
			org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
			org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.5.0
			org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.5.0
			org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.5.0
		fabricloader: Fabric Loader 0.14.21
		ferritecore: FerriteCore 5.2.0
		forgeconfigapiport: Forge Config API Port 6.0.2
			com_electronwill_night-config_core: core 3.6.5
			com_electronwill_night-config_toml: toml 3.6.5
		glass_armor: Glass Armor 1.0.0+1.19.4
		immersive_portals: Immersive Portals 2.7.3
			com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.8
			imm_ptl_core: Immersive Portals Core 2.7.3
			q_misc_util: QMiscUtil 2.7.3
		infinitywaterbucket: Infinity Water Bucket 2.0.0
		inventorytotem: Inventory Totem 3.0
		ironchests: Iron Chests 1.7.9
			libgui: LibGui 7.0.0-rc.1+1.19.4
				jankson: Jankson 5.0.1+j1.2.2
					blue_endless_jankson: jankson 1.2.2
				libninepatch: LibNinePatch 1.2.0
		itemalchemy: Item Alchemy 0.5.6
		java: Java HotSpot(TM) 64-Bit Server VM 20
		labels: labels 1.19.4-1.9
		mcpitanlibarch: MCPitanLib 1.6.3-1.19.4-fabric
			org_yaml_snakeyaml: snakeyaml 2.0
		minecraft: Minecraft 1.19.4
		modmenu: Mod Menu 6.2.2
		moonlight: Moonlight 1.19.4-2.4.15
		mousewheelie: Mouse Wheelie 1.11.1+mc1.19.4
			amecsapi: Amecs API 1.4.0+mc1.19.4
			coat: Coat 1.0.0-beta.20+mc1.19.4
			tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.19.4
			tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.19.4
		no-telemetry: No Telemetry 1.7.0
		nochatreports: No Chat Reports 1.19.4-v2.1.4
		notenoughcrashes: Not Enough Crashes 4.4.1+1.19.4
		origins: Origins 1.9.0
			apoli: Apoli 2.8.0
				additionalentityattributes: Additional Entity Attributes 1.2.2+1.19.4
				calio: Calio 1.10.0
				playerabilitylib: Pal 1.7.0
			reach-entity-attributes: Reach Entity Attributes 2.3.2
		origins-plus-plus: Origins++ 2.0.1
		pehkui: Pehkui 3.7.5+1.14.4-1.20
			kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
		phosphor: Phosphor 0.8.1
		player-animator: Player Animator 1.0.2+1.19.4
		puzzleslib: Puzzles Lib 6.0.9
		replaymod: Replay Mod 1.19.4-2.6.12
		right-click-harvest: Right-Click-Harvest 1.2.0
		roughlyenoughitems: Roughly Enough Items 11.0.617
			error_notifier: Error Notifier 1.0.9
		shulkerboxtooltip: Shulker Box Tooltip 3.3.0+1.19.4
		splashfox: SplashFox 1.1.1
		terralith: Terralith 2.3.8
		tooltipfix: ToolTip Fix 1.1.1-1.19.3
		totemcounter: TotemCounter 1.2.1+mc1.19.4
		tradingpost: Trading Post 6.0.0
		travelersbackpack: Traveler's Backpack 1.19.4-8.4.4
		trinkets: Trinkets 3.6.0
			cardinal-components-entity: Cardinal Components API (entities) 5.1.0
		trowel: Trowel 1.0.0
		ukulib: ukulib 0.6.1+1.19.4
			com_moandjiezana_toml_toml4j: toml4j 0.7.2
			gs_mclo_java_mclogs-java: mclogs-java 2.1.1
		universal-graves: Universal Graves 2.2.1+1.19.4
			common-protection-api: Common Protection API 1.0.0
			fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
			hologram-api: Hologram API 0.2.3+1.19.3
			placeholder-api: Placeholder API 2.0.0-rc.1+1.19.3
			polymer-core: Polymer (Core) 0.4.0-pre.2+1.19.4-rc2
				polymer-networking: Polymer (Networking) 0.4.0-pre.2+1.19.4-rc2
					polymer-common: Polymer (Common) 0.4.0-pre.2+1.19.4-rc2
				polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.4.0-pre.2+1.19.4-rc2
			server_translations_api: Server Translations API 2.0.0-beta.2+1.19.4-pre2
				packet_tweaker: Packet Tweaker 0.3.1+23w06a
			sgui: sgui 1.2.1+1.19.3
		voxelmap: Voxelmap 1.19.4-1.12.8
		waystones: Waystones 13.1.0
		wthit: wthit 7.3.1
	Launched Version: 1.19.4
	Backend library: LWJGL version 3.3.1 SNAPSHOT
	Backend API: Radeon RX 580 Series GL version 3.2.0 Core Profile Context 23.4.3.230420, ATI Technologies Inc.
	Window size: 1920x1027
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
	Type: Integrated Server (map_client.txt)
	Graphics mode: fast
	Resource Packs: fabric
	Current Language: en_us
	CPU: 8x Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
	Server Running: true
	Player Count: 1 / 8; [class_3222['NeOTheGenesis'/215, l='ServerWorld minecraft:overworld New World', x=-30.46, y=66.00, z=-7.44]]
	Data Packs: vanilla, fabric
	Enabled Feature Flags: minecraft:vanilla
	World Generation: Experimental
	Client Crashes Since Restart: 1
	Integrated Server Crashes Since Restart: 0
	Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), Moonlight (moonlight), labels (labels)

Text label status not saved

Saving and reloading a world does not preserve text display status (i.e. enabling displaying the name with a feather), and it resets to not showing text.

Observed on 1.19.2 in forge.

Missing Texture for Labels - 1.19.4

The texture for the label is missing. I am able to make an icon with an item, but the label around the icon, when placed on a block, is only purple and black tiles.
missinglabeltexture

Cant display the item name

So i am playing in 1.18.2 version 1.0 in fabric ans i cant let the label display the item name when using a feather on it.
Sorry if this doesn't belong here but i am unable to log into my curseforge account atm.

Add license

This project does not have a license, which makes it less appealing to use due to legal reasons.

[Log] Reference map 'labels-common-refmap.json' for labels-common.mixins.json could not be read.

Reference map 'labels-common-refmap.json' for labels-common.mixins.json could not be read. If this is a development environment you can ignore this message and
Reference map 'labels-forge-refmap.json' for labels.mixins.json could not be read. If this is a development environment you can ignore this message
appear at startup, assuming I'm not in a 'dev environment' this shouldn't happen

Forge: 43.1.47
Mod Version: 1.4

Seeds crashed the game

Me and my brother were playing on a world together and he put some seeds into a label and it caused us both to crash and the world to be inaccessible until we removed the mod (they were wheat seeds)

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.