|
| 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-neoforge</artifactId> |
| 11 | + <version>26.1.2</version> |
| 12 | + <packaging>pom</packaging> |
| 13 | + |
| 14 | + <dependencies> |
| 15 | + <dependency> |
| 16 | + <groupId>org.cyclops.cyclopscore</groupId> |
| 17 | + <artifactId>cyclopscore-26.1.2-neoforge</artifactId> |
| 18 | + <version>1.29.5-1012</version> |
| 19 | + </dependency> |
| 20 | + |
| 21 | + <dependency> |
| 22 | + <groupId>org.cyclops.flopper</groupId> |
| 23 | + <artifactId>flopper-26.1.2-neoforge</artifactId> |
| 24 | + <version>1.1.9-229</version> |
| 25 | + </dependency> |
| 26 | + |
| 27 | + <dependency> |
| 28 | + <groupId>org.cyclops.structuredcrafting</groupId> |
| 29 | + <artifactId>structuredcrafting-26.1.2-neoforge</artifactId> |
| 30 | + <version>0.2.14-209</version> |
| 31 | + </dependency> |
| 32 | + |
| 33 | + <dependency> |
| 34 | + <groupId>org.cyclops.commoncapabilities</groupId> |
| 35 | + <artifactId>commoncapabilities-26.1.2-neoforge</artifactId> |
| 36 | + <version>2.11.5-346</version> |
| 37 | + </dependency> |
| 38 | + |
| 39 | + <dependency> |
| 40 | + <groupId>org.cyclops.capabilityproxy</groupId> |
| 41 | + <artifactId>capabilityproxy-26.1.2-neoforge</artifactId> |
| 42 | + <version>2.2.3-210</version> |
| 43 | + </dependency> |
| 44 | + |
| 45 | + <dependency> |
| 46 | + <groupId>org.cyclops.everlastingabilities</groupId> |
| 47 | + <artifactId>everlastingabilities-26.1.2-neoforge</artifactId> |
| 48 | + <version>2.5.9-382</version> |
| 49 | + </dependency> |
| 50 | + |
| 51 | + <dependency> |
| 52 | + <groupId>org.cyclops.energeticsheep</groupId> |
| 53 | + <artifactId>energeticsheep-26.1.2-neoforge</artifactId> |
| 54 | + <version>1.1.20-236</version> |
| 55 | + </dependency> |
| 56 | + |
| 57 | + <dependency> |
| 58 | + <groupId>org.cyclops.colossalchests</groupId> |
| 59 | + <artifactId>colossalchests-26.1.2-neoforge</artifactId> |
| 60 | + <version>1.8.15-254</version> |
| 61 | + </dependency> |
| 62 | + |
| 63 | + <dependency> |
| 64 | + <groupId>org.cyclops.iconexporter</groupId> |
| 65 | + <artifactId>iconexporter-26.1.2-neoforge</artifactId> |
| 66 | + <version>1.4.1-199</version> |
| 67 | + </dependency> |
| 68 | + |
| 69 | + <dependency> |
| 70 | + <groupId>org.cyclops.integrateddynamics</groupId> |
| 71 | + <artifactId>integrateddynamics-26.1.2-neoforge</artifactId> |
| 72 | + <version>1.32.11-1813</version> |
| 73 | + </dependency> |
| 74 | + |
| 75 | + <dependency> |
| 76 | + <groupId>org.cyclops.integratedtunnels</groupId> |
| 77 | + <artifactId>integratedtunnels-26.1.2-neoforge</artifactId> |
| 78 | + <version>1.9.5-627</version> |
| 79 | + </dependency> |
| 80 | + |
| 81 | + <dependency> |
| 82 | + <groupId>org.cyclops.integratedcrafting</groupId> |
| 83 | + <artifactId>integratedcrafting-26.1.2-neoforge</artifactId> |
| 84 | + <version>1.4.6-569</version> |
| 85 | + </dependency> |
| 86 | + |
| 87 | + <dependency> |
| 88 | + <groupId>org.cyclops.integratedterminals</groupId> |
| 89 | + <artifactId>integratedterminals-26.1.2-neoforge</artifactId> |
| 90 | + <version>1.6.31-776</version> |
| 91 | + </dependency> |
| 92 | + |
| 93 | + <dependency> |
| 94 | + <groupId>org.cyclops.integratedscripting</groupId> |
| 95 | + <artifactId>integratedscripting-26.1.2-neoforge</artifactId> |
| 96 | + <version>1.0.21-356</version> |
| 97 | + </dependency> |
| 98 | + |
| 99 | + <dependency> |
| 100 | + <groupId>org.cyclops.integratedrest</groupId> |
| 101 | + <artifactId>integratedrest-26.1.2-neoforge</artifactId> |
| 102 | + <version>1.1.15-196</version> |
| 103 | + </dependency> |
| 104 | + |
| 105 | + <!--><dependency> |
| 106 | + <groupId>org.cyclops.integratedmekanism</groupId> |
| 107 | + <artifactId>integratedmekanism-26.1.2-neoforge</artifactId> |
| 108 | + <version>1.0.3-89</version> |
| 109 | + </dependency> |
| 110 | + |
| 111 | + <dependency> |
| 112 | + <groupId>mekanism</groupId> |
| 113 | + <artifactId>Mekanism</artifactId> |
| 114 | + <version>1.21.1-10.7.17.83</version> |
| 115 | + <classifier>all</classifier> |
| 116 | + </dependency>--> |
| 117 | + |
| 118 | + <dependency> |
| 119 | + <groupId>org.cyclops.evilcraft</groupId> |
| 120 | + <artifactId>evilcraft-26.1.2-neoforge</artifactId> |
| 121 | + <version>1.2.90-915</version> |
| 122 | + </dependency> |
| 123 | + </dependencies> |
| 124 | +</project> |
0 commit comments