Skip to content

Commit

Permalink
More blocks in the portal disallow tags
Browse files Browse the repository at this point in the history
- You can no longer place portals inside nether/end portals
- Lily pads no longer support portals
- Pitcher plant crops no longer support portals
  • Loading branch information
Cart3r1234 committed Jul 11, 2023
1 parent 10301fc commit fc4b949
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@
"#minecraft:leaves",
"#minecraft:all_hanging_signs",
"minecraft:moss_carpet",
"minecraft:pitcher_crop",
"minecraft:lily_pad",
"minecraft:sniffer_egg",
"minecraft:end_portal_frame",
"minecraft:snow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"portalcubed:matter_inquisition_field",
"portalcubed:toxic_goo",
"minecraft:lava",
"minecraft:nether_portal",
"minecraft:end_portal",
"portalcubed:portal_1_smooth_gray_panel_facade",
"portalcubed:portal_1_smooth_gray_half_panel_facade",
"portalcubed:dirty_portal_1_smooth_gray_panel_facade",
Expand Down

0 comments on commit fc4b949

Please sign in to comment.