Giter Club home page Giter Club logo

farmersdelight's Introduction

GitHub Stats

farmersdelight's People

Contributors

bageldotjpg avatar baooduy avatar cdagaming avatar cerealconjugo avatar chloedawn avatar chronosacaria avatar ckenja avatar conductivefoam avatar dalumma avatar darkhax avatar eutro avatar eutropius225 avatar franndzs avatar graypix avatar jozufozu avatar justkaisa avatar kardane avatar lordgrimmauld avatar markus1002 avatar mehvahdjukaar avatar merchantpug avatar ochotonida avatar simgithub5 avatar sv3r avatar umpaz avatar vectorwing avatar verdapegasus avatar witixin1512 avatar wuzgxy-github avatar xmikux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

farmersdelight's Issues

[Feature Request] Fabric Seasons: Delight Compat Support

Minecraft version

1.20.1

Farmer's Delight version

2.0.16

Fabric Loader version

0.15.9

Fabric API version

0.92.1

Description

https://modrinth.com/mod/fabric-seasons-delight-compat

It seems like it already half-works, as in a few of the seeds show the correct tooltip saying they grow faster in X season, but some don't.

Base Profile Screenshot 2024 04 09 - 20 38 29 83
Base Profile Screenshot 2024 04 09 - 20 38 32 49

Steps to reproduce

Install Farmers Delight Refabricated
Install Fabric Seasons + Delight Compat

Mod list

Farmer's Delight Refabricated
Fabric Seasons
Fabric Seasons: Delight Compat
Reqs

Logs

N/A

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Caused by: java.lang.ClassNotFoundException: com.nhoryzon.mc.farmersdelight.block.TomatoVineBlock

Minecraft version

1.20.1

Farmer's Delight version

2.0.17

Fabric Loader version

0.15.7

Fabric API version

0.88.1+1.20.1

Description

crash on pressing play. crash log says Caused by: java.lang.ClassNotFoundException: com.nhoryzon.mc.farmersdelight.block.TomatoVineBlock

Steps to reproduce

press play, watch crash.

Mod list

fabricloader: Fabric Loader 0.15.7
farmersdelight: Farmer's Delight 1.20.1-2.0.17+refabricated
farmersrespite: Farmer's Respite 3.0.2
fdjei: Just Enough Farmer's Recipes 1.0.1
forgeconfigapiport: Forge Config API Port 8.0.0
forgeconfigscreens: Forge Config Screens 8.0.2
handcrafted: Handcrafted 3.0.6
handoveryouritems: Hand Over Your Items 3.2
healingcampfire: Healing Campfire 5.3
indium: Indium 1.0.21+mc1.20.1
infinitetrading: Infinite Trading 4.3
inventorytotem: Inventory Totem 3.2
iris: Iris 1.6.4
itemswapper: ItemSwapper 0.5.3-mc1.20.1
jei: Just Enough Items 15.3.0.4
linkart: Linkart 5.4.1-1.20.2
mcwpaintings: Macaw's Paintings 1.0.5
modmenu: Mod Menu 7.2.2
moonlight: Moonlight 1.20-2.10.10
mr_tool_trims: Tool Trims 2.0.2+1.20
niftycarts: NiftyCarts 3.0.1+1.20.1
openpartiesandclaims: Open Parties and Claims 0.20.4
origins: Origins 1.10.0
apoli: Apoli 2.9.0
origins-classes: Origins: Classes 1.7.0
originstweaks: OriginsTweaks 1.15.3
paperbooks: Paper Books 3.2
pehkui: Pehkui 3.8.0+1.14.4-1.20.4
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
resourcefullib: Resourceful Lib 2.1.23
sodium: Sodium 0.4.10+build.27
stackablepotions: Stackable Potions 1.0.0
supplementaries: Supplementaries 1.20-2.8.4
tooltipfix: ToolTip Fix 1.1.1-1.20
tramplenomore: TrampleNoMore 13.0.3
treeharvester: Tree Harvester 8.7
universal_ores: Universal Ores 1.5.2
urlmusicdiscs: URL Music Discs 1.2.0
vanillazoom: Vanilla Zoom 2.3
villagernames: Villager Names 7.3
voicechat: Simple Voice Chat 1.20.1-2.5.6
xaerominimap: Xaero's Minimap 23.9.7
xaeroworldmap: Xaero's World Map 1.37.8

Logs

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 2024-04-20 09:06:13
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'farmersdelight'!
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)
Suppressed: java.lang.NoClassDefFoundError: com/nhoryzon/mc/farmersdelight/block/TomatoVineBlock
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:160)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:355)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:160)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:355)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
at net.mehvahdjukaar.supplementaries.integration.FarmersDelightCompat.init(FarmersDelightCompat.java)
at net.mehvahdjukaar.supplementaries.integration.CompatHandler.initOptionalRegistries(CompatHandler.java:94)
at net.mehvahdjukaar.supplementaries.reg.ModRegistry.init(ModRegistry.java:49)
at net.mehvahdjukaar.supplementaries.Supplementaries.commonInit(Supplementaries.java:60)
at net.mehvahdjukaar.supplementaries.fabric.SupplementariesFabric.onInitialize(SupplementariesFabric.java:16)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384)
... 6 more
Caused by: java.lang.ClassNotFoundException: com.nhoryzon.mc.farmersdelight.block.TomatoVineBlock
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 28 more
Caused by: java.lang.NoClassDefFoundError: io/github/fabricators_of_create/porting_lib/config/ConfigType
at vectorwing.farmersdelight.FarmersDelight.onInitialize(FarmersDelight.java:44)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384)
... 6 more
Caused by: java.lang.ClassNotFoundException: io.github.fabricators_of_create.porting_lib.config.ConfigType
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 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.3374 (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.3374 (WinBuild.160101.0800):Microsoft Corporation
KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
MpOav.dll:IOfficeAntiVirus Module:4.18.24030.9 (cd8105518e5571788ee3b6a178bae8fbcdf461a8):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.3374 (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.30139.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
bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.3374 (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.3374 (WinBuild.160101.0800):Microsoft Corporation
java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft
jemalloc.dll
jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
jna10600581311729476211.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft
kernel.appcore.dll:AppModel API Host:10.0.22621.2715 (WinBuild.160101.0800):Microsoft Corporation
lwjgl.dll
management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
management_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (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:OpenJDK Platform binary:17.0.8.0:Microsoft
nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
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.3374 (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.3374 (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:OpenJDK Platform binary:17.0.8.0:Microsoft
ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
verify.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
win32u.dll:Win32u:10.0.22621.3447 (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.3374 (WinBuild.160101.0800):Microsoft Corporation
zip.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
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.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 716589464 bytes (683 MiB) / 1409286144 bytes (1344 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 6600H with Radeon Graphics
Identifier: AuthenticAMD Family 25 Model 68 Stepping 1
Microarchitecture: Zen 3
Frequency (GHz): 3.29
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce RTX 3060 Laptop GPU
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2560
Graphics card #0 versionInfo: DriverVersion=31.0.15.2892
Graphics card #1 name: AMD Radeon(TM) Graphics
Graphics card #1 vendor: Advanced Micro Devices, Inc. (0x1002)
Graphics card #1 VRAM (MB): 512.00
Graphics card #1 deviceId: 0x1681
Graphics card #1 versionInfo: DriverVersion=31.0.12046.13002
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 4.80
Memory slot #0 type: Unknown
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 4.80
Memory slot #1 type: Unknown
Virtual memory max (MB): 44390.37
Virtual memory used (MB): 39031.03
Swap memory total (MB): 28833.34
Swap memory used (MB): 2777.96
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
amendments: Amendments 1.20-1.1.1
mixinsquared: MixinSquared 0.1.1
anvilrestoration: Anvil Restoration 2.2
architectury: Architectury 9.2.14
athena: Athena 3.1.1
autoswitch: AutoSwitch 7.0.2
autoswitch-api: AutoSwitch API 3.0.0
bedspreads: Bedspreads 6.2.0+1.20.1
betterf3: BetterF3 7.0.2
cloth-config: Cloth Config v11 11.1.106
cloth-basic-math: cloth-basic-math 0.6.1
biomemakeover: Biome Makeover 1.20.1-1.11.4
taniwha: Taniwha 1.20.0-5.4.4
bookshelf: Bookshelf 20.1.9
botanypots: BotanyPots 13.0.24
botanytrees: BotanyTrees 9.0.11
brewinandchewin: Brewin And Chewin 3.0.3+1.20.1
mm: Manningham Mills 2.3
campfirespawnandtweaks: Campfire Spawn and Tweaks 3.6
carryon: Carry On 2.1.2.7
chipped: Chipped 3.0.4
citresewn: CIT Resewn 1.1.3+1.20
citresewn-defaults: CIT Resewn: Defaults 1.1.3+1.20
cleardespawn: Clear Despawn 1.1.15
collective: Collective 7.36
continuity: Continuity 3.0.0-beta.4+1.20.1
cpm: Customizable Player Models 0.6.14c
create: Create 0.5.1-d-build.1161+mc1.20.1
com_electronwill_night-config_core: core 3.6.3
com_electronwill_night-config_toml: toml 3.6.3
com_google_code_findbugs_jsr305: jsr305 3.0.2
flywheel: Flywheel 0.6.9-1
milk: Milk Lib 1.2.60
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
porting_lib_accessors: Porting Lib Accessors 2.1.1127+1.20
porting_lib_base: Porting Lib Base 2.1.1127+1.20
porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1127+1.20
porting_lib_utility: Porting Lib Utility 2.1.1127+1.20
porting_lib_brewing: Porting Lib Brewing 2.1.1127+1.20
porting_lib_client_events: Porting Lib Client Events 2.1.1127+1.20
porting_lib_entity: Porting Lib Entity 2.1.1127+1.20
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.1.1127+1.20
porting_lib_extensions: Porting Lib Extensions 2.1.1127+1.20
porting_lib_fake_players: Porting Lib Fake Players 2.1.1127+1.20
porting_lib_models: Porting Lib Models 2.1.1127+1.20
porting_lib_networking: Porting Lib Networking 2.1.1127+1.20
porting_lib_core: Porting Lib Core 2.1.1127+1.20
porting_lib_gametest: Porting Lib GameTest 2.1.1127+1.20
porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1127+1.20
porting_lib_attributes: Porting Lib Attributes 2.1.1127+1.20
porting_lib_common: Porting Lib Common 2.1.1127+1.20
porting_lib_model_loader: Porting Lib Model Loader 2.1.1127+1.20
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_tool_actions: Porting Lib Tool Actions 2.1.1127+1.20
porting_lib_transfer: Porting Lib Transfer 2.1.1127+1.20
reach-entity-attributes: Reach Entity Attributes 2.4.0
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_model_materials: Porting Lib Model Materials 2.1.1090+1.20
createorigins: Create: Origins 1.2.1+1.20.1
culturalcreators: Cultural Creators 1.0.0
culturaldelights: Cultural Delights Fabric 1.0.0+1.20.1
terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
customizableelytra: Customizable Elytra 1.6.6-1.19.4
cyclepaintings: Cycle Paintings 3.5
dawn: Dawn API 5.0.0
terraform-shapes-api-v1: Terraform Shapes API (v1) 7.0.1
delightfulcreators: Delightful Creators 1.1.8
easyelytratakeoff: Easy Elytra Takeoff 4.2
entity_model_features: Entity Model Features 1.2.3
entity_texture_features: Entity Texture Features 5.2.3
org_apache_httpcomponents_httpmime: httpmime 4.5.10
expandeddelight: Expanded Delight 0.3.0.2
extendedbonemeal: Extended Bone Meal 3.3
extraorigins: Extra Origins 1.20-4
fabric-api: Fabric API 0.88.1+1.20.1
fabric-api-base: Fabric API Base 0.4.30+7abfd51577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77
fabric-block-api-v1: Fabric Block API (v1) 1.0.10+92a0d36777
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.0+92a0d36777
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77
fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577
fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77
fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77
fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.2.2+1e61dba177
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77
fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177
fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677
fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877
fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.1.3+92a0d36777
fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.3+6bdb2ed077
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.36+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77
fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.1+195226a777
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77
fabricloader: Fabric Loader 0.15.7
mixinextras: MixinExtras 0.3.5
farmersdelight: Farmer's Delight 1.20.1-2.0.17+refabricated
farmersrespite: Farmer's Respite 3.0.2
fdjei: Just Enough Farmer's Recipes 1.0.1
forgeconfigapiport: Forge Config API Port 8.0.0
forgeconfigscreens: Forge Config Screens 8.0.2
handcrafted: Handcrafted 3.0.6
handoveryouritems: Hand Over Your Items 3.2
healingcampfire: Healing Campfire 5.3
indium: Indium 1.0.21+mc1.20.1
infinitetrading: Infinite Trading 4.3
inventorytotem: Inventory Totem 3.2
iris: Iris 1.6.4
io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
itemswapper: ItemSwapper 0.5.3-mc1.20.1
jade: Jade 11.8.0
java: OpenJDK 64-Bit Server VM 17
jei: Just Enough Items 15.3.0.4
linkart: Linkart 5.4.1-1.20.2
dark-matter-base: Dark Matter Base 3.0.0-1.19.2
mcwpaintings: Macaw's Paintings 1.0.5
minecraft: Minecraft 1.20.1
modmenu: Mod Menu 7.2.2
moonlight: Moonlight 1.20-2.10.10
mr_tool_trims: Tool Trims 2.0.2+1.20
niftycarts: NiftyCarts 3.0.1+1.20.1
openpartiesandclaims: Open Parties and Claims 0.20.4
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
cardinal-components-base: Cardinal Components API (base) 5.2.1
cardinal-components-entity: Cardinal Components API (entities) 5.2.1
playerabilitylib: Pal 1.8.0
origins-classes: Origins: Classes 1.7.0
originstweaks: OriginsTweaks 1.15.3
paperbooks: Paper Books 3.2
pehkui: Pehkui 3.8.0+1.14.4-1.20.4
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
resourcefullib: Resourceful Lib 2.1.23
com_teamresourceful_bytecodecs: bytecodecs 1.0.2
com_teamresourceful_yabn: yabn 1.0.3
sodium: Sodium 0.4.10+build.27
stackablepotions: Stackable Potions 1.0.0
supplementaries: Supplementaries 1.20-2.8.4
tooltipfix: ToolTip Fix 1.1.1-1.20
tramplenomore: TrampleNoMore 13.0.3
treeharvester: Tree Harvester 8.7
universal_ores: Universal Ores 1.5.2
urlmusicdiscs: URL Music Discs 1.2.0
com_google_code_gson_gson: gson 2.10.1
net_lingala_zip4j_zip4j: zip4j 2.11.5
vanillazoom: Vanilla Zoom 2.3
villagernames: Villager Names 7.3
voicechat: Simple Voice Chat 1.20.1-2.5.6
xaerominimap: Xaero's Minimap 23.9.7
xaeroworldmap: Xaero's World Map 1.37.8
Flywheel Backend: Uninitialized
Launched Version: fabric-loader-0.15.7-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:

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

automation of cutting only works for one item type

Minecraft version

1.20.1

Farmer's Delight version

1.20.1-2.0.17+refabricated

Fabric Loader version

0.15.7

Fabric API version

0.92.1+1.20.1

Description

when automating cutting hoppers and similar will only insert 1 item type unless you break and replace the board

Steps to reproduce

  1. set up a board with a hopper for input
  2. put example:cutting_input_one in the hopper
  3. cut until input runs out
  4. put example:cutting_input_two in the hopper
  5. observe it doesn't get put in the board
  6. break and replace board
  7. observe again

Mod list

https://modrinth.com/modpack/spectrum-public-server-pack/version/2.0.0
scroll down to the dependencies part

Logs

not logged afaik

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

No support for Brewin' and Chewin' Farmer's Delight addon

Minecraft version

1.20.1

Farmer's Delight version

2.0.12

Fabric Loader version

0.15.6

Fabric API version

0.92.0+1.20.1

Description

Farmer's Delight Refabricated crashes on launch with Brewin' and Chewin' and I was wondering if compatibility would be added.

Steps to reproduce

No response

Mod list

  • brewinandchewin fabric-2.3.1+1.20.1
  • fabric-api 0.92.0+1.20.1
  • farmersdelight 1.20.1-2.0.12

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Many tags are missing or renamed causing issues with recipies

Minecraft version

1.20.1

Farmer's Delight version

newest

Fabric Loader version

newest

Fabric API version

newest

Description

Tags for cooked chicken, cooked fishes, milk, and cooked mutton seem to be missing or renamed from some items causing many recipes to not work. For example, some recipes called for c:milk but it looks like the tag is now milks?

Steps to reproduce

No response

Mod list

.

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Farmer's delight

Minecraft version

1.20.1

Farmer's Delight version

2.0.5

Forge version

Quilt 0.24.0

Description

My server crashes whenever it tries to generate stuff related to farmers delight

Steps to reproduce

No response

Mod list

  • Supplementaries
  • Extra Origins
  • Another Furniture
  • Mob Origins
  • Dramatic Doors
  • No Chat Reports
  • oωo
  • MidnightLib
  • EnchantmentDescriptions
  • Athena
  • Extra Alchemy
  • Bookshelf
  • Glass Armor
  • Farmer's Delight
  • Cosmetic Armor
  • Resourceful Lib
  • Decorative Blocks
  • Origins: Classes
  • GeckoLib 4
  • Ecologics
  • Just Enough Items
  • Respawnable Pets
  • Apugli
  • Supplementaries Squared
  • Pehkui
  • Simple Voice Chat
  • Universal Graves
  • Origins
  • Regions Unexplored
  • BeansBackpacks
  • TerraBlender
  • AppleSkin
  • Amendments
  • More Mob Variants
  • Naturalist
  • Quilted Fabric API
  • Trinkets
  • Smarter Farmers
  • Moonlight
  • The Bumblezone - Fabric
  • Cave Dweller Fabric
  • Handcrafted
  • Force Crawl
  • Perfect Plushies
  • Joy of Painting
  • Polymorph
  • Bad Packets
  • Chipped

Logs

https://mclo.gs/6uW2d14

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Compat: Farmerʼs Respite

Minecraft version

1.20.1

Farmer's Delight version

2.1.1

Fabric Loader version

0.15.11

Fabric API version

0.92.1+1.20.1

Description

The game fails to load with Farmerʼs Delight Refabricated and Farmerʼs Respite. Probably the latter needs to do some work, and either way it should probably be on the add-on compatibility page, especially since Respite Creators already is.

Steps to reproduce

  1. Attempt to start the game
  2. See a crash before the window opens

Mod list

Quite a few; I havenʼt tested with the minimal set. The error could be elsewhere, although disabling Farmerʼs Respite does let the game launch and behave normally. But it seems like this is enough to add Farmerʼs Respite to the add-on compatibility page with a ❓ status.

I can attempt to reproduce with the minimal set later if requested.

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

java.lang.NullPointerException: Mod icon for porting_lib is null somehow (should be filled with default in this case)

Minecraft version

1.20.1

Farmer's Delight version

2.0.9

Fabric Loader version

0.15.7

Fabric API version

0.92.0

Description

im crashing when porting_lib comes up in mod menu

Steps to reproduce

  1. be in mod menu
  2. show libraries
  3. search or scroll to porting lib

Mod list

crash report:
crash-2024-03-30_13.01.02-client.txt

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

(Hanging) Canvas sign dyeing recipes not working

Minecraft version

1.20.1

Farmer's Delight version

2.0.16

Fabric Loader version

0.15.9

Fabric API version

0.92.1

Description

I'm unable to dye signs on Refabricated - checking the recipe in JEI, this is what I see:

image

I think there's an issue with the dye tags in the recipes.

Steps to reproduce

No response

Mod list

- fabric-api 0.92.1+1.20.1
   |-- fabric-api-base 0.4.31+1802ada577
   |-- fabric-api-lookup-api-v1 1.6.36+1802ada577
   |-- fabric-biome-api-v1 13.0.13+1802ada577
   |-- fabric-block-api-v1 1.0.11+1802ada577
   |-- fabric-block-view-api-v2 1.0.1+1802ada577
   |-- fabric-blockrenderlayer-v1 1.1.41+1802ada577
   |-- fabric-client-tags-api-v1 1.1.2+1802ada577
   |-- fabric-command-api-v1 1.2.34+f71b366f77
   |-- fabric-command-api-v2 2.2.13+1802ada577
   |-- fabric-commands-v0 0.2.51+df3654b377
   |-- fabric-containers-v0 0.1.64+df3654b377
   |-- fabric-content-registries-v0 4.0.11+1802ada577
   |-- fabric-convention-tags-v1 1.5.5+1802ada577
   |-- fabric-crash-report-info-v1 0.2.19+1802ada577
   |-- fabric-data-attachment-api-v1 1.0.0+de0fd6d177
   |-- fabric-data-generation-api-v1 12.3.4+1802ada577
   |-- fabric-dimensions-v1 2.1.54+1802ada577
   |-- fabric-entity-events-v1 1.6.0+1c78457f77
   |-- fabric-events-interaction-v0 0.6.2+1802ada577
   |-- fabric-events-lifecycle-v0 0.2.63+df3654b377
   |-- fabric-game-rule-api-v1 1.0.40+1802ada577
   |-- fabric-item-api-v1 2.1.28+1802ada577
   |-- fabric-item-group-api-v1 4.0.12+1802ada577
   |-- fabric-key-binding-api-v1 1.0.37+1802ada577
   |-- fabric-keybindings-v0 0.2.35+df3654b377
   |-- fabric-lifecycle-events-v1 2.2.22+1802ada577
   |-- fabric-loot-api-v2 1.2.1+1802ada577
   |-- fabric-loot-tables-v1 1.1.45+9e7660c677
   |-- fabric-message-api-v1 5.1.9+1802ada577
   |-- fabric-mining-level-api-v1 2.1.50+1802ada577
   |-- fabric-model-loading-api-v1 1.0.3+1802ada577
   |-- fabric-models-v0 0.4.2+9386d8a777
   |-- fabric-networking-api-v1 1.3.11+1802ada577
   |-- fabric-networking-v0 0.3.51+df3654b377
   |-- fabric-object-builder-api-v1 11.1.3+1802ada577
   |-- fabric-particles-v1 1.1.2+1802ada577
   |-- fabric-recipe-api-v1 1.0.21+1802ada577
   |-- fabric-registry-sync-v0 2.3.3+1802ada577
   |-- fabric-renderer-api-v1 3.2.1+1802ada577
   |-- fabric-renderer-indigo 1.5.1+1802ada577
   |-- fabric-renderer-registries-v1 3.2.46+df3654b377
   |-- fabric-rendering-data-attachment-v1 0.3.37+92a0d36777
   |-- fabric-rendering-fluids-v1 3.0.28+1802ada577
   |-- fabric-rendering-v0 1.1.49+df3654b377
   |-- fabric-rendering-v1 3.0.8+1802ada577
   |-- fabric-resource-conditions-api-v1 2.3.8+1802ada577
   |-- fabric-resource-loader-v0 0.11.10+1802ada577
   |-- fabric-screen-api-v1 2.0.8+1802ada577
   |-- fabric-screen-handler-api-v1 1.3.30+1802ada577
   |-- fabric-sound-api-v1 1.0.13+1802ada577
   |-- fabric-transfer-api-v1 3.3.5+8dd72ea377
   \-- fabric-transitive-access-wideners-v1 4.3.1+1802ada577
- fabricloader 0.15.9
   \-- mixinextras 0.3.5
- farmersdelight 1.20.1-2.0.16+refabricated
   |-- mm 2.3
   |-- porting_lib_accessors 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_base 2.3.2+1.20.1
   |    |-- com_electronwill_night-config_core 3.6.6
   |    |-- com_electronwill_night-config_toml 3.6.6
   |    |-- porting_lib_attributes 2.3.2+1.20.1
   |    |-- porting_lib_common 2.3.2+1.20.1
   |    |-- porting_lib_core 2.3.2+1.20.1
   |    |-- porting_lib_entity 2.3.2+1.20.1
   |    |-- porting_lib_fluids 2.3.2+1.20.1
   |    |-- porting_lib_mixin_extensions 2.3.2+1.20.1
   |    |-- porting_lib_transfer 2.3.2+1.20.1
   |    |-- porting_lib_utility 2.3.2+1.20.1
   |    \-- reach-entity-attributes 2.4.0
   |-- porting_lib_client_events 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_config 2.3.2+1.20.1
   |    |-- com_electronwill_night-config_core 3.6.6
   |    |-- com_electronwill_night-config_toml 3.6.6
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_extensions 2.3.2+1.20.1
   |    |-- porting_lib_attributes 2.3.2+1.20.1
   |    |-- porting_lib_common 2.3.2+1.20.1
   |    |-- porting_lib_core 2.3.2+1.20.1
   |    \-- reach-entity-attributes 2.4.0
   |-- porting_lib_lazy_registration 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_loot 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_networking 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_recipe_book_categories 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_registries 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_tags 3.0
   |    \-- porting_lib_core 2.3.2+1.20.1
   \-- porting_lib_tool_actions 2.3.2+1.20.1
        \-- porting_lib_core 2.3.2+1.20.1
- java 21
- jei 15.3.0.4
- minecraft 1.20.1

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

CTOV Farmers Delight Compatibility pack compat

Minecraft version

1.20.1

Farmer's Delight version

newest

Fabric Loader version

newest

Fabric API version

newest

Description

Will this datapack require an update from its creator to work with this version of FD, or could it be possible for a compatibility layer be added to this mod?

The datapack in question

Steps to reproduce

No response

Mod list

.

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Having Some visual issues with crop textures

Minecraft version

1.20.1

Farmer's Delight version

2.0.1

Forge version

Fabric

Description

2024-03-27_09 09 28

Steps to reproduce

No response

Mod list

alternate-current: Alternate Current 1.7.0
ambientenvironment: Ambient Environment 11.0.0.1
amendments: Amendments 1.20-1.1.12
mixinsquared: MixinSquared 0.1.1
armorful: Armorful 2.0.2+1.20
static-content: Static Content 1.0.1-1.16.2
staticdata: Static Data 1.1.2
audaki_cart_engine: Audaki Cart Engine 2.0.6
autoslabs: AutoSlabs 1.1.3
advanced_runtime_resource_pack: Runtime Resource Pack 0.8.0
statement: Statement 4.2.8+1.14.4-1.20.1
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
statement_vanilla_compatibility: Statement Vanilla Compatibility Module 1.0.1+1.16.5-1.17
beansbackpacks: BeansBackpacks 0.21-v2
bedoverhaul: BedOverhaul 1.0.2
betterarcheology: Better Archeology 1.1.6-1.20.1
betterbeds: Better Beds 1.3.0
betterclouds: Better Clouds 1.3.16+1.20.1
bettercombat: Better Combat 1.8.4+1.20.1
betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
org_reflections_reflections: reflections 0.10.2
betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.3
betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4
bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
bettermounthud: Better Mount HUD 1.2.2
betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
betterthirdperson: Better Third Person 1.9.0
betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
borderlessmining: Borderless Mining 1.1.8+1.20.1
bundlescroll: Bundle Scroll 1.1.0
cameraoverhaul: Camera Overhaul 1.4.0-fabric-universal
cavedust: Cave Dust 1.4.1
kirin: Kirin UI 1.15.0
charmonium: Charmonium 6.0.7
charmony: Charmony 6.12.0
charmony_api: Charmony API 6.7.0
com_electronwill_night-config_core: core 3.6.6
com_electronwill_night-config_toml: toml 3.6.6
com_moandjiezana_toml_toml4j: toml4j 0.7.2
clean_tooltips: Clean Tooltips 1.0
cloth-config: Cloth Config v11 11.1.118
cloth-basic-math: cloth-basic-math 0.6.1
collective: Collective 7.40
companion: Companion 5.1.0
copperandtuffbackport: CopperandTuffBackport 1.2
copperhopper: Copper Hopper 0.5.1+1.20.1
cullleaves: Cull Leaves 3.2.0
debugify: Debugify 1.20.1+2.0
dismountentity: Dismount Entity 3.2
dynamic_fps: Dynamic FPS 3.4.2
dynamiclights: Dynamic Lights 1.7.1+mod
eatinganimationid: Eating Animation 1.20+1.9.61
emi: EMI 1.1.4+1.20.1+fabric
endrem: End Remastered 5.2.4
enhanced_attack_indicator: Enhanced Attack Indicator 1.0.4+1.20
entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1
exordium: Exordium 1.2.1-mc1.20.1
explorify: Explorify v1.3.0-mc1.20
exposure: Exposure 1.4.1
extra-mod-integrations: Extra Mod Integrations 0.4.3+1.20.1
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
fabrictailor: Fabric Tailor 2.1.2
config2brigadier: Config to Brigadier 1.2.3
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
fallingleaves: Falling Leaves 1.15.5
farmersdelight: Farmer's Delight 1.20-2.0.1
porting_lib_accessors: Porting Lib Accessors 2.1.1192+1.20.1
porting_lib_base: Porting Lib Base 2.1.1192+1.20.1
porting_lib_entity: Porting Lib Entity 2.1.1192+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.1.1192+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.1.1192+1.20.1
porting_lib_transfer: Porting Lib Transfer 2.1.1192+1.20.1
porting_lib_utility: Porting Lib Utility 2.1.1192+1.20.1
porting_lib_client_events: Porting Lib Client Events 2.1.1192+1.20.1
porting_lib_config: Porting Lib Config 2.1.1192+1.20.1
porting_lib_extensions: Porting Lib Extensions 2.1.1192+1.20.1
porting_lib_asm: Porting Lib ASM 2.1.1192+1.20.1
porting_lib_attributes: Porting Lib Attributes 2.1.1192+1.20.1
porting_lib_common: Porting Lib Common 2.1.1192+1.20.1
porting_lib_core: Porting Lib Core 2.1.1192+1.20.1
reach-entity-attributes: Reach Entity Attributes 2.4.0
porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1192+1.20.1
porting_lib_loot: Porting Lib Loot 2.1.1192+1.20.1
porting_lib_networking: Porting Lib Networking 2.1.1192+1.20.1
porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.1.1192+1.20.1
porting_lib_registries: Porting Lib Registries 2.1.1192+1.20.1
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_tool_actions: Porting Lib Tool Actions 2.1.1192+1.20.1
fastpaintings: Fast Paintings 1.20-1.2.5
ferritecore: FerriteCore 6.0.1
forgeconfigapiport: Forge Config API Port 8.0.0
framework: Framework 0.6.16
org_javassist_javassist: javassist 3.29.2-GA
frostiful: Frostiful 1.0.7
mm: Manningham Mills 2.3
frycmobvariants: Mob Variants 4.4.1+1.20
galosphere: Galosphere 1.20.1-1.4.1
geckolib: GeckoLib 4 4.4.4
com_eliotlash_mclib_mclib: mclib 20
geophilic: Geophilic v2.2.0-mc1.20u1.20.2
guarding: Guarding 2.4.0
scribe: Scribe 1.20.1-0.5.0-alpha
guicompass: GUI Compass 4.4
hearths: Hearths v1.0.0-mc1.20u1.20.1
horsebuff: HorseBuff 2.1.2
indium: Indium 1.0.30+mc1.20.4
java: Java HotSpot(TM) 64-Bit Server VM 17
leavesbegone: Leaves Be Gone 8.0.0
libz: LibZ 1.0.3
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
lithium: Lithium 0.11.2
lithostitched: Lithostitched 1.1.5
make_bubbles_pop: Make Bubbles Pop Mod 0.2.0-fabric
map_atlases: Map Atlases 2.6.0
midnightlib: MidnightLib 1.4.1
minecraft: Minecraft 1.20.1
modelfix: Model Gap Fix 1.15
modmenu: Mod Menu 7.2.2
moonlight: Moonlight 1.20-2.11.9
moremobvariants: More Mob Variants 1.2.2
mr_edf_remastered: Ender Dragon Fight Remastered 4.3
mr_tool_trims: Tool Trims 2.0.2+1.20
mru: Mineblock's Repeated Utilities 0.4.0+1.20
naturalist: Naturalist 4.0.3
naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
nerb: Not Enough Recipe Book 0.3
notenoughanimations: NotEnoughAnimations 1.7.1
notes: Notes 1.20.1-2.1.0-fabric
nvidium: Nvidium 0.2.6-beta
nyfsspiders: Nyf's Spiders 2.1.1
paperdoll: Paper Doll 8.0.0
particle_core: Particle Core 0.1.2+1.20
conditional-mixin: conditional mixin 0.5.1
fzzy_config: Fzzy Config 0.1.3+1.20.1
phantasm: End's Phantasm 0.1
player-animator: Player Animator 1.0.2-rc1+1.20
puzzleslib: Puzzles Lib 8.1.18
puzzlesaccessapi: Puzzles Access Api 8.0.7
revitalized_outposts: Revitalized Outposts 1.0.0
reworked_sleep_to_night: Reworked: Sleep To Night 1.1.0
scorchful: Scorchful 0.3
cardinal-components-base: Cardinal Components API (base) 5.2.2
cardinal-components-entity: Cardinal Components API (entities) 5.2.2
simplefog: Simple Fog Control 1.4.0
snowundertrees: Snow Under Trees 2.2.0+1.20.1
sodium: Sodium 0.5.8+mc1.20.1
sounds: Sounds 0.6.0+1.20.1
spyglass_astronomy: Spyglass Astronomy 1.0.10-mc1.20.0-1
structory: Structory 1.3.4
supplementaries: Supplementaries 1.20-2.8.8
thermoo: Thermoo 2.2
timecontrol: TimeControl 1.6.0
tinkerers_smithing: Tinkerer's Smithing 2.6.7+1.20
folk_sisby_kaleido-config: kaleido-config 0.2.0+1.2.0-beta.5
tooltipfix: ToolTip Fix 1.1.1-1.20
vanillazoom: Vanilla Zoom 2.3
villagerfix: Villager Trade Fix 1.0.4
villagernames: Villager Names 7.3
villagesandpillages: Villages&Pillages 1.0.0
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
org_quiltmc_parsers_json: json 0.2.1
yungsapi: YUNG's API 1.20-Fabric-4.0.4

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Knifes don't get damaged when breaking blocks or crops

Minecraft version

1.20.1

Farmer's Delight version

2.1.1

Fabric Loader version

0.15.10

Fabric API version

0.92.1

Description

Knifes don't get damaged when breaking blocks or crops.

Steps to reproduce

No response

Mod list

  [✔] accelerated-decay-fabric-3.0.1+mc1.20.1
  [✔] ad_astra-fabric-1.20.1-1.15.18
  [✔] AdditionalStructures-1.20.x-(v.4.2.1)
  [✔] advancednetherite-fabric-2.1.0-1.20.1
  [✔] allow-portal-guis-1.0.8
  [✔] another_furniture-fabric-1.20.1-3.0.1
  [✔] architectury-9.2.14-fabric
  [✔] automobility-0.4.2+1.20.1-fabric
  [✔] azurelib-fabric-1.20.1-2.0.21
  [✔] badpackets-fabric-0.4.3
  [✔] balm-fabric-1.20.1-7.2.2
  [✔] bclib-3.0.14
  [✔] better-end-4.0.11
  [✔] better-nether-9.0.10
  [✔] bettermounthud-1.2.2
  [✔] BetterPingDisplay-Fabric-1.20.1-1.1.1
  [✔] Boat-Item-View-Fabric-1.20.1-0.0.5
  [✔] bodyhealthsystem-0.3.6
  [✔] BOMD-1.7.5-1.20.1
  [✔] botarium-fabric-1.20.1-2.3.3
  [✔] breakfree-1.2.0
  [✔] cardinal-components-api-5.2.2
  [✔] carryon-fabric-1.20.1-2.1.2.7
  [✔] chefs-delight-1.0.3-fabric-1.20.1
  [✔] chisels-and-bits-fabric-1.4.145
  [✔] cloth-config-11.1.118-fabric
  [✔] Clumps-fabric-1.20.1-12.0.0.4
  [✔] completeconfig-2.5.3
  [✔] connectiblechains-2.2.1+1.20.1
  [✔] consistency_plus-fabric-0.5.2-rc.5+1.20.1
  [✔] Controlling-fabric-1.20.1-12.0.2
  [✔] create-fabric-0.5.1-f-build.1417+mc1.20.1
  [✔] create-new-age-fabric-1.20.1-1.1.2
  [✔] create-structures-0.1.1-1.20.1-FABRIC
  [✔] createairfabric-1.0+1.20.1-18
  [✔] createdeco-2.0.2-1.20.1-fabric
  [✔] creategoggles-1.20.1-0.5.5.g-[FABRIC]
  [✔] dangerclose-merged-1.20.1-3.0.2
  [✔] dark-loading-screen-1.6.14
  [✔] delightful-creators-1.1.8
  [✔] DiagonalFences-v8.1.4-1.20.1-Fabric
  [✔] dungeons-and-taverns-3.0.3.f
  [✔] DungeonsArise-1.20.1-2.1.57-fabric-release
  [✔] dungeonz-1.0.4
  [✔] DynamicSurroundings-Fabric-1.20.1-0.3.3
  [✔] eating-animation-1.20+1.9.61
  [✘] emi-1.1.6+1.20.1+fabric.jar (disabled)
  [✔] eugenes-wealthy-plains-village-1.0.1
  [✔] exposure-1.20.1-1.5.1-fabric
  [✔] fabric-api-0.92.1+1.20.1
  [✔] fabric-carpet-1.20-1.4.112+v230608
  [✔] fabric-language-kotlin-1.10.19+kotlin.1.9.23
  [✔] fadeless-1.0.1
  [✔] FarmersDelight-1.20.1-2.1.1+refabricated
  [✔] ferritecore-6.0.1-fabric
  [✔] ForceLowerCaseCommandsFabric-1.0.0
  [✔] From-The-Fog-1.20-v1.9.2-Forge-Fabric
  [✔] geckolib-fabric-1.20.1-4.4.4
  [✔] gravestones-v1.15
  [✔] gravestonesfix-1.0.0
  [✔] guardvillagers-2.0.9-1.20.1
  [✔] herdspanic-1.1.0
  [✔] ImmediatelyFast-Fabric-1.2.12+1.20.4
  [✔] indium-1.0.30+mc1.20.4
  [✔] infinity-cave-0.4-1.20.1
  [✔] jei-1.20.1-fabric-15.3.0.4
  [✔] Kiwi-1.20.1-fabric-11.6.2
  [✔] lambdynamiclights-2.3.2+1.20.1
  [✔] lithium-fabric-mc1.20.1-0.11.2
  [✔] mcw-furniture-3.2.2-mc1.20.1fabric
  [✔] modernfix-fabric-5.17.0+mc1.20.1
  [✔] modmenu-7.2.2
  [✔] monolib-fabric-1.20.1-1.0.1
  [✔] morechathistory-1.3.0
  [✔] moreculling-1.20.4-0.24.0
  [✔] mousewheelie-1.13.0+mc1.20.1
  [✔] naturalist-fabric-4.0.3-1.20.1
  [✔] niftycarts-3.0.1+1.20.1
  [✔] NoChatReports-FABRIC-1.20.1-v2.2.2
  [✔] notenoughanimations-fabric-1.7.3-mc1.20.1
  [✔] nyfsspiders-fabric-1.20.1-2.1.1
  [✔] psychedelicraft-1.7.5+1.20.1
  [✔] PuzzlesLib-v8.1.18-1.20.1-Fabric
  [✔] reinforced-chests-2.4.2+1.20
  [✔] resourcefulconfig-fabric-1.20.1-2.1.2
  [✔] resourcefullib-fabric-1.20.1-2.1.24
  [✔] Searchables-fabric-1.20.1-1.0.3
  [✔] serverpingerfixer-1.0.4
  [✔] shulkerboxtooltip-fabric-4.0.4+1.20.1
  [✔] SimpleAnimatedGuns-1.20.1-v1.3-BETA-2
  [✔] SnowRealMagic-1.20.1-fabric-10.4.3
  [✔] sodium-fabric-0.5.8+mc1.20.1
  [✔] stacc-1.7.0
  [✔] starlight-1.1.2+fabric.dbc156f
  [✔] status-effect-bars-1.0.3
  [✔] tectonic-fabric-1.20-2.3.4
  [✔] Terralith_1.20.4_v2.4.11
  [✔] Terralith_andesite_patch
  [✔] thermite-5.0.0_mc-1.20.1
  [✔] ThinAir-v8.1.5-1.20.1-Fabric
  [✔] tooltipfix-1.1.1-1.20
  [✔] voicechat-fabric-1.20.1-2.5.12
  [✔] waystones-fabric-1.20-14.1.3
  [✔] wthit-fabric-8.10.0
  [✔] xaeroarrowfix-fabric-1.3+1.20
  [✔] Xaeros_Minimap_24.1.1_Fabric_1.20
  [✔] XaerosWorldMap_1.38.4_Fabric_1.20
  [✔] YungsApi-1.20-Fabric-4.0.4
  [✔] YungsBetterDesertTemples-1.20-Fabric-3.0.3
  [✔] YungsBetterDungeons-1.20-Fabric-4.0.4
  [✔] YungsBetterEndIsland-1.20-Fabric-2.0.6
  [✔] YungsBetterJungleTemples-1.20-Fabric-2.0.4
  [✔] YungsBetterMineshafts-1.20-Fabric-4.0.4
  [✔] YungsBetterNetherFortresses-1.20-Fabric-2.0.6
  [✔] YungsBetterOceanMonuments-1.20-Fabric-3.0.4
  [✔] YungsBetterStrongholds-1.20-Fabric-4.0.3
  [✔] YungsBetterWitchHuts-1.20-Fabric-3.0.3
  [✔] YungsBridges-1.20-Fabric-4.0.3
  [✔] YungsExtras-1.20-Fabric-4.0.3

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Invoke base hover text in ConsumeableItems

Minecraft version

1.20.1

Farmer's Delight version

2.0.7

Forge version

0.15.7

Description

Hello,

I'm the developer of the mods Frostiful and Scorchful. These mods both have integrations with Farmer's Delight food items for things related to temperature and thirst. These integrations work through a series of tags and (should) automatically insert a tooltip text on selected items and grant effects when they're consumed. In the old port, this works fine. However, in this version of the mod, the ConsumableItem class fully overrides the appendHoverText method of Item, which means that the tooltip does not show up. The effects are still applied, as that hooks into the minecraft:consume_item advancement trigger which is properly invoked here, it's just the tooltip text that does not show up.

This can be fixed with a simple call of super.appendHoverText(stack, level, tooltip, isAdvanced) somewhere in ConsumableItem#appendHoverText.

Steps to reproduce

No response

Mod list

  • Fabric API
  • Mod Menu
  • Cardinal Components API
  • Cloth Config
  • Thermoo
  • Scorchful
  • Farmer's Delight Refabricated

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Wrong fluid amount in Fabric version (I think)

https://github.com/MehVahdJukaar/FarmersDelight/blob/fdbbb7acfbb5013a562249df6a39fbc26b75efc4/src/main/resources/data/farmersdelight/recipes/integration/create/mixing/pie_crust_from_mixing.json#L21-24

You only need 3mB of milk for the recipe. I think that should be 250mB. Fabric, unlike Forge, does not calculate in liters, but in some other unit, I don't know the name right now. 81,000 is a bucket (81 = 1mB). So you don't need 250 as the amount here, but 250 * 81 = 20,250.

All loot tables breaking when CraftTweaker is installed

Minecraft version

1.20.1

Farmer's Delight version

2.0.7

Forge version

Fabric 0.15.7 (this needs to be changed on the issue template lol)

Description

All loot tables return empty when FDR is installed alongside CraftTweaker.

Steps to reproduce

Install CraftTweaker
use /loot give @p loot minecraft:blocks/cobblestone
Observe no cobblestone is dropped

See also Fabricators-of-Create/Porting-Lib#74

Mod list

Amendments
CraftTweaker
FAPI
FDR
Moonlight Lib
Supplementaries
Supplementaries Squared

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Kiwi Crash with Farmer's Delight Refabricated

Minecraft version

1.20.1

Farmer's Delight version

2.0.7

Forge version

Fabric 0.15.7

Description

Crashes upon loading

Steps to reproduce

  1. Have Farmer's Delight Refabricated
  2. Have Kiwi
  3. Try to play Minecraft

Mod list

You can see the modlist in the crash log in the "logs" section

Note: It might not be "Kiwi" but rather one of their mods, considering the crash does not occur on a "minimal instance (just the 2 mods)"

Logs

crash-2024-03-28_10.47.36-client.txt

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Mod incompatible with Optifine + Optifabric

Minecraft version

1.20.1

Farmer's Delight version

2.1.1

Fabric Loader version

0.15.10

Fabric API version

0.92.1+1.20.1

Description

I get error 1 when I try to load my fabric launcher with both Farmer's Delight Refabricated and Optifine and Optifabric at the same time. I have an entire modpack, none of the others have compatibility with Optifine/Optifabric nor FD Refabricated, just the two of them with each other.
Optifine Version: 1.20.1 HD U I6
Optifabric Version: 1.14.3

Steps to reproduce

  1. Put optifabric, optifine, FDR, and Fabric API in the mods folder
  2. Launch the game with these mods in it
  3. Encounter Error 1

Mod list

Fabric
Fabric API
Optifine
Optifabric
Farmer's Delight Refabricated

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

1.20.4?

The official statement for 1.20.4 is that we will be waiting for a bit before we get something out, while the mod is new, we'd prefer to prioritise bugfixes.

Gradle fails to import project depending on Farmer's Delight Refabricated when using Yarn mappings: "unfixable conflicts"

The error shown in IntelliJ:

> Configure project :
Fabric Loom: 1.5.8
:remapping 1 mods from modImplementation (java-api)
Mapping target name conflicts detected:
  METHODs vectorwing/farmersdelight/client/renderer/SkilletItemRenderer/[render, net/minecraft/class_756/method_3166](Lnet/minecraft/class_1799;Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)V -> render
There were unfixable conflicts.

method_3166 maps to renderByItem.

Maybe a JAR mapped to Intermediary could be provided?

Will not load world, speaks of incompatibility with resource pack/data pack

Minecraft version

1.20.1

Farmer's Delight version

latest

Fabric Loader version

0.15.9

Fabric API version

0.92.1

Description

when I try to load a world it shows me a screen telling me it cannot load due to resource pack failure, when i "run in safe mode" the game crashes showing me this log

Steps to reproduce

No response

Mod list

Mod List comes from Landscapes Reimagined Genesis, also located in crash report below

Logs

https://mclo.gs/2cPieDt

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Suspicious fluid amount in recipe

Minecraft version

1.20.1

Farmer's Delight version

1.20.1-2.0.17+refabricated

Fabric Loader version

0.15.7

Fabric API version

0.92.1+1.20.1

Description

[22:24:20] [Render thread/WARN] (Create) Suspicious fluid amount in recipe [farmersdelight:integration/create/filling/chocolate_pie]: 500
[22:24:20] [Render thread/WARN] (Create) Suspicious fluid amount in recipe [farmersdelight:integration/create/mixing/pie_crust_from_mixing]: 250

using milibucket numbers not droplet numbers
multiplying them by 81 should fix it

Steps to reproduce

load into a world and read latest.log

Mod list

the relevant ones are:

  • Fabric API
  • Farmer's Delight
  • Create
  • Better Log4j Config (adds the "(Create)" to the log lines shown)

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Game Crashes When Starting on 1.20.1 Fabric

Minecraft version

1.20.1

Farmer's Delight version

2.0.13

Fabric Loader version

0.15.6

Fabric API version

0.92.0+1.20.1

Description

When attempting to start the game with minimal mods, the game crashes with exit code -1 after clicking Play from the Minecraft launcher.
Screenshot 2024-04-07 174159

Steps to reproduce

Attempt to launch the game with specified mods and fabric loader version. After some time, receive the exit code and crash report.

Mod list

Cloth-config
Fabric API
Farmer's Delight Refabricated
Ferrite Core
Indium
Iris
Just Enough Items
Sodium
Ube's Delight

Logs

https://mclo.gs/fAOh7Bv

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

cooking pot automation very broken

Minecraft version

1.20.1

Farmer's Delight version

1.20.1-2.1.0

Fabric Loader version

0.15.7

Fabric API version

0.92.1+1.20.1

Description

hoppers can extract from all slots of the cooking pot (including the serving queue without a container)
they should only be able to extract from the output

Steps to reproduce

  • put pot on hopper
  • add items
  • observe
  • remove hopper
  • add items, but not container
  • make cooking happen
  • replace hopper
  • observe free plate spawner

Mod list

lots of them but none relevant afaik

Logs

not logged

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Crash when eating a cake

Minecraft version

1.20.1

Farmer's Delight version

1.2.4

Fabric Loader version

0.15.7

Fabric API version

0.92.1+1.20.1

Description

When trying to eat a cake, the game crashes with the following stack trace:

[15:41:51] [Render thread/ERROR]: Unreported exception thrown!
java.lang.NoClassDefFoundError: com/nhoryzon/mc/farmersdelight/registry/TagsRegistry
	at net.mehvahdjukaar.amendments.integration.fabric.FarmersDelightCompatImpl.onCakeInteract(FarmersDelightCompatImpl.java:20) ~[amendments-1.20-1.1.10-fabric.jar:?]
	at net.mehvahdjukaar.amendments.integration.FarmersDelightCompat.onCakeInteract(FarmersDelightCompat.java) ~[amendments-1.20-1.1.10-fabric.jar:?]
	at net.mehvahdjukaar.amendments.common.block.DirectionalCakeBlock.useGeneric(DirectionalCakeBlock.java:104) ~[amendments-1.20-1.1.10-fabric.jar:?]
	at net.mehvahdjukaar.amendments.common.block.DirectionalCakeBlock.method_9534(DirectionalCakeBlock.java:94) ~[amendments-1.20-1.1.10-fabric.jar:?]
	at net.minecraft.class_4970$class_4971.method_26174(class_4970.java:1133) ~[client-intermediary.jar:?]
	at net.mehvahdjukaar.amendments.events.behaviors.DirectionalCakeConversion.tryPerformingAction(DirectionalCakeConversion.java:58) ~[amendments-1.20-1.1.10-fabric.jar:?]
	at net.mehvahdjukaar.amendments.events.behaviors.InteractEvents.onItemUsedOnBlock(InteractEvents.java:158) ~[amendments-1.20-1.1.10-fabric.jar:?]
	at net.mehvahdjukaar.amendments.events.ModEvents.onRightClickBlock(ModEvents.java:20) ~[amendments-1.20-1.1.10-fabric.jar:?]
	at net.fabricmc.fabric.api.event.player.UseBlockCallback.lambda$static$0(UseBlockCallback.java:41) ~[fabric-events-interaction-v0-0.6+1802ada577-6fc36030f9858a64.jar:?]
	at net.minecraft.class_636.handler$ckf000$fabric-events-interaction-v0$interactBlock(class_636.java:2188) ~[client-intermediary.jar:?]
	at net.minecraft.class_636.method_2896(class_636.java:323) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1583(class_310.java:1802) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1508(class_310.java:2052) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1574(class_310.java:1883) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1523(class_310.java:1181) ~[client-intermediary.jar:?]
	at net.minecraft.class_310.method_1514(class_310.java:802) ~[client-intermediary.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:250) ~[minecraft-1.20.1-client.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.7.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.7.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.7.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243) ~[NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278) ~[NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) ~[NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:34) ~[NewLaunch.jar:?]
Caused by: java.lang.ClassNotFoundException: com.nhoryzon.mc.farmersdelight.registry.TagsRegistry
	at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226) ~[fabric-loader-0.15.7.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) ~[fabric-loader-0.15.7.jar:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
	... 28 more

Steps to reproduce

  1. Bake a cake (vanilla recipe or the one using milk bottles)
  2. Place the cake
  3. Try to eat a slice and crash the game instead

Mod list

- additionalplacements 1.8.0
- advancementinfo 1.20-fabric0.83.0-1.4
- ae2 15.1.0
   \-- team_reborn_energy 3.0.0
- ae2wtlib 15.2.1-fabric
- amendments 1.20-1.1.10
   \-- mixinsquared 0.1.1
- architectury 9.2.14
- argonauts 1.0.9
   \-- placeholder-api 2.1.1+1.20
- armorposer 2.1.3
- athena 3.1.2
- bellsandwhistles 0.4.5
- betteradvancements 0.3.2.161
- betterf3 7.0.2
- bobby 5.0.1
   |-- com_typesafe_config 1.4.2
   |-- io_leangen_geantyref_geantyref 1.3.13
   |-- org_spongepowered_configurate-core 4.1.2
   \-- org_spongepowered_configurate-hocon 4.1.2
- botania 1.20.1-443-FABRIC
   |-- fiber 0.23.0-2
   |-- reach-entity-attributes 2.4.0
   \-- step-height-entity-attribute 1.2.0
- cadmus 1.0.7
   \-- common-protection-api 1.0.0
- camerautils 1.20.1-1.0.5
- cardinal-components 5.2.2
   |-- cardinal-components-base 5.2.2
   |-- cardinal-components-block 5.2.2
   |-- cardinal-components-chunk 5.2.2
   |-- cardinal-components-entity 5.2.2
   |-- cardinal-components-item 5.2.2
   |-- cardinal-components-level 5.2.2
   |-- cardinal-components-scoreboard 5.2.2
   \-- cardinal-components-world 5.2.2
- carpet 1.4.112+v230608
- carryon 2.1.2.7
- chipped 3.0.4
- chisel 1.6.1
- cloth-config 11.1.118
   \-- cloth-basic-math 0.6.1
- continuity 3.0.0-beta.4+1.20.1
- controlling 12.0.2
- copycats 1.20.1-1.2.6
- corgilib 4.0.1.1
   |-- com_electronwill_night-config_core 3.6.7
   \-- com_electronwill_night-config_toml 3.6.7
- create 0.5.1-f-build.1417+mc1.20.1
   |-- com_google_code_findbugs_jsr305 3.0.2
   |-- flywheel 0.6.10-2
   |-- forgeconfigapiport 8.0.0
   |-- milk 1.2.60
   |    \-- dripstone_fluid_lib 3.0.2
   |-- porting_lib_accessors 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_base 2.3.2+1.20.1
   |    |-- porting_lib_attributes 2.3.2+1.20.1
   |    |-- porting_lib_common 2.3.2+1.20.1
   |    |-- porting_lib_config 2.3.2+1.20.1
   |    |-- porting_lib_core 2.3.2+1.20.1
   |    |-- porting_lib_fluids 2.3.2+1.20.1
   |    |-- porting_lib_lazy_registration 2.3.2+1.20.1
   |    |-- porting_lib_mixin_extensions 2.3.2+1.20.1
   |    |-- porting_lib_utility 2.3.2+1.20.1
   |    \-- reach-entity-attributes 2.4.0
   |-- porting_lib_brewing 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_client_events 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_entity 2.3.2+1.20.1
   |    |-- porting_lib_core 2.3.2+1.20.1
   |    \-- porting_lib_mixin_extensions 2.3.2+1.20.1
   |-- porting_lib_extensions 2.3.2+1.20.1
   |    |-- porting_lib_attributes 2.3.2+1.20.1
   |    |-- porting_lib_common 2.3.2+1.20.1
   |    |-- porting_lib_core 2.3.2+1.20.1
   |    \-- reach-entity-attributes 2.4.0
   |-- porting_lib_models 2.3.2+1.20.1
   |    |-- porting_lib_core 2.3.2+1.20.1
   |    |-- porting_lib_fluids 2.3.2+1.20.1
   |    \-- porting_lib_model_loader 2.3.2+1.20.1
   |-- porting_lib_networking 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_obj_loader 2.3.2+1.20.1
   |    |-- porting_lib_core 2.3.2+1.20.1
   |    \-- porting_lib_model_loader 2.3.2+1.20.1
   |-- porting_lib_tags 3.0
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_tool_actions 2.3.2+1.20.1
   |    \-- porting_lib_core 2.3.2+1.20.1
   |-- porting_lib_transfer 2.3.2+1.20.1
   |    |-- porting_lib_core 2.3.2+1.20.1
   |    \-- porting_lib_fluids 2.3.2+1.20.1
   |-- reach-entity-attributes 2.4.0
   \-- registrate-fabric 1.3.62-MC1.20.1
        |-- porting_lib_data 2.1.1090+1.20
        |    \-- porting_lib_gametest 2.1.1090+1.20
        \-- porting_lib_model_generators 2.1.1090+1.20
             |-- porting_lib_gametest 2.1.1090+1.20
             \-- porting_lib_model_materials 2.1.1090+1.20
- create_power_loader 1.4.3-mc1.20.1-fabric
   \-- porting_lib_chunk_loading 2.3.0+1.20.1
- createaddition 1.2.3
- createdieselgenerators 1.2.3h
- createutilities 0.3.0+1.20.1
   \-- team_reborn_energy 3.0.0
- cristellib 1.1.5
   \-- blue_endless_jankson 1.2.3
- ctov 3.4.2
- enderchests 1.20.1-1.2
- entityculling 1.6.2-mc1.20.1
- extended_drawers 2.1.1+mc.1.20.1
   |-- config_toolkit 1.0.0
   |    |-- io_determann_shadow-api-17 0.1.1
   |    \-- net_fabricmc_javapoet 0.1.0
   |-- graphlib 1.4.0+1.20
   |    |-- kmodlib-overlay 0.2.12+1.20
   |    \-- libnetworkstack 0.10.0
   |-- noindium 1.1.0+1.20
   \-- yet_another_config_lib_v3 3.2.1+1.20
        |-- com_twelvemonkeys_common_common-image 3.10.0-SNAPSHOT
        |-- com_twelvemonkeys_common_common-io 3.10.0-SNAPSHOT
        |-- com_twelvemonkeys_common_common-lang 3.10.0-SNAPSHOT
        |-- com_twelvemonkeys_imageio_imageio-core 3.10.0-SNAPSHOT
        |-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0-SNAPSHOT
        |-- com_twelvemonkeys_imageio_imageio-webp 3.10.0-SNAPSHOT
        |-- org_quiltmc_parsers_gson 0.2.1
        \-- org_quiltmc_parsers_json 0.2.1
- extremesoundmuffler 3.41-fabric-1.20
   \-- fiber 0.23.0-2
- fabric-api 0.92.1+1.20.1
   |-- fabric-api-base 0.4.31+1802ada577
   |-- fabric-api-lookup-api-v1 1.6.36+1802ada577
   |-- fabric-biome-api-v1 13.0.13+1802ada577
   |-- fabric-block-api-v1 1.0.11+1802ada577
   |-- fabric-block-view-api-v2 1.0.1+1802ada577
   |-- fabric-blockrenderlayer-v1 1.1.41+1802ada577
   |-- fabric-client-tags-api-v1 1.1.2+1802ada577
   |-- fabric-command-api-v1 1.2.34+f71b366f77
   |-- fabric-command-api-v2 2.2.13+1802ada577
   |-- fabric-commands-v0 0.2.51+df3654b377
   |-- fabric-containers-v0 0.1.64+df3654b377
   |-- fabric-content-registries-v0 4.0.11+1802ada577
   |-- fabric-convention-tags-v1 1.5.5+1802ada577
   |-- fabric-crash-report-info-v1 0.2.19+1802ada577
   |-- fabric-data-attachment-api-v1 1.0.0+de0fd6d177
   |-- fabric-data-generation-api-v1 12.3.4+1802ada577
   |-- fabric-dimensions-v1 2.1.54+1802ada577
   |-- fabric-entity-events-v1 1.6.0+1c78457f77
   |-- fabric-events-interaction-v0 0.6.2+1802ada577
   |-- fabric-events-lifecycle-v0 0.2.63+df3654b377
   |-- fabric-game-rule-api-v1 1.0.40+1802ada577
   |-- fabric-item-api-v1 2.1.28+1802ada577
   |-- fabric-item-group-api-v1 4.0.12+1802ada577
   |-- fabric-key-binding-api-v1 1.0.37+1802ada577
   |-- fabric-keybindings-v0 0.2.35+df3654b377
   |-- fabric-lifecycle-events-v1 2.2.22+1802ada577
   |-- fabric-loot-api-v2 1.2.1+1802ada577
   |-- fabric-loot-tables-v1 1.1.45+9e7660c677
   |-- fabric-message-api-v1 5.1.9+1802ada577
   |-- fabric-mining-level-api-v1 2.1.50+1802ada577
   |-- fabric-model-loading-api-v1 1.0.3+1802ada577
   |-- fabric-models-v0 0.4.2+9386d8a777
   |-- fabric-networking-api-v1 1.3.11+1802ada577
   |-- fabric-networking-v0 0.3.51+df3654b377
   |-- fabric-object-builder-api-v1 11.1.3+1802ada577
   |-- fabric-particles-v1 1.1.2+1802ada577
   |-- fabric-recipe-api-v1 1.0.21+1802ada577
   |-- fabric-registry-sync-v0 2.3.3+1802ada577
   |-- fabric-renderer-api-v1 3.2.1+1802ada577
   |-- fabric-renderer-indigo 1.5.1+1802ada577
   |-- fabric-renderer-registries-v1 3.2.46+df3654b377
   |-- fabric-rendering-data-attachment-v1 0.3.37+92a0d36777
   |-- fabric-rendering-fluids-v1 3.0.28+1802ada577
   |-- fabric-rendering-v0 1.1.49+df3654b377
   |-- fabric-rendering-v1 3.0.8+1802ada577
   |-- fabric-resource-conditions-api-v1 2.3.8+1802ada577
   |-- fabric-resource-loader-v0 0.11.10+1802ada577
   |-- fabric-screen-api-v1 2.0.8+1802ada577
   |-- fabric-screen-handler-api-v1 1.3.30+1802ada577
   |-- fabric-sound-api-v1 1.0.13+1802ada577
   |-- fabric-transfer-api-v1 3.3.5+8dd72ea377
   \-- fabric-transitive-access-wideners-v1 4.3.1+1802ada577
- fabric-language-kotlin 1.10.19+kotlin.1.9.23
   |-- org_jetbrains_kotlin_kotlin-reflect 1.9.23
   |-- org_jetbrains_kotlin_kotlin-stdlib 1.9.23
   |-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 1.9.23
   |-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 1.9.23
   |-- org_jetbrains_kotlinx_atomicfu-jvm 0.23.2
   |-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.8.0
   |-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.8.0
   |-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.5.0
   |-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.6.3
   |-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.6.3
   \-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.6.3
- fabricloader 0.15.7
   \-- mixinextras 0.3.5
- farmersdelight 1.20.1-2.0.9
   |-- porting_lib_loot 2.3.0+1.20.1
   |-- porting_lib_recipe_book_categories 2.3.0+1.20.1
   \-- porting_lib_registries 2.3.0+1.20.1
- faux-custom-entity-data 6.0.1
- freecam 1.2.1+1.20
- fusion 1.1.1
- fwaystones 3.3.2+mc1.20.1
- geckoanimfix 1.0.0
- geckolib 4.4.4
   \-- com_eliotlash_mclib_mclib 20
- gravestones v1.15
- handcrafted 3.0.6
- heracles 1.1.12
   \-- hermes 1.6.0
- hullabaloo 1.0.0+1.20.1
   \-- team_reborn_energy 3.0.0
- immersive_paintings 0.6.7+1.20.1
- indium 1.0.30+mc1.20.4
- iris 1.6.17
   |-- io_github_douira_glsl-transformer 2.0.0-pre13
   |-- org_anarres_jcpp 1.4.14
   \-- org_antlr_antlr4-runtime 4.11.1
- ironchest 2.0.2
   \-- libgui 8.1.1+1.20.1
        |-- jankson 6.0.0+j1.2.3
        \-- libninepatch 1.2.0
- jade 11.8.0
- java 17
- kubejs 2001.6.4-build.138
- litematica 0.15.3
- lithium 0.11.2
- malilib 0.16.3
- mca 7.5.14+1.20.1
- mcwbridges 3.0.0
- mcwdoors 1.1.0
- mcwfences 1.1.1
- mcwfurnitures 3.2.2
- mcwholidays 1.1.0
- mcwlights 1.0.6
- mcwpaintings 1.0.5
- mcwpaths 1.0.4
- mcwroofs 2.3.0
- mcwtrpdoors 1.1.2
- mcwwindows 2.2.1
- merequester 1.20.1-1.1.4
   \-- midnightlib 1.2.1
- mi_sound_addon 1.0.1-1.20.1
   \-- magna 1.10.1+1.20.1
        \-- omega-config 1.0.8
- minecraft 1.20.1
- missions 0.3.1
- modern_industrialization 1.8.3
   |-- magna 1.10.1+1.20.1
   |    \-- omega-config 1.0.8
   |-- noindium 1.1.0+1.20
   |-- playerabilitylib 1.8.0
   \-- team_reborn_energy 3.0.0
- modernfix 5.15.0+mc1.20.1
- modmenu 7.2.2
- moonlight 1.20-2.11.1
- opaccreatesupport 1.3.0
- openpartiesandclaims 0.20.4
- owo 0.11.2+1.20
- patchouli 1.20.1-84-FABRIC
   \-- fiber 0.23.0-2
- philipsruins 1.20.1
- prometheus 1.2.5
- railways 1.6.0+fabric-mc1.20.1
   |-- mixinextras 0.3.5
   \-- mm 2.3
- rechiseled 1.1.5+b
- rechiseledcreate 1.0.2
- resourcefullib 2.1.23
   |-- com_teamresourceful_bytecodecs 1.0.2
   \-- com_teamresourceful_yabn 1.0.3
- rhino 2001.2.2-build.18
- roughlyenoughitems 12.0.684
   \-- error_notifier 1.0.9
- searchables 1.0.2
- shetiphiancore 1.20.1-1.2
- sodium 0.5.8+mc1.20.1
- supermartijn642configlib 1.1.8+a
- supermartijn642corelib 1.1.17
- supplementaries 1.20-2.8.10
   \-- mixinsquared 0.1.1
- t_and_t 1.12
- tinymobfarm 1.2-1.20.1
- toggleableitemframes 4.1.0-1.20.1
- too-cheap 1.2.0
- trashcans 1.0.18
   \-- team_reborn_energy 3.0.0
- travelersbackpack fabric-1.20.1-9.1.11
   \-- reach-entity-attributes 2.4.0
- trinkets 3.7.1
- uilib 0.3.5
- xaerominimap 24.0.3
- xaeroworldmap 1.38.1

Logs

https://pastebin.com/Jk9XVQGv

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Darker than expected textures on almost all crops

Minecraft version

1.20.1

Farmer's Delight version

2.0.17

Fabric Loader version

0.15.7

Fabric API version

0.92.0+ 1.20.1

Description

Almost all crops (except tomatoes) have a seemingly darker than usual texture that doesn't fit with most other minecraft crops, including mushrooms

Picture Examples:
Red Mushroom
image
Brown Mushroom (maybe the least noticeable? at least the light level they give off is right)
image
Main Farm picture 1
image
Main Farm picture 2
image

Steps to reproduce

1: Plant crop that isn't tomato (if mushroom wait until it starts becoming a colony)
2: see it

Mod list

  • amendments 1.20-1.1.22
    -- mixinsquared 0.1.1
    • appleskin 2.5.1+mc1.20
      -- cloth-config 11.0.99
      -- cloth-basic-math 0.6.1
    • architectury 9.2.14
    • brainierbees 1.4.3
    • copycats 1.20.1-1.2.6
    • couplings 1.9.5+1.20
      |-- com_electronwill_night-config_core 3.6.6
      -- com_electronwill_night-config_toml 3.6.6
    • create 0.5.1-f-build.1417+mc1.20.1
      |-- com_google_code_findbugs_jsr305 3.0.2
      |-- flywheel 0.6.10-2
      |-- milk 1.2.60
      | -- dripstone_fluid_lib 3.0.2
      |-- porting_lib_accessors 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_base 2.3.2+1.20.1
      | |-- porting_lib_attributes 2.3.2+1.20.1
      | |-- porting_lib_common 2.3.2+1.20.1
      | |-- porting_lib_core 2.3.2+1.20.1
      | |-- porting_lib_fluids 2.3.2+1.20.1
      | |-- porting_lib_mixin_extensions 2.3.2+1.20.1
      | |-- porting_lib_utility 2.3.2+1.20.1
      | -- reach-entity-attributes 2.4.0
      |-- porting_lib_brewing 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_client_events 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_entity 2.3.2+1.20.1
      | |-- porting_lib_core 2.3.2+1.20.1
      | -- porting_lib_mixin_extensions 2.3.2+1.20.1
      |-- porting_lib_extensions 2.3.2+1.20.1
      | |-- porting_lib_attributes 2.3.2+1.20.1
      | |-- porting_lib_common 2.3.2+1.20.1
      | |-- porting_lib_core 2.3.2+1.20.1
      | -- reach-entity-attributes 2.4.0
      |-- porting_lib_models 2.3.2+1.20.1
      | |-- porting_lib_core 2.3.2+1.20.1
      | |-- porting_lib_fluids 2.3.2+1.20.1
      | -- porting_lib_model_loader 2.3.2+1.20.1
      |-- porting_lib_networking 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_obj_loader 2.3.2+1.20.1
      | |-- porting_lib_core 2.3.2+1.20.1
      | -- porting_lib_model_loader 2.3.2+1.20.1
      |-- porting_lib_tags 3.0
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_tool_actions 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_transfer 2.3.2+1.20.1
      | |-- porting_lib_core 2.3.2+1.20.1
      | -- porting_lib_fluids 2.3.2+1.20.1
      |-- reach-entity-attributes 2.4.0
      -- registrate-fabric 1.3.62-MC1.20.1
      |-- porting_lib_data 2.1.1090+1.20
      | -- porting_lib_gametest 2.1.1090+1.20
      -- porting_lib_model_generators 2.1.1090+1.20
      |-- porting_lib_gametest 2.1.1090+1.20
      -- porting_lib_model_materials 2.1.1090+1.20
    • create_power_loader 1.4.3-mc1.20.1-fabric
      -- porting_lib_chunk_loading 2.3.0+1.20.1
    • createoreexcavation 1.4.5
      -- chunk-storage-api-fabric 1.0.4
    • creeper_firwork 2.1.0
    • deepslateinstamine 2.5_release
    • disable_enderman_picking_up_blocks 1.2
    • doors-closed 1.0.0+1.19.4
    • dramaticdoors 1.20.1-3.0.2
    • easyanvils 8.0.1
    • easymagic 8.0.1
    • emi 1.1.4+1.20.1+fabric
    • emitrades 1.2.1+mc1.20.1
      -- org_quiltmc_parsers_json 0.2.1
    • essential-container 1.0.0
      -- essential-loader 1.2.1
    • fabric-api 0.92.0+1.20.1
      |-- fabric-api-base 0.4.31+1802ada577
      |-- fabric-api-lookup-api-v1 1.6.36+1802ada577
      |-- fabric-biome-api-v1 13.0.13+1802ada577
      |-- fabric-block-api-v1 1.0.11+1802ada577
      |-- fabric-block-view-api-v2 1.0.1+1802ada577
      |-- fabric-blockrenderlayer-v1 1.1.41+1802ada577
      |-- fabric-client-tags-api-v1 1.1.2+1802ada577
      |-- fabric-command-api-v1 1.2.34+f71b366f77
      |-- fabric-command-api-v2 2.2.13+1802ada577
      |-- fabric-commands-v0 0.2.51+df3654b377
      |-- fabric-containers-v0 0.1.64+df3654b377
      |-- fabric-content-registries-v0 4.0.11+1802ada577
      |-- fabric-convention-tags-v1 1.5.5+1802ada577
      |-- fabric-crash-report-info-v1 0.2.19+1802ada577
      |-- fabric-data-attachment-api-v1 1.0.0+de0fd6d177
      |-- fabric-data-generation-api-v1 12.3.4+1802ada577
      |-- fabric-dimensions-v1 2.1.54+1802ada577
      |-- fabric-entity-events-v1 1.6.0+1c78457f77
      |-- fabric-events-interaction-v0 0.6.2+1802ada577
      |-- fabric-events-lifecycle-v0 0.2.63+df3654b377
      |-- fabric-game-rule-api-v1 1.0.40+1802ada577
      |-- fabric-item-api-v1 2.1.28+1802ada577
      |-- fabric-item-group-api-v1 4.0.12+1802ada577
      |-- fabric-key-binding-api-v1 1.0.37+1802ada577
      |-- fabric-keybindings-v0 0.2.35+df3654b377
      |-- fabric-lifecycle-events-v1 2.2.22+1802ada577
      |-- fabric-loot-api-v2 1.2.1+1802ada577
      |-- fabric-loot-tables-v1 1.1.45+9e7660c677
      |-- fabric-message-api-v1 5.1.9+1802ada577
      |-- fabric-mining-level-api-v1 2.1.50+1802ada577
      |-- fabric-model-loading-api-v1 1.0.3+1802ada577
      |-- fabric-models-v0 0.4.2+9386d8a777
      |-- fabric-networking-api-v1 1.3.11+1802ada577
      |-- fabric-networking-v0 0.3.51+df3654b377
      |-- fabric-object-builder-api-v1 11.1.3+1802ada577
      |-- fabric-particles-v1 1.1.2+1802ada577
      |-- fabric-recipe-api-v1 1.0.21+1802ada577
      |-- fabric-registry-sync-v0 2.3.3+1802ada577
      |-- fabric-renderer-api-v1 3.2.1+1802ada577
      |-- fabric-renderer-indigo 1.5.1+1802ada577
      |-- fabric-renderer-registries-v1 3.2.46+df3654b377
      |-- fabric-rendering-data-attachment-v1 0.3.37+92a0d36777
      |-- fabric-rendering-fluids-v1 3.0.28+1802ada577
      |-- fabric-rendering-v0 1.1.49+df3654b377
      |-- fabric-rendering-v1 3.0.8+1802ada577
      |-- fabric-resource-conditions-api-v1 2.3.8+1802ada577
      |-- fabric-resource-loader-v0 0.11.10+1802ada577
      |-- fabric-screen-api-v1 2.0.8+1802ada577
      |-- fabric-screen-handler-api-v1 1.3.30+1802ada577
      |-- fabric-sound-api-v1 1.0.13+1802ada577
      |-- fabric-transfer-api-v1 3.3.4+1802ada577
      -- fabric-transitive-access-wideners-v1 4.3.1+1802ada577
    • fabric-language-kotlin 1.10.19+kotlin.1.9.23
      |-- org_jetbrains_kotlin_kotlin-reflect 1.9.23
      |-- org_jetbrains_kotlin_kotlin-stdlib 1.9.23
      |-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 1.9.23
      |-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 1.9.23
      |-- org_jetbrains_kotlinx_atomicfu-jvm 0.23.2
      |-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.8.0
      |-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.8.0
      |-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.5.0
      |-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.6.3
      |-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.6.3
      -- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.6.3
    • fabricloader 0.15.7
      -- mixinextras 0.3.5
    • farmersdelight 1.20.1-2.0.17+refabricated
      |-- mm 2.3
      |-- porting_lib_accessors 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_base 2.3.2+1.20.1
      | |-- porting_lib_attributes 2.3.2+1.20.1
      | |-- porting_lib_common 2.3.2+1.20.1
      | |-- porting_lib_core 2.3.2+1.20.1
      | |-- porting_lib_fluids 2.3.2+1.20.1
      | |-- porting_lib_mixin_extensions 2.3.2+1.20.1
      | |-- porting_lib_utility 2.3.2+1.20.1
      | -- reach-entity-attributes 2.4.0
      |-- porting_lib_client_events 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_config 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_extensions 2.3.2+1.20.1
      | |-- porting_lib_attributes 2.3.2+1.20.1
      | |-- porting_lib_common 2.3.2+1.20.1
      | |-- porting_lib_core 2.3.2+1.20.1
      | -- reach-entity-attributes 2.4.0
      |-- porting_lib_lazy_registration 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_loot 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_networking 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_recipe_book_categories 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_registries 2.3.2+1.20.1
      | -- porting_lib_core 2.3.2+1.20.1
      |-- porting_lib_tags 3.0
      | -- porting_lib_core 2.3.2+1.20.1
      -- porting_lib_tool_actions 2.3.2+1.20.1
      -- porting_lib_core 2.3.2+1.20.1
    • ferritecore 6.0.0
    • forgeconfigapiport 8.0.0
    • grindenchantments 3.1.2+1.20
      -- codec-config-api 1.0.2+1.19.3
    • immersive_armors 1.6.1+1.20.1
    • indium 1.0.30+mc1.20.4
    • iris 1.6.17
      |-- io_github_douira_glsl-transformer 2.0.0-pre13
      |-- org_anarres_jcpp 1.4.14
      -- org_antlr_antlr4-runtime 4.11.1
    • java 17
    • lithium 0.11.2
    • minecraft 1.20.1
    • mobsonrails 1.0.0
    • modmenu 7.2.2
    • moonlight 1.20-2.11.12
    • morebannerfeatures 1.2.0
    • mr_netherracked 1.0.0
    • nochatreports 1.20.1-v2.2.2
    • nyfsspiders 2.1.1
    • puzzleslib 8.0.24
    • sherdduplication 2.0.5
    • sihywtcamd 1.8+1.20.1
      |-- cardinal-components-base 5.2.2
      |-- cardinal-components-entity 5.2.2
      |-- cardinal-components-item 5.2.2
      -- cloth-config 11.0.99
      -- cloth-basic-math 0.6.1
    • sliceanddice 3.2.1
    • sodium 0.5.8+mc1.20.1
    • squidnoglitch 1.0.2
    • theprinter 1.4.3+1.20
      -- datacriteria 1.0.1+1.20
    • trinkets 3.7.1
    • universal-graves 3.0.0+1.20.1
      |-- common-protection-api 1.0.0
      |-- fabric-permissions-api-v0 0.2-SNAPSHOT
      |-- placeholder-api 2.1.3+1.20.1
      |-- polymer-core 0.5.15+1.20.1
      | |-- polymer-networking 0.5.15+1.20.1
      | | -- polymer-common 0.5.15+1.20.1
      | | -- packet_tweaker 0.4.0+1.19.4
      | -- polymer-registry-sync-manipulator 0.5.15+1.20.1
      |-- polymer-resource-pack 0.5.15+1.20.1
      | -- polymer-common 0.5.15+1.20.1
      | -- packet_tweaker 0.4.0+1.19.4
      |-- polymer-virtual-entity 0.5.15+1.20.1
      | -- polymer-common 0.5.15+1.20.1
      | -- packet_tweaker 0.4.0+1.19.4
      |-- predicate-api 0.2.1+1.20.1
      |-- server_translations_api 2.0.0+1.20
      | -- packet_tweaker 0.4.0+1.19.4
      -- sgui 1.2.2+1.20
    • universalenchants 8.0.0
      -- extensibleenums 7.0.1
    • xaerominimap 24.0.2
    • xaeroworldmap 1.38.1

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Backstabbing should check for #c:knives instead of KnifeItem

Minecraft version

1.20.1

Farmer's Delight version

2.0.13

Fabric Loader version

0.15.7

Fabric API version

any

Description

Ideally, any mod's knives would be able to accept backstabbing, so canEnchant should check for
stack.is(new TagKey(Registries.ITEM, new ResourceLocation("c", "knives"))

https://github.com/MehVahdJukaar/FarmersDelight/blob/1.20/src/main/java/vectorwing/farmersdelight/common/item/enchantment/BackstabbingEnchantment.java#L29

It would take a mixin to EnchantmentHelper#getAvailableEnchantmentResults to get any item with #c:knives to be able to be enchanted with Backstabbing at the Enchanting Table.

Steps to reproduce

No response

Mod list

N/A

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

unable to plant stem plants on rich soil farmland (pumpkin, melon)

Minecraft version

1.20.1

Farmer's Delight version

1.20.1-2.1.1

Fabric Loader version

0.15.10

Fabric API version

0.92.1+1.20.1

Description

you can't plant stem plants on rich soil farmland

ones planted while using Farmer's Delight [Fabric] broke when they got a block update

Steps to reproduce

  • try planting pumpkins or melons on rich soil farmland
  • observe

Mod list

lots of them

Logs

not logged

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Game freezes on entering newly created world

Minecraft version

1.20.1

Farmer's Delight version

2.0.16

Fabric Loader version

0.15.9

Fabric API version

0.92.0

Description

See reproduction steps.

Steps to reproduce

  1. Enter the game, create a new world
  2. Error screen. Saying there are errors on the resources between the server and client, then returns me to the server selection screen, even though I'm trying to create a singleplayer world
  3. Open the saves folder and I see the world actually got created, but it's not shown in the world list
  4. Retry creating another new world
  5. Game freezes while loading, printing the crash report to the log

Mod list

https://mclo.gs/tEdY5Sk

Logs

Crash report: https://mclo.gs/prrJ2h9

The problem only happened when I updated Tectonic, More Delight, Every Compat and Farmer's Delight Refabricated this morning, and though I can't see the crash log any related to FD-R, it's the only mod of the four that has Porting Lib, which was mentioned by the log, embedded. I'm no pro so I can only report it here.

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

"Could not find" errors when depending on the mod using Gradle

Minecraft version

1.20.1

Farmer's Delight version

1.20.1-2.0.17+refabricated

Fabric Loader version

0.15.10

Fabric API version

0.92.1+1.20.1

Description

I get a wall of missing maven repos any time I try to depend on this mod. I've tried cleaning it, tried researching it, and the only lead I could find is that some random dude got these errors because of a problem with jitpack, which seems completely irrelevant here. The repositories seem fine, nothing moved to a new url.

I've followed the Depending on Farmer's Delight Refabricated section exactly as its written. I've also tried using Modrinth's maven repo instead of the Green House Team one, which just made me get a "unfixable conflict" error.

My build.gradle looks like this
gradle.properties contains farmers_delight_version=1.20.1-2.0.17+refabricated

It seems like a problem regarding PortingLib, but again, not sure what to do. Repo seems fine.

Steps to reproduce

Followed the Depending on Farmer's Delight Refabricated section for my project. (I know, not very reproducible since its closed-source for now)

Mod list

n/a

Logs

https://pastebin.com/pnikbz5g

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Modrinth Page?

Would it be possible for a modrinth page to be opened? It would help significantly with accessibility of the mod.

Barbecue on a Stick recipe uses wrong tag

Minecraft version

1.20.1

Farmer's Delight version

2.0.16

Fabric Loader version

0.15.9

Fabric API version

0.92.1+1.20.1

Description

The recipe for Barbecue on a Stick uses c:foods/cooked_meats/cooked_fishes instead of c:foods/cooked_fishes like the other recipes, preventing Barbecue on a Stick from being crafted with fish

Steps to reproduce

No response

Mod list

  • Fabric API
  • Farmer's Delight Refabricated

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

Cant till rich soil

Minecraft version

1.20.1

Farmer's Delight version

2.0.5

Forge version

fabric

Description

Cant till rich soil. Also if you get it from the creative inventory you cant place crops on it.

Steps to reproduce

No response

Mod list

fabric api
farmers delight

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods

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.