mirror of
https://github.com/TeamMidnightDust/MoreCanvasCompat.git
synced 2025-12-17 11:55:08 +01:00
Upload latest indev version
This commit is contained in:
7
assets/minecraft/lights/item/campfire.json
Normal file
7
assets/minecraft/lights/item/campfire.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"intensity": 0.95,
|
||||
"red": 1.0,
|
||||
"green": 1.0,
|
||||
"blue": 0.8,
|
||||
"worksInFluid": false
|
||||
}
|
||||
7
assets/minecraft/lights/item/end_crystal.json
Normal file
7
assets/minecraft/lights/item/end_crystal.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"intensity": 0.5,
|
||||
"red": 0.8,
|
||||
"green": 0.3,
|
||||
"blue": 1.0,
|
||||
"worksInFluid": true
|
||||
}
|
||||
2
assets/minecraft/lights/item/redstone_ore.json
Normal file
2
assets/minecraft/lights/item/redstone_ore.json
Normal file
@@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
||||
7
assets/minecraft/lights/item/soul_campfire.json
Normal file
7
assets/minecraft/lights/item/soul_campfire.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"intensity": 0.95,
|
||||
"red": 0.4,
|
||||
"green": 0.6,
|
||||
"blue": 1.0,
|
||||
"worksInFluid": false
|
||||
}
|
||||
7
assets/minecraft/lights/item/soul_lantern.json
Normal file
7
assets/minecraft/lights/item/soul_lantern.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"intensity": 0.93,
|
||||
"red": 0.4,
|
||||
"green": 0.6,
|
||||
"blue": 1.0,
|
||||
"worksInFluid": true
|
||||
}
|
||||
7
assets/minecraft/lights/item/soul_torch.json
Normal file
7
assets/minecraft/lights/item/soul_torch.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"intensity": 0.7,
|
||||
"red": 0.4,
|
||||
"green": 0.6,
|
||||
"blue": 1.0,
|
||||
"worksInFluid": false
|
||||
}
|
||||
7
assets/minecraft/lights/item/torch.json
Normal file
7
assets/minecraft/lights/item/torch.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"intensity": 0.7,
|
||||
"red": 1.0,
|
||||
"green": 1.0,
|
||||
"blue": 0.8,
|
||||
"worksInFluid": false
|
||||
}
|
||||
Reference in New Issue
Block a user