Skip to content

Commit

Permalink
Update moon_pipes.json
Browse files Browse the repository at this point in the history
changing the lil houses to legacy type so that they're not bugged
  • Loading branch information
ethanicusss committed Jan 24, 2024
1 parent 36feaa6 commit d1e8229
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"location": "astralrails:moon/nuclear/tank_1",
"processors": [],
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "minecraft:legacy_single_pool_element"
}
},
{
Expand All @@ -71,7 +71,7 @@
"location": "astralrails:moon/nuclear/house_1",
"processors": [],
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "minecraft:legacy_single_pool_element"
}
},
{
Expand All @@ -80,7 +80,7 @@
"location": "astralrails:moon/nuclear/house_2",
"processors": [],
"projection": "rigid",
"element_type": "minecraft:single_pool_element"
"element_type": "minecraft:legacy_single_pool_element"
}
},
{
Expand Down

0 comments on commit d1e8229

Please sign in to comment.