Initial commit: Minecraft 光追着色器包(从零实现的 path tracing)

This commit is contained in:
WpyQwq
2026-09-19 12:06:22 +08:00
commit 59e30822f8
314 changed files with 9259 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# MinecraftPT item.properties
# Maps held items to light levels (for held light).
item.torch = 14
item.soul_torch = 14
item.lantern = 15
item.soul_lantern = 15
item.end_rod = 14
item.blaze_rod = 14
item.glowstone = 15
item.sea_lantern = 15
item.shroomlight = 15
item.magma_cream = 4
item.fire_charge = 4
item.lava_bucket = 15
item.campfire = 14
item.soul_campfire = 14
item.candle = 9
item.amethyst_cluster = 4
item.small_amethyst_bud = 2
item.medium_amethyst_bud = 3
item.large_amethyst_bud = 4
item.light = 15
item.ochre_froglight = 15
item.verdant_froglight = 15
item.pearlescent_froglight = 15