maruohon / litematica

A modern client-side schematic mod for Minecraft
GNU Lesser General Public License v3.0
686 stars 190 forks source link

A function to define a particular item to another particular block when preparing materials #852

Open henryyuyhy opened 3 weeks ago

henryyuyhy commented 3 weeks ago

Is your feature request related to a problem? Please describe. Recently I was playing with create mod. When I was preparing materials for a machine, the material list told me to prepare a “Andesite encased cogwheel”(actually it’s a cogwheel with encasing)

Describe the solution you'd like Add a feature that allows players to define that an item can refer to another block (for example, i only need to prepare a cogwheel for “andesite encased cogwheel”). Also it would be nice if it’s possible to do similar changes when placing these blocks, but it seems that there are difficulties as blockstates aren’t always the same.