Skip to content

lychee recipes #669

Description

@Aidenboss434

I am not using performance mods.

  • Confirm

Description

lychee block interacting recipes don't work on solid compact machine walls or any blocks placed where solid walls were supposed to be

https://discord.com/channels/765363477186740234/1450103299247439882

Mod Version

7.0.81 - this bug has been here for as long as i can remember

Forge Version

Neo 21.1.248

Link to Crash Log

No response

Screenshot (if available)

No response

How to reproduce

  1. create a "lychee:block_clicking" recipe that uses solid walls for the "block_in"
{
  "type": "lychee:block_clicking",
  "block": "compactmachines:solid_wall",
  "item": {},
  "post": [
    {
      "type": "drop_item",
      "item": "minecraft:dirt"
    }
  ]
}
  1. punch the inside of a compact machine.
  2. nothing happens. the recipe shows in JEI and registers successfully

this recipe works perfectly

{
  "type": "lychee:block_clicking",
  "block": "minecraft:bedrock",
  "item": {},
  "post": [
    {
      "type": "drop_item",
      "item": "minecraft:dirt"
    }
  ]
}

i also noticed that compact machines cancels any interactions when the block is in the position of where a wall is supposed to be. so when i replaced the walls inside the machine with "minecraft:bedrock" the later recipe stopped working

Metadata

Metadata

Assignees

No one assigned

    Labels

    21.1Relates to CM7 for MC 21.1triageunverifiedIssue needs to be verified beyond initial report, or due to an old version.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions