I am not using performance mods.
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
- 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"
}
]
}
- punch the inside of a compact machine.
- 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
I am not using performance mods.
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
this recipe works perfectly
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