Adding daylight sensor to materialsEditOnInteract

This commit is contained in:
Mark Hughes 2016-09-12 12:45:19 +10:00 committed by Olof Larsson
parent 5ffc65391b
commit 4c5eacec38
No known key found for this signature in database
GPG Key ID: BBEF14F97DA52474

View File

@ -514,7 +514,9 @@ public class MConf extends Entity<MConf>
"DIODE_BLOCK_ON", // Minecraft 1.? "DIODE_BLOCK_ON", // Minecraft 1.?
"NOTE_BLOCK", // Minecraft 1.? "NOTE_BLOCK", // Minecraft 1.?
"CAULDRON", // Minecraft 1.? "CAULDRON", // Minecraft 1.?
"SOIL" // Minecraft 1.? "SOIL", // Minecraft 1.?
"DAYLIGHT_DETECTOR", // Minecraft 1.5
"DAYLIGHT_DETECTOR_INVERTED" // Minecraft 1.5
); );
// Interacting with the the terrain holding this item in hand results in an edit. // Interacting with the the terrain holding this item in hand results in an edit.