wizjany

Results 102 comments of wizjany

Not sure why it would, torches/lanterns/etc aren't entities.

would note that the targeted stuff in f3 is completely clientside. i think the client might send a location, but it's not exposed everywhere (at least not in bukkit). i'd...

your suggestion seems to assume that every mask is a BlockMask... The mask interface itself really doesn't expose anything more than the test method, and given that third party plugins...

I think this affects bukkit as well to some extent.

this is technically probably a feature request. it used to be supported on bukkit platforms because they actually had api for it, but they broke that recently (#1745) but for...

this would require re-sending full chunks to the client with some packet hackery. don't think we have any interest in doing this. fyi you can also just teleport away and...

not sure what you mean...you want to contract the selection such that all blocks match the mask? or just the min/max points would match? unless you have a house that's...

ultimately i'd like to have entity masks with some builtins so you can list out entities directly or use entity tags. that way people can make their own tags or...

the bukkit platform uses bukkit api for biomes, and the bukkit api doesn't support custom biomes, so this means either bypassing bukkit and using NMS directly, or waiting for spigot...

this isn't a tree gen according to bukkit, and there's no arbitrary feature gen exposed there, so we'll either need to skip bukkit or change we-bukkit to use nms for...