feature Allow Wandering Trader spawn
ArkavianX opened this issue · 2 comments
hmm k will try that
…On Mon, Nov 15, 2021 at 4:17 AM Xalcon ***@***.***> wrote:
I would call that intended behavior. The trader is a passive entity and
the lamp is supposed to block passive entities.
If you want to remove the trader from the list, you can add "whitelist
entry" to the dreadLampEntityBlockListOverrides in the torchmaster.toml:
#Same as the mega torch block list override, just for the dread lamp
#Block squid: +minecraft:squid
#Allow pigs: -minecraft:pig
dreadLampEntityBlockListOverrides = [
"-minecraft:wandering_trader"
]
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#168 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVFMFSHUW3VIXY2J5VLN33UMDM3RANCNFSM5H7BHCJA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
I would call that intended behavior. The trader is a passive entity and the lamp is supposed to block passive entities.
If you want to remove the trader from the list, you can add "whitelist entry" to the dreadLampEntityBlockListOverrides
in the torchmaster.toml:
#Same as the mega torch block list override, just for the dread lamp
#Block squid: +minecraft:squid
#Allow pigs: -minecraft:pig
dreadLampEntityBlockListOverrides = [
"-minecraft:wandering_trader"
]
//Edit:
I didn't realize this was a feature request. My bad. But the feature is already there :) Does it solve your problem?