Litematica

Litematica

8M Downloads

Mob spawner not showing in list of materials

hollandjake opened this issue ยท 1 comments

commented

Minecraft version
1.17.1

Mod version and malilib version
litematica-fabric-1.17.1-0.0.0-dev.20210707.011234
malilib-fabric-1.17.1-0.10.0-dev.23

Description of the bug
List of materials as well as "analyse the area" does not show the minecraft:spawner block. This block is however rendered in schematics so is being saved.

Expected behavior (if not clear from the description)
spawner blocks should be present in the list of materials

To Reproduce (if not clear from the description already)
Steps to reproduce the behavior:

  1. Load world
  2. Find dungeon (or any other spawner)
  3. Create selection around the spawner
  4. Analyse area
  5. In list spawner is not present
commented

I'll need to add an item override for the spawner, since the normal pick block feature (in creative mode) does not give you a spawner item from the spawner block. And the material list block to item conversion code uses that same-ish code by default.