Skip to content

Commit

Permalink
Fix Spleef game configurations using snow layers as floors
Browse files Browse the repository at this point in the history
Fixes #90
  • Loading branch information
haykam821 authored and Patbox committed Jan 10, 2025
1 parent f8a2244 commit 9d61a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/cursed/plasmid/game/spleef/explosive/run.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"weight": 100000,
"data": {
"Name": "minecraft:snow"
"Name": "minecraft:snow_block"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/nucleoid/plasmid/game/spleef/to_the_moon.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"floor_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:snow"
"Name": "minecraft:snow_block"
}
},
"levels": 4,
Expand Down

0 comments on commit 9d61a8c

Please sign in to comment.