遗迹记忆Life
如题,版本是1.12.2,具体求助内容如下:

有没有什么方法可以让一个原本没有亮度的物品发出光,且光源强度与下届核心/烈焰棒相似

玩家拿在手上配合动态光源可以做成低亮火把

mod、插件、原版什么的都可以

名副其实
https://www.spigotmc.org/resources/shinyitems-1-8-x-1-12-x.12531/
刚好就有

GeForceLegend
Optifine 拥有 dynamic_light.properties 文件,可以达到这种效果。

官方文档:
  1. ###############################################################################
  2. # Sample configuration for OptiFine's Dynamic Lights feature.
  3. ###############################################################################
  4. # dynamic_lights.properties
  5. ###############################################################################
  6. # This file is offered without any copyright restrictions.
  7. # Please copy and modify it to suit your needs.
  8. #
  9. # This configuration file allows mods to define dynamic light levels for entities and items.
  10. # Location: "/assets/<mod_id>/optifine/dynamic_lights.properties"

  11. # Entity light levels
  12. # The entity name is automatically expanded with the mod_id.
  13. # The light level should be between 0 and 15.
  14. # For exaple:
  15. #   entities=basalz:15 blitz:7
  16. entities=<entity:light> ...  

  17. # Item light levels
  18. # The item name is automatically expanded with the mod_id.
  19. # The light level should be between 0 and 15.
  20. # For exaple:
  21. #   items=florb:15 morb:7
  22. items=<item:light> ...  
复制代码



第一页 上一页 下一页 最后一页