Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Flashing-Blinkenlights committed Feb 18, 2022
2 parents f24d95e + 0cc0e65 commit db23ba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gdpc/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
'minecraft:jack_o_lantern', 'minecraft:sea_lantern',
'minecraft:glowstone')

LIGHTSOURCES = FIRES + CAMPFIRES + TORCHES + LANTERNS + LIGHTBLOCK
LIGHTSOURCES = FIRES + CAMPFIRES + TORCHES + LANTERNS + LIGHTBLOCKS

# mechanical
WIRING = ('minecraft:redstone_wire',
Expand Down Expand Up @@ -709,7 +709,7 @@
'minecraft:lily_pad',
'minecraft:scaffolding',
'minecraft:snow') \
+ GLASS + RAILS + WIRING + BUTTONS + TORCHES + SIGNS
+ GLASS + RAILS + WIRING + SWITCHES + TORCHES + SIGNS

# can be seen through moderately
OBTRUSIVE = ('minecraft:bell', 'minecraft:brewing_stand', 'minecraft:cake',
Expand Down Expand Up @@ -737,7 +737,7 @@
'minecraft:nether_portal',
'minecraft:iron_bars',
'minecraft:chain') \
+ INVISIBLE + WIRING + RAILS + BUTTONS + HEADS + TORCHES
+ INVISIBLE + WIRING + RAILS + SWITCHES + HEADS + TORCHES

# base map colours
# WARNING: all non-transparent blocks are listed individually here again
Expand Down

0 comments on commit db23ba4

Please sign in to comment.