Giter Club home page Giter Club logo

dye_depot's Introduction

logo

License

This project's code is licensed under ARR. You can use it in your Modpack, but if you would like clarification or more explicit permission, either contact me personally on Discord: ninnih, or join my server.

Divider

dye_depot's People

Contributors

n1nn1 avatar

Stargazers

aw avatar Megonno avatar Mallory Hayr avatar  avatar Len avatar  avatar Logan Speck avatar 武子康 avatar  avatar  avatar ClephLeSDF avatar

Watchers

 avatar

dye_depot's Issues

Please add the breaks section to fabric.mod.json and list the mods yours breaks

"depends": {
"fabricloader": ">=0.14.24",
"fabric-api": "*",
"minecraft": "~1.20",
"java": ">=17"
},
"suggests": {
"another-mod": "*"
}
}

your mod forcibly adds things into an enum, which are traditionally immutable. this creates issues with other mods that explicitly use the enum for their mods. Since your mod is the one being invasive and breaking other mods, i suggest adding the breaks section and adding the mods that yours breaks.

You can remove stuff from it as you add compatibility patches for those mods, but as it stands, finding out which mod is breaking everyone is rather difficult

Compat with Amendments

It's a small tweaks mod by the same creator of Supplementaries, MehVahdJukaar. While it does work for certain things like being able to hold the dye and clicking on them to dye and placing them on stairs, only candles on skulls don't work for the new dyes.

Missing dye tags

Vanilla dyes are tagged forge:dyes and forge:dyes/<color>.

This would allow adding new tags with a datapack without having to remake all the recipes using them.

IncompatibleClassChangeError crash with Botania

Independently of the mod loader, the presence of Dye Depot seems to cause an IncompatibleClassChangeError crash in Botania v443. The crash happens specifically on start-up in the floating flower registration logic, but that's by far not the only place where the DyeColors enum is referenced, so it's probably just the first of several places to error out.

Logs:

  • Fabric (just with Dye Depot and Botania and its dependencies)
  • Forge (not sure how permanent this is, it was reported by a user on the Violet Moon forums)

We are also tracking this issue on the Botania issues list for reference: VazkiiMods/Botania#4589

Suggestion: on load automatic texture creation

I'm not a java programmer, i just know it can be done in other stuff(javascript, html, ect) so hopefully it can be done here.

What I'm suggesting is creating an image file for each dye, so that when overlaied over a white texture at say 75% opacity it produces the dye color on that texture. that new texture is then used as the new colored version of the item in game. it won't be 100% perfect, but it be an excellent way to provide universal compatibility until you can provide support for specific mods.

That way there are never any funky black & magenta boxes in game.
Alternatively an option to disable any items without textures would be cool too

[Forge] Add Concrete and Concrete Powder blocks to their respective tags

Dye Depot concrete blocks are not currently tagged with their respective Forge tags: #forge:concrete and #forge:concrete_powders respectively. Tagging them wouldn't change much for most end users, but would make it so that any Forge modded recipes involving concrete would automatically count Dye Depot concrete blocks as valid ingredients. This is already done for terracotta blocks by tagging them with #minecraft:terracotta, but could be improved by also adding glazed terracotta blocks to the dedicated #minecraft:glazed_terracotta tag.

[Forge] Villagers will not use Dye Depot beds

(Posted also to the Discord)

Loader: Forge 47.2.17
Minecraft Version: 1.20.1
Mod Version: 1.0.0

Issue: Villagers will not use beds dyed in Dye Depot colors. They behave as though the bed is not there functionally and attempt to pathfind to the nearest Minecraft bed (Blue, Red, Orange, etc) or will pace though the night in a panic if there are no Minecraft beds available.

I discovered this while renovating a village and opting to give them a variety of Dye Depot beds intermingled with Minecraft bed. At first I thought the issue was the Villagers being attached to their old bed locations, but then discovered that as soon as they had access to a Minecraft bed they bolted for it and slept.

I proceeded to experiment by giving one villager at a time the choice of a brand new Dye Depot bed and a brand new Minecraft bed. In every instance, the villager chose the Minecraft bed no matter how far away it was and how close they were to the Dye Depot bed.

Known mod incompatabilites

Create: Valve Handles, Toolboxes, Nixie Tubes (right clicking with dye) and Seats.
Create Deco: Shipping Containers and Placards.
Create Steam 'n' Rails: Conductor's Caps and Locometal.
Create Numismatics: Cards and ID Cards.
Create Interiors: Chairs and Floor Chairs.
Scholar: Writable Books and Written Books.
Supplementaries: Flags, Presents, Trapped Presents and Candle Holders
Supplementaries Squared: Sacks and Gold Candle Holders.
Amendments: Hanging banners,
Sleep Tight: Hammocks.
Snowy Spirit: Gumdrops and Glow Lights.
Domestication Innovation: Pet Beds.
Alex's Mobs: DD Carpets on Elephants
Alex's Caves: Radon Lamps.

Suggestion: Mod whitelist/blacklist

Hey, we tried out this mod in a modpack and had a few issues with some incompatible mods, namely Better End for example.

I was wondering if it would be possible to add some kind of whitelist/blacklist that would allow players to choose which mods to apply Dye Depot on ? that way, when a mod is incompatible, or when we don't like how it applies to a mod, we can just disable it, so that we can use that mod with the mods we'd like it to apply to.

What do you think ?

cant dye base game items

example: im trying to dye a bed indigo. combining the bed with the dye in crafting table has no results and combining wool with the dye has none either. when i look in jei it says that the only way to craft the indigo bed is to combine it with one of the modded dyed beds, which i cant craft due to not being able to dye base game items.
image
image

Compat with Create

It would be great to have a compatibility texture pack for the Create mod, as currently the blocks and items exist in Dye Depot colors, but have the pink-and-black missing model texture.

[Feature Idea] Dye Vat (villager profession?)

As a niche villager and modern crafting bench enjoyer, I would really enjoy a bench which makes creating dyes a little bit easier with the wider variety you provided.

Perhaps a Dye Vat which takes all dyes as a material and would be an interesting way to bring a little parity with the Loom, Cartography table, and other related profession benches.

As a result, you could implement a Dye Merchant as a profession, providing an alternate source/introduction to the new dyes?

Incompatibility with Bewitchment on Fabric

https://modrinth.com/mod/bewitchment is apparently causing a crash when dye depot is installed.
This is from a friend so i don't have all the details, but the game only worked when DD wasn't installed

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 2024-03-24 09:45:52
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'bewitchment'!
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at net.minecraft.class_310.(class_310.java:458)
at net.minecraft.client.main.Main.main(Main.java:211)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.ExceptionInInitializerError
at moriyashiine.bewitchment.common.Bewitchment.onInitialize(Bewitchment.java:196)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384)
... 6 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 21 out of bounds for length 21
at moriyashiine.bewitchment.common.registry.BWObjects.createAltar(BWObjects.java:409)
at moriyashiine.bewitchment.common.registry.BWObjects.(BWObjects.java:220)
... 8 more

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

-- Head --
Thread: Render thread
Stacktrace:
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at net.minecraft.class_310.(class_310.java:458)

-- Initialization --
Details:
Modules:
ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
DBGHELP.DLL:Windows Image Helper:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
GDI32.dll:GDI Client DLL:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.2792 (WinBuild.160101.0800):Microsoft Corporation
IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
MpOav.dll:IOfficeAntiVirus Module:4.18.24020.7 (f5b7a53876c03330b0e7c1a6020590269cbbc2b6):Microsoft Corporation
NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
Ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
POWRPROF.dll:Power Profile Helper DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
SHELL32.dll:Windows Shell Common Dll:10.0.22621.2792 (WinBuild.160101.0800):Microsoft Corporation
UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
awt.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
gdi32full.dll:GDI Client DLL:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
java.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
javaw.exe:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
jemalloc.dll
jimage.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
jli.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
jna8749682667105881893.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
jsvml.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
jvm.dll:Zulu 64-Bit Server VM:17.0.9:Azul Systems Inc.
kernel.appcore.dll:AppModel API Host:10.0.22621.2715 (WinBuild.160101.0800):Microsoft Corporation
lwjgl.dll
management.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
management_ext.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
mc-sec-plugin-x64.dll:McAfee Antivirus Core Plugin:1.1.2569.0:McAfee, LLC
msvcp140.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
net.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
nio.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
ntdll.dll:NT Layer DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
ntmarta.dll:Windows NT MARTA provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
profapi.dll:User Profile Basic API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
sunmscapi.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30135.0 built by: vcwrkspc:Microsoft Corporation
verify.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
win32u.dll:Win32u:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation
windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
wshbth.dll:Windows Sockets Helper DLL:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
zip.dll:Zulu Platform x64 Architecture:17.0.9:Azul Systems Inc.
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:211)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 17.0.9, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
Memory: 480307448 bytes (458 MiB) / 1056964608 bytes (1008 MiB) up to 9529458688 bytes (9088 MiB)
CPUs: 16
Processor Vendor: GenuineIntel
Processor Name: 13th Gen Intel(R) Core(TM) i7-1360P
Identifier: Intel64 Family 6 Model 186 Stepping 2
Microarchitecture: unknown
Frequency (GHz): 2.61
Number of physical packages: 1
Number of physical CPUs: 12
Number of logical CPUs: 16
Graphics card #0 name: Intel(R) Iris(R) Xe Graphics
Graphics card #0 vendor: Intel Corporation (0x8086)
Graphics card #0 VRAM (MB): 1024.00
Graphics card #0 deviceId: 0xa7a0
Graphics card #0 versionInfo: DriverVersion=31.0.101.4575
Memory slot #0 capacity (MB): 2048.00
Memory slot #0 clockSpeed (GHz): 6.40
Memory slot #0 type: Unknown
Memory slot #1 capacity (MB): 2048.00
Memory slot #1 clockSpeed (GHz): 6.40
Memory slot #1 type: Unknown
Memory slot #2 capacity (MB): 2048.00
Memory slot #2 clockSpeed (GHz): 6.40
Memory slot #2 type: Unknown
Memory slot #3 capacity (MB): 2048.00
Memory slot #3 clockSpeed (GHz): 6.40
Memory slot #3 type: Unknown
Memory slot #4 capacity (MB): 2048.00
Memory slot #4 clockSpeed (GHz): 6.40
Memory slot #4 type: Unknown
Memory slot #5 capacity (MB): 2048.00
Memory slot #5 clockSpeed (GHz): 6.40
Memory slot #5 type: Unknown
Memory slot #6 capacity (MB): 2048.00
Memory slot #6 clockSpeed (GHz): 6.40
Memory slot #6 type: Unknown
Memory slot #7 capacity (MB): 2048.00
Memory slot #7 clockSpeed (GHz): 6.40
Memory slot #7 type: Unknown
Virtual memory max (MB): 40206.71
Virtual memory used (MB): 19056.44
Swap memory total (MB): 24138.01
Swap memory used (MB): 944.76
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx9088M
Fabric Mods:
adorn: Adorn 5.0.1+1.20.1
advancednetherite: Advanced Netherite 2.0.2-1.20.1
amendments: Amendments 1.20-1.1.10
mixinsquared: MixinSquared 0.1.1
another_furniture: Another Furniture 1.20.1-3.0.1
antique-atlas: Antique Atlas 1.4.3+1.20
folk_sisby_kaleido-config: kaleido-config 0.1.1+1.1.0-beta.3
aquamirae: Aquamirae 6
architectury: Architectury 9.2.14
athena: Athena 3.1.1
attributefix: AttributeFix 21.0.4
bagofholding: Bag Of Holding 8.0.2
extensibleenums: Extensible Enums 7.0.1
puzzlesapi: Puzzles Api 8.1.6
cardinal-components-base: Cardinal Components API (base) 5.2.2
cardinal-components-entity: Cardinal Components API (entities) 5.2.2
puzzlesaccessapi: Puzzles Access Api 8.0.9
bakery: [Let's Do] Bakery 1.1.5
bc_bewitchment_compat: Better Combat Bewitchment Compatibility 1
bclib: BCLib 3.0.14
wunderlib: WunderLib 1.1.5
bedrockcrafter-fabric: Bedrock Crafter 1.3.0-MC1.20.1-Fabric
bellsandwhistles: Create: Bells & Whistles 0.4.5
bettercombat: Better Combat 1.8.4+1.20.1
betternether: Better Nether 9.0.10
bewitchment: Bewitchment 1.20-8
impersonate: Impersonate 2.10.2
midnightlib: MidnightLib 1.4.1
playerabilitylib: Pal 1.8.0
step-height-entity-attribute: Step Height Entity Attribute 1.2.0
terraform-wood-api-v1: Terraform Wood API (v1) 7.0.3
bountiful: Bountiful 6.0.3+1.20.1
chipped: Chipped 3.0.4
cloth-config: Cloth Config v11 11.1.118
cloth-basic-math: cloth-basic-math 0.6.1
comforts: Comforts 6.3.5+1.20.1
spectrelib: SpectreLib 0.13.15+1.20.1
copycats: Create: Copycats+ 1.20.1-1.2.2
cpm: Customizable Player Models 0.6.15a
cpmsvcc: CPM SVC Compat 1.2.0
create: Create 0.5.1-f-build.1335+mc1.20.1
com_electronwill_night-config_core: core 3.6.5
com_electronwill_night-config_toml: toml 3.6.5
com_google_code_findbugs_jsr305: jsr305 3.0.2
flywheel: Flywheel 0.6.10-2
milk: Milk Lib 1.2.60
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
porting_lib_accessors: Porting Lib Accessors 2.3.0+1.20.1
porting_lib_base: Porting Lib Base 2.3.0+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.3.0+1.20.1
porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.0+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.0+1.20.1
porting_lib_utility: Porting Lib Utility 2.3.0+1.20.1
porting_lib_brewing: Porting Lib Brewing 2.3.0+1.20.1
porting_lib_client_events: Porting Lib Client Events 2.3.0+1.20.1
porting_lib_entity: Porting Lib Entity 2.3.0+1.20.1
porting_lib_extensions: Porting Lib Extensions 2.3.0+1.20.1
porting_lib_attributes: Porting Lib Attributes 2.3.0+1.20.1
porting_lib_common: Porting Lib Common 2.3.0+1.20.1
porting_lib_core: Porting Lib Core 2.3.0+1.20.1
porting_lib_models: Porting Lib Models 2.3.0+1.20.1
porting_lib_networking: Porting Lib Networking 2.3.0+1.20.1
porting_lib_obj_loader: Porting Lib Obj Loader 2.3.0+1.20.1
porting_lib_model_loader: Porting Lib Model Loader 2.3.0+1.20.1
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_tool_actions: Porting Lib Tool Actions 2.3.0+1.20.1
porting_lib_transfer: Porting Lib Transfer 2.3.0+1.20.1
registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
porting_lib_data: Porting Lib Data 2.1.1090+1.20
porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
create_enchantment_industry: Create Enchantment Industry 1.2.16
create_dragon_lib: Create Dragon Lib 1.4.2
creeperoverhaul: Creeper Overhaul 3.0.2
cristellib: Cristel Lib 1.1.5
blue_endless_jankson: jankson 1.2.3
ctov: ChoiceTheorem's Overhauled Village 3.4.2
deeperdarker: Deeper and Darker 1.2.6
customportalapi: Custom Portal Api 0.0.1-beta64-1.20
doapi: [Let's Do] API 1.2.9
dye_depot: Dye Depot 1.0.1-fabric
earthtojavamobs: Earth2Java 1.10.1
emi: EMI 1.1.3+1.20.1+fabric
emi_loot: EMI Loot 0.6.5+1.20.1
emiffect: EMIffect 1.1.2+mc1.20.1
emitrades: EMI Trades 1.2.1+mc1.20.1
org_quiltmc_parsers_json: json 0.2.1
endermanoverhaul: Enderman Overhaul 1.0.4
endrem: End Remastered 5.2.4
expanded_ecosphere: Expanded Ecosphere 3.2.4
exposure: Exposure 1.4.0
extra-mod-integrations: Extra Mod Integrations 0.4.3+1.20.1
extrakeybinds: ThatRobins Extra Origins Keybinds 0.5.0+1.17-1.19.4
fabric-api: Fabric API 0.92.0+1.20.1
fabric-api-base: Fabric API Base 0.4.31+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.4+1802ada577
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
fabric-language-kotlin: Fabric Language Kotlin 1.10.19+kotlin.1.9.23
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.23
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.23
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.23
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.23
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.2
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
fabricloader: Fabric Loader 0.15.7
mixinextras: MixinExtras 0.3.5
farmersdelight: Farmer's Delight 1.20.1-1.4.3
fastload: Fast Load 3.4.0
conditional-mixin: conditional mixin 0.3.2
fastload-119-0-1-2-compat: Fastload 1.19-0-1-2 Compatibility 3.4.0
fastload-1193-compat: Fastload 1.19.3 Compatibility 3.4.0
fastload-1194-compat: Fastload 1.19.4 Compat 3.4.0
fastload_fapi_forward: Fastload Fabric-api Forwarding 1.0.2
ferritecore: FerriteCore 6.0.1
fishofthieves: Fish of Thieves 3.0.4
forgeconfigapiport: Forge Config API Port 8.0.0
friendsandfoes: Friends&Foes 2.0.10
geckolib: GeckoLib 4 4.4.2
com_eliotlash_mclib_mclib: mclib 20
handcrafted: Handcrafted 3.0.6
herbalbrews: [Let's Do] HerbalBrews 1.0.6
immersive_armors: Immersive Armors 1.6.1+1.20.1
immersive_melodies: Immersive Melodies 0.1.0+1.20.1
integrated_api: Integrated API 1.3.7+1.20.1-fabric
integrated_stronghold: Integrated Stronghold 1.1.0+1.20.1-fabric
jade: Jade 11.8.0
java: OpenJDK 64-Bit Server VM 17
kambrik: Kambrik 6.1.1+1.20.1
krypton: Krypton 0.2.3
com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
lithostitched: Lithostitched 1.1.5
lookinsharp: Lookin' Sharp! 1.0.2
reach-entity-attributes: Reach Entity Attributes 2.4.1
mcda: MC Dungeons Armors 5.0.1
mcdw: MC Dungeons Weapons 9.0.1
mcwdoors: Macaw's Doors 1.1.0
minecraft: Minecraft 1.20.1
modernfix: ModernFix 5.14.0+mc1.20.1
modmenu: Mod Menu 7.2.2
moonlight: Moonlight 1.20-2.11.4
musketmod: Musket Mod 1.4.6-X
mythicmounts: Mythic Mounts 1.20.1-7.2
naturalist: Naturalist 4.0.3
naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
nethervinery: [Let's Do] NetherVinery 1.2.8
obscure_api: Obscure API 16
origins: Origins 1.10.0
apoli: Apoli 2.9.0
additionalentityattributes: Additional Entity Attributes 1.3.0+1.20.0
calio: Calio 1.11.0
origins-classes: Origins: Classes 1.7.0
packedup: Packed Up 1.0.30
patchouli: Patchouli 1.20.1-84-FABRIC
fiber: fiber 0.23.0-2
pehkui: Pehkui 3.7.12+1.14.4-1.20.4
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
player-animator: Player Animator 1.0.2-rc1+1.20
presencefootsteps: Presence Footsteps 1.9.1
kirin: Kirin UI 1.15.4+1.20
puzzleslib: Puzzles Lib 8.1.17
railways: Create: Steam 'n' Rails 1.5.3+fabric-mc1.20.1
mm: Manningham Mills 2.3
resourcefulconfig: Resourcefulconfig 2.1.2
resourcefullib: Resourceful Lib 2.1.23
com_teamresourceful_bytecodecs: bytecodecs 1.0.2
com_teamresourceful_yabn: yabn 1.0.3
sawmill: Universal Sawmill 1.20-1.3.8
smallships: Small Ships 2.0.0-b1.1
soulsweapons: Marium's Soulslike Weaponry 1.1.0-1.20-fabric
sound_physics_remastered: Sound Physics Remastered 1.20.1-1.3.1
spelunkery: Spelunkery 1.20.1-0.3.5
structory: Structory 1.3.2
supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
supermartijn642corelib: SuperMartijn642's Core Lib 1.1.17
supplementaries: Supplementaries 1.20-2.8.4
suppsquared: Supplementaries Squared 1.20-1.1.14
theorcs: theorcs fabric-1.20.x-1.0
trinkets: Trinkets 3.7.1
twigs: Twigs 3.1.0
universal-graves: Universal Graves 3.0.1+1.20.1
common-protection-api: Common Protection API 1.0.0
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
placeholder-api: Placeholder API 2.1.3+1.20.1
polymer-core: Polymer (Core) 0.5.19+1.20.1
polymer-networking: Polymer (Networking) 0.5.19+1.20.1
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.5.19+1.20.1
polymer-resource-pack: Polymer (Resource Pack) 0.5.19+1.20.1
polymer-virtual-entity: Polymer (Virtual Entity) 0.5.19+1.20.1
polymer-common: Polymer (Common) 0.5.19+1.20.1
predicate-api: Predicate API 0.2.1+1.20.1
server_translations_api: Server Translations API 2.0.0+1.20
packet_tweaker: Packet Tweaker 0.4.0+1.19.4
sgui: sgui 1.2.2+1.20
vcinteraction: Voice Chat Interaction 1.20.1-1.0.6
vinery: [Let's Do] Vinery 1.4.13
voicechat: Simple Voice Chat 1.20.1-2.5.8
xaerominimap: Xaero's Minimap 23.9.7
yet_another_config_lib_v3: YetAnotherConfigLib 3.2.2+1.20
com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
org_quiltmc_parsers_gson: gson 0.2.1
Flywheel Backend: Uninitialized
Launched Version: 1.20.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: Unknown
Window size:
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
CPU:

Invalid Player Data

When i log in my Singleplayer World with the mod installed, i get the Invalid Player Data message the first time i try to load it, second time works fine, but happens again after reopening Minecraft, i'll avoid using it for now to avoid world corruption, gonna drop the entire log and the part where the problem apparently is.

2024-03-24-1.log

weirdpartofthelog.txt

[Mod Support] Incomplete Conventional Block Tags

My (as yet non-public) mod has an advancement that requires all dyed banners — I use the minecraft:banners and c:dyed tags for this, however, your mod forgot to add its new blocks to c:dyed and therefore it is impossible for my and, I think, some other mods to support your mod

A few compat requests

Please forgive me if any of these have already been mentioned, figured it'd be easier for both parties to put them all in one place.

The following is a list of specific items from mods that generate compat material, though the models for the items fail to render as they should, resulting in the default pink/black cube. This list solely exists for reference purposes, not as a complaint or urgent issue.

Create:

  • Valve Handle
  • Toolbox
  • Seat

Create Deco:

  • Shipping Container
  • Placard

Create Steam & Rails:

  • Conductor Hat

Create Numismatics:

  • Card
  • ID Card

Create Interiors:

  • Floor Chair
  • Chair

Supplementaries Squared:

  • Sack
  • Gold Candle Holder (Regular candle holder works fine, oddly enough)

Furnish:

  • Awning
  • Curtain
  • Sofa
  • Showcase
  • Amphora
  • Plate
  • Paper Lamp

Mod crashing when opening the creative menu

The mod crashes when opening the creative menu in forge 1.20.1 it doesn't create a crash log for some ungodly reason granted the pack is 400 mods big so it could be mod incompat I don't know how I could help with this if you want the whole pack I can provide it.

Edit: upon further testing i found it was an incompatibility with the rats mod for some reason

to replicate this just install both mods and open the creaetive menu for your client to crash.

Edit 2: upon even further testing on a server with a friend having both mods on the world for some reason caused the server to have memory leaks and crash, cause rollbacks, and even messing with waystones mod and deleting some waystones i have no idea how or why please look into this further.

Recipes for dying amber items are broken, files refer to tan instead of amber dye

The JSON files for dying beds, carpets, shulker boxes, and wool amber are broken:
dye_amber_bed.json
dye_amber_carpet.json
dye_amber_shulker_box.json
dye_amber_wool.json

Both the dye ingredient ( "item": "dye_depot:tan_dye") and recipe output ( "item": "dye_depot:tan_x") are tan instead of amber. This makes those items uncraftable.

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.