Skip to content

Commit

Permalink
Merge pull request #1192 from bijimio/14.1-features
Browse files Browse the repository at this point in the history
Added mineable tags to stasis chamber block, fixed campfire blocks being latex coverable by default.
  • Loading branch information
LtxProgrammer authored Nov 25, 2024
2 parents 52da08e + 0535c3a commit 34344f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public abstract class StateDefinitionMixin<O, S extends StateHolder<O, S>> {
list.add(NonLatexCoverableBlock.class);
list.add(AirBlock.class);
list.add(BaseFireBlock.class);
list.add(CampfireBlock.class);
list.add(RedStoneWireBlock.class);
list.add(GlassBlock.class);
list.add(TintedGlassBlock.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"changed:retinal_scanner",
"changed:roomba_charger",
"changed:speaker",
"changed:stasis_chamber",
"changed:tape_recorder",
"changed:tiles_caution",
"changed:tiles_blue",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"changed:library_door",
"changed:maintenance_door",
"changed:purifier",
"changed:stasis_chamber",
"changed:vent_fan",
"changed:vent_hatch",
"changed:white_lab_table"
Expand Down

0 comments on commit 34344f0

Please sign in to comment.