maruohon / litematica

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

Multi-Block Blocks Not Accounted For #567

Open Pere-grin6 opened 2 years ago

Pere-grin6 commented 2 years ago

Blocks containing multiple blocks, like turtle eggs, sea pickles, and candles, are not accounted for in the materials list. For example, a schematic containing a block with four candles (the block in question if refferred to by the game as minecraft:candle[candles=4]) registers as only one candle in the materials list. I will note that this does not apply to double slabs.

maruohon commented 2 years ago

All of these need to be added to an override list type thing, and I haven't remembered to keep up with it in the recent MC versions.

kosma commented 2 years ago

Fix in #568.