Synchronised leaves in materials.alphaMaterials with YAML data file
This commit is contained in:
parent
10fe26d372
commit
dd19c3b716
12
materials.py
12
materials.py
@ -370,9 +370,15 @@ alphaMaterials.BirchWood = alphaMaterials[17, 2]
|
||||
alphaMaterials.Leaves = alphaMaterials[18, 0]
|
||||
alphaMaterials.PineLeaves = alphaMaterials[18, 1]
|
||||
alphaMaterials.BirchLeaves = alphaMaterials[18, 2]
|
||||
alphaMaterials.LeavesDecaying = alphaMaterials[18, 4]
|
||||
alphaMaterials.PineLeavesDecaying = alphaMaterials[18, 5]
|
||||
alphaMaterials.BirchLeavesDecaying = alphaMaterials[18, 6]
|
||||
alphaMaterials.JungleLeaves = alphaMaterials[18, 3]
|
||||
alphaMaterials.LeavesPermanent = alphaMaterials[18, 4]
|
||||
alphaMaterials.PineLeavesPermanent = alphaMaterials[18, 5]
|
||||
alphaMaterials.BirchLeavesPermanent = alphaMaterials[18, 6]
|
||||
alphaMaterials.JungleLeavesPermanent = alphaMaterials[18, 7]
|
||||
alphaMaterials.LeavesDecaying = alphaMaterials[18, 8]
|
||||
alphaMaterials.PineLeavesDecaying = alphaMaterials[18, 9]
|
||||
alphaMaterials.BirchLeavesDecaying = alphaMaterials[18, 10]
|
||||
alphaMaterials.JungleLeavesDecaying = alphaMaterials[18, 11]
|
||||
alphaMaterials.Sponge = alphaMaterials[19, 0]
|
||||
alphaMaterials.Glass = alphaMaterials[20, 0]
|
||||
|
||||
|
Reference in New Issue
Block a user