Place Feature (Effect) — SkNMS

Addon: SkNMS · Category: Effect · Since: 1.2.0

Syntax

place (configured|placed) feature %string/namespacedkey% %direction% %location%

Description

Place a [**configured feature**](https://minecraft.wiki/w/Configured_feature) or [**placed feature**](https://minecraft.wiki/w/Placed_feature) at a location. Note: Sometimes the blocks will place, but won't update client side. This is a Minecraft bug. Simple solution is to use SkBee's refresh chunk effect (This will resend chunks to players).

**Notes on Placed Features**: - When placing a placed feature, if the rules don't match its predicate, it won't place. Some features require specific biomes. - Placed features are tested at 0,0,0 in a chunk, therefor your exact location will not be used.

Examples

place configured feature "minecraft:trees_plains" at target block
place placed feature "minecraft:pale_moss_patch" at target block

View source