MineMaarten / PneumaticCraft

PneumaticCraft source
Other
84 stars 50 forks source link

Suggestion for more filter features. #33

Open Nimbleguy opened 10 years ago

Nimbleguy commented 10 years ago

Could there be AND-type commas and negating explanation marks? For example, doing !Creeper in a filter in a block would search for everything not a creeper, and !@player would search for anything not a player. Also, maybe do and-mode commas, for example @animal,!Sheep would only search for animals that were not sheep, !Zombie,!Pig would search for everything not a pig or zombie, and Chest,Furnace would only search for Chests and Furnaces. Also, maybe being able to check for item entities by name? For example, ender_eye would be eye of ender. Also, sorry if this is not flagged as enhancement, I am new to Github.

MineMaarten commented 10 years ago

I like the idea of being able to do more with the filter. I think it would be a good idea though to use the same puzzle piece system as the Programmer uses (if you don't know what I'm talking about watch Direwolf20's part 4 in a couple of hours :)).