|
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation=" |
| 4 | + http://maven.apache.org/POM/4.0.0 |
| 5 | + http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 6 | + |
| 7 | + <modelVersion>4.0.0</modelVersion> |
| 8 | + |
| 9 | + <groupId>org.cyclops.packs</groupId> |
| 10 | + <artifactId>cyclops-all-deps-neoforge</artifactId> |
| 11 | + <version>26.1.1</version> |
| 12 | + <packaging>pom</packaging> |
| 13 | + |
| 14 | + <dependencies> |
| 15 | + <dependency> |
| 16 | + <groupId>org.cyclops.cyclopscore</groupId> |
| 17 | + <artifactId>cyclopscore-26.1.1-neoforge</artifactId> |
| 18 | + <version>1.29.0-983</version> |
| 19 | + </dependency> |
| 20 | + |
| 21 | + <dependency> |
| 22 | + <groupId>org.cyclops.flopper</groupId> |
| 23 | + <artifactId>flopper-26.1.1-neoforge</artifactId> |
| 24 | + <version>1.1.8-223</version> |
| 25 | + </dependency> |
| 26 | + |
| 27 | + <dependency> |
| 28 | + <groupId>org.cyclops.structuredcrafting</groupId> |
| 29 | + <artifactId>structuredcrafting-26.1.1-neoforge</artifactId> |
| 30 | + <version>0.2.13-202</version> |
| 31 | + </dependency> |
| 32 | + |
| 33 | + <dependency> |
| 34 | + <groupId>org.cyclops.commoncapabilities</groupId> |
| 35 | + <artifactId>commoncapabilities-26.1.1-neoforge</artifactId> |
| 36 | + <version>2.11.4-340</version> |
| 37 | + </dependency> |
| 38 | + |
| 39 | + <dependency> |
| 40 | + <groupId>org.cyclops.capabilityproxy</groupId> |
| 41 | + <artifactId>capabilityproxy-26.1.1-neoforge</artifactId> |
| 42 | + <version>2.2.1-200</version> |
| 43 | + </dependency> |
| 44 | + |
| 45 | + <dependency> |
| 46 | + <groupId>org.cyclops.everlastingabilities</groupId> |
| 47 | + <artifactId>everlastingabilities-26.1.1-neoforge</artifactId> |
| 48 | + <version>2.5.6-362</version> |
| 49 | + </dependency> |
| 50 | + |
| 51 | + <dependency> |
| 52 | + <groupId>org.cyclops.energeticsheep</groupId> |
| 53 | + <artifactId>energeticsheep-26.1.1-neoforge</artifactId> |
| 54 | + <version>1.1.18-202</version> |
| 55 | + </dependency> |
| 56 | + |
| 57 | + <dependency> |
| 58 | + <groupId>org.cyclops.colossalchests</groupId> |
| 59 | + <artifactId>colossalchests-26.1.1-neoforge</artifactId> |
| 60 | + <version>1.8.14-245</version> |
| 61 | + </dependency> |
| 62 | + |
| 63 | + <dependency> |
| 64 | + <groupId>org.cyclops.iconexporter</groupId> |
| 65 | + <artifactId>iconexporter-26.1.1-neoforge</artifactId> |
| 66 | + <version>1.4.0-194</version> |
| 67 | + </dependency> |
| 68 | + |
| 69 | + <dependency> |
| 70 | + <groupId>org.cyclops.integrateddynamics</groupId> |
| 71 | + <artifactId>integrateddynamics-26.1.1-neoforge</artifactId> |
| 72 | + <version>1.32.3-1728</version> |
| 73 | + </dependency> |
| 74 | + |
| 75 | + <!-- Integrated Dynamics deps: start --> |
| 76 | + |
| 77 | + <!--><dependency> |
| 78 | + <groupId>mezz.jei</groupId> |
| 79 | + <artifactId>jei-26.1.1-neoforge</artifactId> |
| 80 | + <version>19.27.0.340</version> |
| 81 | + </dependency> |
| 82 | + |
| 83 | + <dependency> |
| 84 | + <groupId>mcjty.theoneprobe</groupId> |
| 85 | + <artifactId>theoneprobe</artifactId> |
| 86 | + <version>1.21_neo-12.0.8-7</version> |
| 87 | + </dependency> |
| 88 | + |
| 89 | + <dependency> |
| 90 | + <groupId>com.github.glitchfiend</groupId> |
| 91 | + <artifactId>TerraBlender-neoforge</artifactId> |
| 92 | + <version>1.21-4.0.0.1</version> |
| 93 | + </dependency> |
| 94 | +
|
| 95 | + <dependency> |
| 96 | + <groupId>me.shedaniel</groupId> |
| 97 | + <artifactId>RoughlyEnoughItems-neoforge</artifactId> |
| 98 | + <version>16.0.799</version> |
| 99 | + <exclusions> |
| 100 | + <exclusion> |
| 101 | + <groupId>*</groupId> |
| 102 | + <artifactId>*</artifactId> |
| 103 | + </exclusion> |
| 104 | + </exclusions> |
| 105 | + </dependency> |
| 106 | +
|
| 107 | + <dependency> |
| 108 | + <groupId>me.shedaniel.cloth</groupId> |
| 109 | + <artifactId>cloth-config-neoforge</artifactId> |
| 110 | + <version>15.0.140</version> |
| 111 | + <classifier>neoforge</classifier> |
| 112 | + </dependency> |
| 113 | +
|
| 114 | + <dependency> |
| 115 | + <groupId>dev.architectury</groupId> |
| 116 | + <artifactId>architectury-neoforge</artifactId> |
| 117 | + <version>13.0.8</version> |
| 118 | + </dependency> |
| 119 | +
|
| 120 | + <dependency> |
| 121 | + <groupId>com.almostreliable.mods</groupId> |
| 122 | + <artifactId>almostunified-neoforge</artifactId> |
| 123 | + <version>1.21.1-1.4.1</version> |
| 124 | + </dependency> |
| 125 | +
|
| 126 | + <dependency> |
| 127 | + <groupId>curse.maven</groupId> |
| 128 | + <artifactId>jade-324717</artifactId> |
| 129 | + <version>5884231</version> |
| 130 | + </dependency>--> |
| 131 | + |
| 132 | + <!-- Integrated Dynamics deps: end --> |
| 133 | + |
| 134 | + <dependency> |
| 135 | + <groupId>org.cyclops.integratedtunnels</groupId> |
| 136 | + <artifactId>integratedtunnels-26.1.1-neoforge</artifactId> |
| 137 | + <version>1.9.4-615</version> |
| 138 | + </dependency> |
| 139 | + |
| 140 | + <dependency> |
| 141 | + <groupId>org.cyclops.integratedcrafting</groupId> |
| 142 | + <artifactId>integratedcrafting-26.1.1-neoforge</artifactId> |
| 143 | + <version>1.4.5-549</version> |
| 144 | + </dependency> |
| 145 | + |
| 146 | + <dependency> |
| 147 | + <groupId>org.cyclops.integratedterminals</groupId> |
| 148 | + <artifactId>integratedterminals-26.1.1-neoforge</artifactId> |
| 149 | + <version>1.6.28-750</version> |
| 150 | + </dependency> |
| 151 | + |
| 152 | + <!-- Integrated Terminals deps: start --> |
| 153 | + |
| 154 | + <!--><dependency> |
| 155 | + <groupId>top.theillusivec4.curios</groupId> |
| 156 | + <artifactId>curios-neoforge</artifactId> |
| 157 | + <version>7.4.3+1.20.4</version> |
| 158 | + </dependency> |
| 159 | +
|
| 160 | + <dependency> |
| 161 | + <groupId>dev.emi</groupId> |
| 162 | + <artifactId>emi-neoforge</artifactId> |
| 163 | + <version>1.1.22+1.21.1</version> |
| 164 | + </dependency>--> |
| 165 | + |
| 166 | + <!-- Integrated Terminals deps: end --> |
| 167 | + |
| 168 | + <dependency> |
| 169 | + <groupId>org.cyclops.integratedscripting</groupId> |
| 170 | + <artifactId>integratedscripting-26.1.1-neoforge</artifactId> |
| 171 | + <version>1.0.21-353</version> |
| 172 | + </dependency> |
| 173 | + |
| 174 | + <dependency> |
| 175 | + <groupId>org.cyclops.integratedrest</groupId> |
| 176 | + <artifactId>integratedrest-26.1.1-neoforge</artifactId> |
| 177 | + <version>1.1.15-192</version> |
| 178 | + </dependency> |
| 179 | + |
| 180 | + <!--><dependency> |
| 181 | + <groupId>org.cyclops.integratedmekanism</groupId> |
| 182 | + <artifactId>integratedmekanism-26.1.1-neoforge</artifactId> |
| 183 | + <version>1.0.4-102</version> |
| 184 | + </dependency> |
| 185 | + |
| 186 | + <!-- Integrated Mekanism deps: start --> |
| 187 | + |
| 188 | + <dependency> |
| 189 | + <groupId>mekanism</groupId> |
| 190 | + <artifactId>Mekanism</artifactId> |
| 191 | + <version>1.21.1-10.7.19.85</version> |
| 192 | + <classifier>all</classifier> |
| 193 | + </dependency>--> |
| 194 | + |
| 195 | + <!-- Integrated Mekanism deps: end --> |
| 196 | + |
| 197 | + <dependency> |
| 198 | + <groupId>org.cyclops.evilcraft</groupId> |
| 199 | + <artifactId>evilcraft-26.1.1-neoforge</artifactId> |
| 200 | + <version>1.2.84-844</version> |
| 201 | + </dependency> |
| 202 | + |
| 203 | + <!-- Evilcraft deps: start --> |
| 204 | + <!-- They overlap with deps of the mods above, so no need to re-list them. --> |
| 205 | + <!-- Evilcraft deps: end --> |
| 206 | + |
| 207 | + </dependencies> |
| 208 | +</project> |
0 commit comments