diff options
author | stujones11 <stujones111@gmail.com> | 2018-03-18 17:25:05 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-03-29 14:53:12 +0100 |
commit | 821e3f7072b040f57e33785536a4f00a064a0069 (patch) | |
tree | edd4b0e626e2f7b1369547c452fc2b65514c5d0c /builtin/game | |
parent | 0396717256bb15ecb76469b7f148cfd6d952b34e (diff) | |
download | minetest-821e3f7072b040f57e33785536a4f00a064a0069.tar.gz minetest-821e3f7072b040f57e33785536a4f00a064a0069.tar.bz2 minetest-821e3f7072b040f57e33785536a4f00a064a0069.zip |
Optional alpha channel support for entities
Diffstat (limited to 'builtin/game')
-rw-r--r-- | builtin/game/features.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/game/features.lua b/builtin/game/features.lua index ef85fbbc3..e6787a564 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -11,6 +11,7 @@ core.features = { area_store_custom_ids = true, add_entity_with_staticdata = true, no_chat_message_prediction = true, + object_use_texture_alpha = true, } function core.has_feature(arg) |