Farmer's Delight Addon with Corn/Maize

Overview

Corn Delight

Banner

🌽 Introduction

Corn Delight is an addon of Farmer's Delight that add corn and foods about corn.
Like other crops, corn has it's own wild crop: wild corn.
Get kernels, grow it and harvest maize.
We even have cornbread, stuffing, corn tortilla and Taco!
Time for some corn now!

Precautions

We are using Mysterious Mountain Lib(Link: https://www.curseforge.com/minecraft/mc-mods/mysterious-mountain-lib) as a library, DO NOT forget.
You don't have to check for library updates all the time, but we recommend you keep the library up to date.

🔍 Features

  1. Mod-compatible Corns.
  2. Two Blocks High Corn Crop.
  3. Delicious Foods about corn.
  4. Using Mysterious Mountain Lib(Link: https://www.curseforge.com/minecraft/mc-mods/mysterious-mountain-lib) for better experience.
    and more……

🔨 Forge Only

Corn Delight is a Forge mod, and have no Fabric version for now.
I'm not a Fabric user. So I'm sorry if you want Fabric, or make your own.

📷 Screenshots

Comments
  • [COL] Crash after updating to Farmer's Delight 1.2

    [COL] Crash after updating to Farmer's Delight 1.2

    Minecraft 1.18.2 Forge 40.1.80 Farmer's Delight 1.2 Corn Delight 1.0.5

    Crash don't mention it directly, but going back in debug.log show this https://pastebin.com/XsbmPqMH After that everything goes south and fail to load Full latest.log Pastebin part start at line ~1713

    opened by drakray 3
  • Physics Mod Compatibility

    Physics Mod Compatibility

    The latest update results in a crash on launch when paired with the physics mod. I reported this to Haubna, the creator of the physics mod, and they said they believed a mod changed a method for leashes resulting in this crash. I narrowed it down to this mod. They are looking into it on their side as well.

    ---- Minecraft Crash Report ---- // I let you down. Sorry :(

    Time: 4/25/22, 12:42 PM Description: Initializing game

    java.lang.RuntimeException: Mixin transformation of net.minecraft.class_927 failed at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.3) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:252) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:150) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:155) at java.lang.ClassLoader.loadClass(ClassLoader.java:520) at net.minecraft.client.particle.ParticleManager.handler$fng000$registerProviders(ParticleManager:5585) at net.minecraft.client.particle.ParticleManager.registerDefaultFactories(ParticleManager:210) at net.minecraft.client.particle.ParticleManager.(ParticleManager:116) at net.minecraft.client.MinecraftClient.(MinecraftClient:579) at net.minecraft.client.main.Main.main(Main:197) 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 net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:247) ... 15 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [physicsmod.mixins.json:cloth.MixinMobRenderer] from phase [DEFAULT] in config [physicsmod.mixins.json] from mod [physicsmod] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 18 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: PRIVATE @Overwrite method method_23187 in physicsmod.mixins.json:cloth.MixinMobRenderer cannot reduce visibiliy of PUBLIC target method at Not Enough Crashes deobfuscated stack trace.(1.18.2+build.3) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.conformVisibility(MixinPreProcessorStandard.java:479) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachSpecialMethod(MixinPreProcessorStandard.java:452) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachOverwriteMethod(MixinPreProcessorStandard.java:416) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods(MixinPreProcessorStandard.java:346) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:299) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277) at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1289) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 18 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.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:252) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:150) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:155) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at net.minecraft.class_702.handler$fng000$registerProviders(class_702.java:5585) at net.minecraft.class_702.method_3062(class_702.java:210) at net.minecraft.class_702.(class_702.java:116) at net.minecraft.class_310.(class_310.java:579)

    -- Initialization -- Details: Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22000.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.22000.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22000.71 (WinBuild.160101.0800):Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation DEVOBJ.dll:Device Information Set DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation GLU32.dll:OpenGL Utility Library DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation HID.DLL:Hid User Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation InProcessClient64.dll:WinAgentHostDll:21.7.4.1043:Sentinel Labs, Inc. KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22000.434 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22000.434 (WinBuild.160101.0800):Microsoft Corporation MMDevApi.dll:MMDevice API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation MSASN1.dll:ASN.1 Runtime APIs:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation MSCTF.dll:MSCTF Server DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation OleAut32.dll:OLEAUT32.DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation OpenAL.dll POWRPROF.dll:Power Profile Helper DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation PhysXCommon_64.dll:PhysXCommon 64bit Dynamic Link Library:4.1.2.0:NVIDIA Corporation PhysXCooking_64.dll:PhysXCooking 64bit Dynamic Link Library:4.1.2.0:NVIDIA Corporation PhysXFoundation_64.dll:PhysXFoundation 64bit Dynamic Link Library:4.1.2.0:NVIDIA Corporation PhysXJniBindings_64.dll PhysX_64.dll:PhysX 64bit Dynamic Link Library:4.1.2.0:NVIDIA Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation SETUPAPI.DLL:Windows Setup API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.22000.184 (WinBuild.160101.0800):Microsoft Corporation SentinelAmsi64.dll:SentinelOne AMSI DLL:21.7.4.1043:Sentinel Labs, Inc. UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation USER32.dll:Multi-User Windows USER API Client DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation WINSTA.dll:Winstation Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22000.469 (WinBuild.160101.0800):Microsoft Corporation WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.22000.120 (WinBuild.160101.0800):Microsoft Corporation apphelp.dll:Application Compatibility Client Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation aswAMSI.dll:Avast AMSI COM object:22.3.7108.0:AVAST Software awt.dll:OpenJDK Platform binary:17.0.1.0:Microsoft bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22000.376 (WinBuild.160101.0800):Microsoft Corporation cfgmgr32.dll:Configuration Manager DLL:10.0.22000.1 (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.22000.1 (WinBuild.160101.0800):Microsoft Corporation cryptnet.dll:Crypto Network Related API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:DHCP Client Service:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:DHCPv6 Client:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation dinput8.dll:Microsoft DirectInput:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation drvstore.dll:Driver Store API:10.0.22000.120 (WinBuild.160101.0800):Microsoft Corporation dwmapi.dll:Microsoft Desktop Window Manager API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation dxcore.dll:DXCore:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22000.258 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.22000.469 (WinBuild.160101.0800):Microsoft Corporation glfw.dll icm32.dll:Microsoft Color Management Module (CMM):10.0.22000.469 (WinBuild.160101.0800):Microsoft Corporation inputhost.dll:InputHost:10.0.22000.168 (WinBuild.160101.0800):Microsoft Corporation java.dll:OpenJDK Platform binary:17.0.1.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.1.0:Microsoft jimage.dll:OpenJDK Platform binary:17.0.1.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.1.0:Microsoft jna4504771680303122338.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA) jvm.dll:OpenJDK 64-Bit server VM:17.0.1.0:Microsoft kern3l32.dll kernel.appcore.dll:AppModel API Host:10.0.22000.71 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll lwjgl_opengl.dll lwjgl_stb.dll management.dll:OpenJDK Platform binary:17.0.1.0:Microsoft management_ext.dll:OpenJDK Platform binary:17.0.1.0:Microsoft mscms.dll:Microsoft Color Matching System DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation msvcp140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation msvcp_win.dll:Microsoft® C Runtime Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Windows NCrypt Router:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.1.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.1.0:Microsoft nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation ntd1l.dll ntdll.dll:NT Layer DLL:10.0.22000.434 (WinBuild.160101.0800):Microsoft Corporation ntmarta.dll:Windows NT MARTA provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation nvoglv64.dll:NVIDIA Compatible OpenGL ICD:30.0.15.1215:NVIDIA Corporation nvspcap64.dll:NVIDIA Game Proxy:3.25.0.84:NVIDIA Corporation opengl32.dll:OpenGL Client DLL:10.0.22000.41 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation pfclient.dll:SysMain Client:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Shell Light-weight Utility Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.1.0:Microsoft svml.dll:OpenJDK Platform binary:17.0.1.0:Microsoft textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22000.282 (WinBuild.160101.0800):Microsoft Corporation tv_x64.dll:TeamViewer 11:11.3.62585.0:TeamViewer Germany GmbH ucrtbase.dll:Microsoft® C Runtime Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation uxtheme.dll:Microsoft UxTheme Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.1.0:Microsoft win32u.dll:Win32u:10.0.22000.493 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.22000.184 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Windows Base Types DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation wldp.dll:Windows Lockdown Policy:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.22000.41 (WinBuild.160101.0800):Microsoft Corporation xinput1_4.dll:Microsoft Common Controller API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.1.0:Microsoft Stacktrace: at net.minecraft.client.main.Main.main(Main.java:197) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

    -- System Details -- Details: Minecraft Version: 1.18.2 Minecraft Version ID: 1.18.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 3307727872 bytes (3154 MiB) / 5268045824 bytes (5024 MiB) up to 8422162432 bytes (8032 MiB) CPUs: 16 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 7 5800X3D 8-Core Processor
    Identifier: AuthenticAMD Family 25 Model 33 Stepping 2 Microarchitecture: Zen 3 Frequency (GHz): 3.40 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: NVIDIA GeForce RTX 3080 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x2206 Graphics card #0 versionInfo: DriverVersion=30.0.15.1215 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Virtual memory max (MB): 37543.61 Virtual memory used (MB): 24370.37 Swap memory total (MB): 4864.00 Swap memory used (MB): 330.00 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8032m -Xms256m Fabric Mods: additionaladditions: Additional Additions 3.0.1 additionalentityattributes: Additionalentityattributes 1.0.0+1.18.2 adorn: Adorn 3.4.0+1.18.2 appleskin: AppleSkin 2.4.0+mc1.18.2 aqupdgrizzly: Grizzly Bear mob 1.18-1.3 architectury: Architectury 4.2.50 awesomedungeon: Awesome Dungeon 2.0.8 awesomedungeonend: Awesome Dungeon Edition end 1.0.1 awesomedungeonnether: Awesome Dungeon Edition Nether 1.0.1 awesomedungeonocean: Awesome Dungeon Edition Ocean 2.0.6 badpackets: Bad Packets 0.1.1 balm-fabric: Balm 3.0.0+0 basicshields: Basic Shields [Fabric] 1.3.1-1.18.2 betteranimalsplus: Better Animals Plus 1.18.2-11.0.5 bewitchment: Bewitchment 1.18-17 biomeinfo: BiomeInfo 1.18.2-10 blue_endless_jankson: jankson 1.2.1 bookshelf: Bookshelf 13.0.13 botania: Botania 1.18.2-431-FABRIC bwplus: Bewitchment Plus 1.18.2-8 byg: Oh The Biomes You'll Go 1.4-RC-10 campanion: Campanion 3.0.3 capybara: Capybara 1.0.3 cardinal-components-base: Cardinal Components API (base) 4.1.4 cardinal-components-entity: Cardinal Components API (entities) 4.1.4 cardinal-components-level: Cardinal Components API (world saves) 4.0.1 caveore: Cave Spelunking 1.18.2-2.3 charm: Charm 4.1.0 cleardespawn: Clear Despawn 1.1.7 cloth-basic-math: cloth-basic-math 0.6.0 cloth-config: Cloth Config v6 6.2.57 clumps: Clumps 8.0.0+8 coat: Coat 1.0.0-beta.17+mc1.18.2 collective-fabric: Collective (Fabric) 4.26 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 com_eliotlash_mclib_mclib: mclib 18 com_eliotlash_molang_molang: molang 18 com_moandjiezana_toml_toml4j: toml4j 0.7.2 com_typesafe_config: config 1.4.1 continuity: Continuity 1.1.0+1.18.2 couplings: Couplings 1.8.0+1.18.2 crafttweaker: CraftTweaker 9.1.114 creatures_of_the_jungle: Creatures From The Jungle 1.0.0 creeperoverhaul: Creeper Overhaul 1.3.0 croptopia: Croptopia 1.8.3 crowdin-translate: CrowdinTranslate 1.4+1.18.2 cullleaves: Cull Leaves 2.3.2 customportalapi: Custom Portal Api 0.0.1-beta50-1.18 dehydration: Dehydration 1.2.7 dusk: Dusk Mod 1.18.2-1.9 earthbounds: Earthbounds 1.18.2-1.1.0b earthtojavamobs: Earth2Java 1.8.0+1.18.2 eatinganimationid: Eating Animation 1.6 ecologics: Ecologics 1.5.4 enchantment_force: enchantment_force 0.1.7 enchdesc: EnchantmentDescriptions 10.0.2 environmentz: EnvironmentZ 1.2.2 fabric: Fabric API 0.51.1+1.18.2 fabric-api-base: Fabric API Base 0.4.4+d7c144a860 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.0+2373a54560 fabric-biome-api-v1: Fabric Biome API (v1) 8.0.4+7b0f312660 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12+3ac43d9560 fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860 fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60 fabric-containers-v0: Fabric Containers (v0) 0.1.21+d7c144a860 fabric-content-registries-v0: Fabric Content Registries (v0) 3.0.3+d82b939260 fabric-convention-tags-v1: Fabric Convention Tags 1.0.1+474e4f7960 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.11+3ac43d9560 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.17+2540745460 fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.14+d7c144a860 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860 fabric-item-api-v1: Fabric Item API (v1) 1.4.0+4457765560 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.11+91896a4960 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60 fabric-language-kotlin: Fabric Language Kotlin 1.7.4+kotlin.1.6.21 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.0.3+2d83e92c60 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.11+d7c144a860 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.0+81ea5b3c60 fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.21+d882b91560 fabric-networking-v0: Fabric Networking (v0) 0.3.8+b4f4f6cd60 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.0+fe4ddef060 fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.8+0d9ab37260 fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560 fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.0+7faf0d8860 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60 fabric-rendering-v0: Fabric Rendering (v0) 1.1.13+b4f4f6cd60 fabric-rendering-v1: Fabric Rendering (v1) 1.10.7+54e5b2ec60 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.18+2de5574560 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.0+1f6558e860 fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560 fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.0+2373a54560 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.0.0+bd8a4a1860 fabricloader: Fabric Loader 0.13.3 fabricshieldlib: Fabric Shield Lib 1.5.3-1.18 fallingtree: FallingTree 3.5.0 farsighted-mobs: Farsighted Mobs 1.1-1.18 faux-custom-entity-data: Faux-Custom-Entity-Data 2.0.1 ferritecore: FerriteCore 4.2.1 fiber: fiber 0.23.0-2 forgeconfigapiport: Forge Config API Port 3.2.0 friendlyfire: FriendlyFire 11.0.2 friendsandfoes: Friends&Foes 1.3.4 geckolib3: Geckolib 3.0.38 geodes: More Geodes 1.3.1 go-fish: Go Fish 1.5.0-1.18.2 goosik-config: goosik-config 0.2.0 gud_recipe_confidence: Recipe Confidence 1.0.2 herdspanic: Herds Panic 1.0.4 illagerexp: Illager Expansion 0.1.5 immersive_weathering: Immersive Weathering 2.4.0 impersonate: Impersonate 2.4.1 improvedmobs: Improved Mobs 1.18.2-1.10.7 incubus_core: Incubus Core 1.6.6+1.18.2 indium: Indium 1.0.3+mc1.18.2 ingredient-extension-api: Ingredient Extension API 2.0.5 interactic: Interactic 0.1.10+1.18 io_leangen_geantyref_geantyref: geantyref 1.3.11 iris: Iris 1.2.3-build.35 jankson: Jankson 4.0.0+j1.2.0 java: OpenJDK 64-Bit Server VM 17 kanos_config: Kanos Config 0.2.0+1.14.4-1.19 kirin: Kirin UI 1.10.0 levelz: LevelZ 1.3.0 libgui: LibGui 5.3.0+1.18 libninepatch: LibNinePatch 1.1.0 libraryferret: Library Ferret 1.0.3 llamarama: Llamarama 1.6.4 logistical_mining: Logistical Mining 0.2.0 lootintegrations: Loot integration Mod 1.18.2-1.5 lovely_snails: Lovely Snails 1.0.4+1.18 mavm: More Axolotl Variants Mod 1.0.7a mcda: MC Dungeons Armors 2.0.5 mcdar: MC Dungeons Artifacts 1.4.6 mcdw: MC Dungeons Weapons 4.3.1 midnightlib: MidnightLib 0.4.0 minecraft: Minecraft 1.18.2 mm: Manningham Mills 2.3 modid: Creatures Of The Snow 1.0.0 more-axolotls: More Axolotls 1.0.2 more_babies: More Babies 0.5.1 mores: Mores 1.3.0 moretags: More Tags 3.0.3 morevillagers-fabric: MoreVillagersFabric 3.2.0-SNAPSHOT mostructures: Mo' Structures 1.4.1+1.18.2 mousetweaks: Mouse Tweaks 2.22 mythicmounts: Mythic Mounts 1.18.2-6.0 naturescompass: Nature's Compass 1.18.2-2.0.3-fabric nbtcrafting: NBT Crafting 2.1.3+mc1.18.2 notenoughcrashes: Not Enough Crashes 4.1.6+1.18.2 omega-config: OmegaConfig 1.2.3-1.18.1 org_anarres_jcpp: jcpp 1.4.14 org_javassist_javassist: javassist 3.28.0-GA org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.21 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.21 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.21 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.21 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.1 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.1 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.2 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.2 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.2 org_joml_joml: joml 1.10.2 org_reflections_reflections: reflections 0.10.2 org_spongepowered_configurate-core: configurate-core 4.1.2 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2 owo: oωo 0.7.0+1.18 patchouli: Patchouli 1.18.2-67-FABRIC pehkui: Pehkui 3.2.2+1.14.4-1.19 phosphor: Phosphor 0.8.1 physicsmod: Physics Mod 2.6.10 pickupnotifier: Pick Up Notifier 3.2.0 playerabilitylib: Pal 1.5.0 presencefootsteps: Presence Footsteps 1.5.0 puzzleslib: Puzzles Lib 3.3.1 reach-entity-attributes: Reach Entity Attributes 2.1.1 rocks: This Rocks! 1.6.0 roughlyenoughitems: Roughly Enough Items 8.1.457 roughlyenoughprofessions: Roughly Enough Professions 1.0.1 roughlyenoughresources: Roughly Enough Resources 2.5.0 satin: Satin 1.7.2 seedfix: Seed Fix 1.0.1 skinlayers: 3d Skin Layers 1.4.3-mc1.18.2 sodium: Sodium 0.4.1+build.15 spectrum: Spectrum 1.3.3-1.18.2-midgame18-trinkets-brewing spiceoffabric: Spice of Fabric 1.5.2+1.18.2 sprout: Sprout 1.1.0 step-height-entity-attribute: Step Height Entity Attribute 1.0.0 tenshilib: TenshiLib 1.18.2-1.6.7 terrablender: TerraBlender 1.1.0.99 terraform-wood-api-v1: Terraform Wood API (v1) 3.0.0 the_aether: Paradise Lost 1.6.8+1.18.2 things: Things 0.2.17+1.18 tlcosmetica: Cosmetica 0.4.0 trashslot: TrashSlot 11.0.2 trinketofundying: Trinket of Undying 2.0.1-1.18 trinkets: Trinkets 3.3.0 tweed4_annotated: tweed4_annotated 1.3.0+mc1.18.2 tweed4_base: tweed4_base 1.5.0+mc1.18.2 tweed4_data: tweed4_data 1.2.1+mc1.18.2 tweed4_data_hjson: tweed4_data_hjson 1.1.0+mc1.18.2 tweed4_tailor_coat: tweed4_tailor_coat 1.1.2+mc1.18.2 tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc1.18.2 vanilla_degus: Vanilla Degus 1.3.0 villagernames: Villager Names 4.0.4 visuality: Visuality 0.4.2 visualoverhaul: VisualOverhaul 4.1.0 visualworkbench: Visual Workbench 3.2.0 waystones: Waystones 2.5.0 whisperwoods: Whisperwoods 1.18.2-2.1.0 wildlife: Wildlife 1.18.2-1.0 windchimes: Windchimes 1.2.0 wthit: wthit 4.9.0 Loaded Shaderpack: ComplementaryShaders_v4.4.zip Profile: HIGH (+0 options changed by user) Launched Version: fabric-loader-0.13.3-1.18.2 Backend library: LWJGL version 3.2.2 build 10 Backend API: NVIDIA GeForce RTX 3080/PCIe/SSE2 GL version 3.2.0 NVIDIA 512.15, NVIDIA Corporation 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: 16x AMD Ryzen 7 5800X3D 8-Core Processor Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader)

    opened by lanwoodall423 3
  • Recipe changing through datapack is not working

    Recipe changing through datapack is not working

    I am trying to change the recipes and it will not work. I think there is an error on your end since you are the only mod I am having trouble with doing so

    opened by celsiusqc 3
  • [Upcoming issue] Datapack load error with FD 0.6/1.1

    [Upcoming issue] Datapack load error with FD 0.6/1.1

    Hi there! 😄

    This issue is mostly a heads-up regarding changes to an upcoming release of FD, 0.6 (1.16) and 1.1 (1.18).

    It seems Corn Delight is consulting FD's internal configs to determine whether to generate corn in shipwrecks and village houses. Due to the addition of several new chest loot modifications, I have recently removed these configs, substituting them for a universal generateFDChestLoot key.

    This causes the current version to suffer a datapack load error, as shown in the logs below.

    Though I understand why it was done, I don't recommend basing your add-on's features around FD's configs directly, as those are subject to minor changes. Might be better to have your own separate config here.

    Sorry for the inconvenience! 😓

    Logs:

    https://pastebin.com/yYYmFzNQ

    opened by vectorwing 2
  • Fix several duplicate recipes and advancements

    Fix several duplicate recipes and advancements

    Some recipes and advancements had copies in multiple subspaces, I've compacted the copies that didn't exist in the main corn_delight paths.
    Also fixed duplicate Create mixing recipe for tortilla, preferring the recipe that makes use of flour.

    opened by MarioSMB 1
  • Duplicate tortilla recipe with Create

    Duplicate tortilla recipe with Create

    Tortillas have multiple mixing recipes with Create's mechanical mixer, both making use of corn. When making tortillas in bulk only the recipe using 3 corn will be used, not the one with wheat flour.

    opened by MarioSMB 1
  • Serene Season tag issue.

    Serene Season tag issue.

    [19May2022 02:05:09.744] [Render thread/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load block tag sereneseasons:summer_crops as it is missing following references: corn_delight:corn_crop (from seasonal_corn.zip) [19May2022 02:05:09.744] [Render thread/ERROR] [net.minecraft.tags.TagCollectionReader/]: Couldn't load block tag sereneseasons:autumn_crops as it is missing following references: corn_delight:corn_crop (from seasonal_corn.zip)

    So. I had this mod for a while, removed it, started a new world. And I've noticed its messing up Serene Seasons tags. All Summer and autumn crops no longer have tags on them.

    To be clear I no longer have the mod installed. I scrubbed the config aswell and have a new world loaded up. I'd really like to understand why this is happening, as it may be effecting games with the mod still installed also.

    opened by Sinuisan 1
  • 1.18.2 - Tortilla Chip has no recipe in game

    1.18.2 - Tortilla Chip has no recipe in game

    Tortilla can't be be cut into Tortilla Chips. JEI also says no recipe for it.

    MC - 1.18.2 Forge - 40.1.0 Launcher - MultiMC 5 Corn Delight - 1.0.2-1.18.2 MMLib - 1.0.1-1.18.2 Farm's Delight - 1.18.2-1.1.0

    Issue Mod Version

    opened by blob1807 1
  • Update Create tortilla recipe to something far more sensible, fix overpowered cornbread stuffing

    Update Create tortilla recipe to something far more sensible, fix overpowered cornbread stuffing

    Pardon the second pull request so soon - can't believe I missed this recipe! It makes so much more sense.
    I've also gone ahead and fixed the balance of Cornbread Stuffing to match other Farmer's Delight meals, after which #17 can be considered fully resolved.

    opened by MarioSMB 0
  • [Suggestion] Change the recipe for raw tortilla to use water bottles instead of water buckets

    [Suggestion] Change the recipe for raw tortilla to use water bottles instead of water buckets

    Right now, it is extremely annoying to craft raw tortillas with water buckets unless you have several of them in your inventory (which is also not ideal since they're unstackable and take up a lot of space), as you will have to keep refilling the bucket each time you make the recipe. For a QoL change, I strongly suggest changing the current recipe to use water bottles instead of buckets, as they are stackable to 16 and are much less of a hassle to craft with as a result.

    opened by skrollas 1
  • [Suggestion] Trade corn with farmer villagers

    [Suggestion] Trade corn with farmer villagers

    Currently it doesn't seem like farmer villagers will accept corn for emeralds like they do other Farmer's Delight crops. It would be nice to be able to make a profit from corny dealings!

    opened by MarioSMB 0
  • Various recipe issues

    Various recipe issues

    Cornbread stuffing has 9 bars of hunger and 18 saturation, while the corn dog made out of it has 4 hunger and 7.5 saturation. image image

    Tortilla chips no longer have a recipe (no picture but the chopping board recipe broke)

    Stuffed pumpkin has 2 identical recipes image

    there are 2 recipes for raw tortillas with create image

    Very good mod, just wanted to bring awareness to some of these minor issues that seem to have come from the lastest update.

    opened by chopspry 2
Owner
Zheng Syameimaru
This is Syameimaru.
Zheng Syameimaru
The wonderful troll addon to Meteor Client.

Troll Addon Code Troll Addon is an addon to the Meteor Client utility mod. Install: Go to the releases: https://github.com/Declipsonator/Troll-Addon/r

null 11 Dec 9, 2022
A open-source addon for Meteor Client.

A open-source addon for Meteor Client

null 77 Dec 28, 2022
Geoponics is an E-Commerce Android Based Application Designed for Farmers As Well As Normal Users to Buy and Sell Agricultural goods!

Geoponics : E-Commerce Application Geoponics is an E-Commerce Android Based Aplication Designed for Farmers As Well As Normal Users to Buy and Sell Ag

Prasad 3 Aug 31, 2021
An addon that is trying to recreate Tinker's Construct within Slimefun. Adds new customisable tools with leveling and modifiers.

SlimeTinker is a Slimefun4 addon that tries it's best to recreate the amazing Tinker's Construct Mod (link) in Vanilla Minecraft. Features include: Th

null 22 Nov 6, 2022
A Slimefun4 addon that adds a new storage solution for mass and organised storage without harsh performance.

Networks is a Slimefun4 addon that brings a simple yet powerful item storage and movement network that works along side cargo. Network Grid / Crafting

null 17 Jan 7, 2023
A Meteor Client Addon that adds tweaks to modules and settings.

Meteor Tweaks Meteor Tweaks is an addon to the Meteor Client utility mod. Install: Go to the releases: https://github.com/Declipsonator/Meteor-Tweaks/

null 42 Dec 20, 2022
The wonderful troll addon to Meteor Client.

Troll Addon Code Troll Addon is an addon to the Meteor Client utility mod. Install: Go to the releases: https://github.com/Declipsonator/Troll-Addon/r

null 11 Dec 9, 2022
InstaKill is a shitty addon for the Meteor Client created without knowledge of the code

InstaKill About InstaKill is a shitty addon for the Meteor Client created without knowledge of the code. The only thing this addon adds is InstaKill e

null 4 Jun 15, 2022
A open-source addon for Meteor Client.

A open-source addon for Meteor Client

null 77 Dec 28, 2022
Labymod-Addon für Journalisten auf dem Minecraft-Server GermanMiner.de

NewsAddon-GermanMiner-Labymod LabyMod-Addon für die Fraktion News auf dem Minecraft-Wirtschaftsserver GermanMiner.de Zu LabyMod, Zu GermanMiner Jeglic

Jan Heist 2 Nov 25, 2022
Simple meteor addon to bypass other addons that use a uuid-based authentication system

Auth Bypass A Meteor Addon that automatically bypasses other addons using a uuid-based authentication system How to use: Download the latest release f

GhostTypes 4 Apr 1, 2022
Addon to the Minecraft Forge/Fabric mod InvMove that adds mod compatibilities

Addon to the Minecraft Forge/Fabric mod InvMove that adds mod compatibilities

David M. 3 Oct 21, 2022
An addon to Meteor Client that adds various modules designed to lag and crash servers

Meteor Crash Addon An addon to Meteor Client that adds various modules designed to lag and crash servers. Usage Either build it yourself, or download

Anti Cope 44 Dec 27, 2022
Create: Liftoff is a create addon that hopes to empower the player even more with the industrial age of the create mod and space rockets!

Create: Liftoff Welcome to Create: Liftoff, a mod that hopes to empower the player even more with the industrial age of the create mod and space rocke

Tazer 9 Jun 6, 2022
A service that executes binaries for Kodi's addon Elementum on Android without a W^X violation.

ElementumService A service that executes binaries for Kodi's addon Elementum on Android without a W^X violation. Download Use source https://StefanIlc

null 58 Dec 31, 2022
karasic addon for meteor client

Karasic Addon Addon for Meteor Client by Kiriyaga(ajaj#7615) https://discord.gg/chJNFZzTgq download jar file and run it with latest dev build of Meteo

киригай 14 Dec 2, 2022
Netheopoiesis is our entry to the Slimefun Addon Jam 2022. Created by Sefiraat and J3fftw

Netheopoiesis Netheopoiesis is our entry to the Slimefun Addon Jam 2022. Created by Sefiraat and J3fftw This addon has three main aims: To bring life

null 3 Jun 16, 2022
Template mod to make an addon mod for Create fabric.

Create Fabric Addon Template This template mod comes pre-configured for developing an addon mod for Create on Fabric. Setup For environment setup inst

null 14 Dec 29, 2022