The easy way to add land cycles
You can use the packages feature to add your land cycles instead. Here's a collection of packages for all the most used land cycles. What follows is the old breakdown of how Land Pack worked.
For a long time, players have been asking for a system to more easily include full land cycles in their cube. While that feature isn't natively supported yet, Land Pack is the next best thing, aiming to provide you with a simpler way to add your desired land cycles.
At its core, Land Pack is just a cube containing all the lands in Magic. With the addition of filtered exports in Cube Cobra 5.0, this collection can be leveraged to extract the exact lands that suit your needs.
The process is very simple.
Go to Land Pack's list page and open the Filter modal
Add a filter condition for lands you want to include and press Apply. You can check the cube list to see it contains the lands you want.
Go to the Export options, click Comma-Separated (.csv), and save the file.
Go to your cube, open the Import/Export options and click Upload File. Select the file you downloaded in the previous step.
The lands are now included in your cube!
Since the most important part of this process is taking advantage of the card filter, it's useful to know how it works. To see the full usage guide, you can visit the Filters page.
For our purposes, you mostly need to know only a couple of things about the syntax to get started:
is:
filter. For example, is:shockland
will match all shocklands. See the List of Supported Cycles.or
keyword. For example, is:shockland or is:fetchland
will match all shocklands and all fetchlands.is:
filter, it can usually be matched through some combination of other filters. For example, name:"pathway"
(or simply "pathway"
) will match all MDFC lands from the Pathway cycle. Check the full guide to learn more.-
in front of a filter to negate it. For example, (is:snow -type:basic)
will match all Snow lands except the five Basic lands."Prismatic Vista"
, "prismatic vista"
, and "pRiSmAtIc ViStA"
will all match the same card (Prismatic Vista).The following keywords are valid names of land cycles supported by the is:
filter:
For transforming double-faced cards that are lands on either face, the face that's a land is included in Land Pack. For modal double-faced cards that are lands on either face, the front face is included in Land Pack. This is because Cube Cobra currently doesn't have a way to add back faces of MDFCs into a cube list.
Once the support for MDFCs is sufficiently extended, Land Pack will replace MDFCs that are lands only on their back face. MDFCs that are lands on both faces (the Pathway cycle) will remain included only as their front face.