AbdElAziz333 / Canary

A performance mod designed to optimize Minecraft's general performance and unofficial fork of Lithium mod for Minecraft Forge.
https://www.curseforge.com/minecraft/mc-mods/canary
GNU Lesser General Public License v3.0
41 stars 3 forks source link

Hopper didn't work with composter when using Canary #30

Closed Samapoke closed 2 years ago

Samapoke commented 2 years ago

Version Information

canary-mc1.19.2-0.0.8

Expected Behavior

The seed should have entered the composter by going through a hopper

Actual Behavior

The hopper can't make the seeds entered the composter

Reproduction Steps

  1. Add seeds to the hopper which connected to the composter
  2. Nothing happened

    Other Information I run a server Server's Mod list:

    • AI-Improvements-1.19.2-0.5.2
    • AttributeFix-Forge-1.19.2-17.1.2
    • canary-mc1.19.2-0.0.8
    • Clumps-forge-1.19.2-9.0.0+11
    • deuf-1.19.2-1.3
    • EasierSleeping-1.19.2-2.1.2
    • FastFurnace-1.19.2-7.0.0
    • FastSuite-1.19.2-4.0.0
    • FastWorkbench-1.19.2-7.0.1
    • morevillagers-forge-1.19-4.0.3
    • Placebo-1.19.2-7.0.1
    • pluto-mc1.19.2-0.0.3
    • saturn-mc1.19.2-0.0.1
    • SereneSeasons-1.19-8.0.0.19

And me and my friends use Optifine.

AbdElAziz333 commented 2 years ago

This is not a bug from Canary, this is a regular feature in Canary. for more information press here.

AbdElAziz333 commented 2 years ago

Good luck!

Samapoke commented 2 years ago

This is not a bug from Canary, this is a regular feature in Canary. for more information press here.

I see, so would you mind tell me how to disable this function?

AbdElAziz333 commented 2 years ago

add this line to canary.properties in the config file. mixin.block.hopper=false

Samapoke commented 2 years ago

add this line to canary.properties in the config file. mixin.block.hopper=false

Thank you!