End Portal Recipe (Fabric)

End Portal Recipe (Fabric)

35.8k Downloads

Not spawning entities using NBT sign feature

Esseit opened this issue ยท 0 comments

commented

Minecraft version: 1.20.1
Modloader: Forge
Forge version: 47.2.20
Environment: Singleplayer

Mod name: Starter Structures
Mod version: 3.4

Description

Wonderful mod, however ive been encountering an error with spawning villagers with custom trades using the NBT sign feature. I have the sign formatted correctly and in the modpage description it states the summon command will be compatible to enter into the .txt file, however when loading the structure via schem or NBT files no entities spawn in their places and instead the signs remain. Is this a known issue, or am i not doing something right? for reference, below is the text file for one such trader:

/summon villager ~ ~1 ~ {VillagerData:{profession:shepherd,level:5,type:plains},Invulnerable:1,PersistenceRequired:1,Silent:1,NoAI:1,CustomName:""Weird Al"",Offers:{Recipes:[{buy:{id:'createdeco:industrial_iron_coin',Count:4},sell:{id:'villagersellanimals:crate_skeleton_foal',Count:1},rewardExp:0b,maxUses:9999999},{buy:{id:'createdeco:industrial_iron_coinstack',Count:1},sell:{id:'villagersellanimals:crate_skeleton_foal',Count:1},rewardExp:0b,maxUses:9999999}, {buy:{id:'createdeco:industrial_iron_coin',Count:4},sell:{id:'villagersellanimals:crate_hoglet',Count:1},rewardExp:0b,maxUses:9999999},{buy:{id:'createdeco:industrial_iron_coinstack',Count:1},sell:{id:'villagersellanimals:crate_hoglet',Count:1},rewardExp:0b,maxUses:9999999}, {buy:{id:'createdeco:industrial_iron_coin',Count:4},sell:{id:'villagersellanimals:crate_zombie_foal',Count:1},rewardExp:0b,maxUses:9999999},{buy:{id:'createdeco:industrial_iron_coinstack',Count:1},sell:{id:'villagersellanimals:crate_zombie_foal',Count:1},rewardExp:0b,maxUses:9999999}, {buy:{id:'createdeco:industrial_iron_coin',Count:4},sell:{id:'villagersellanimals:crate_zoglet',Count:1},rewardExp:0b,maxUses:9999999},{buy:{id:'createdeco:industrial_iron_coinstack',Count:1},sell:{id:'villagersellanimals:crate_zoglet',Count:1},rewardExp:0b,maxUses:9999999}, ]}}