Compare commits

...

4 Commits

Author SHA1 Message Date
HbmMods
b5779cfda0
Merge pull request #3058 from Vaern/master
Modern API for Opencomputers
2026-07-27 08:15:47 +02:00
HbmMods
c8b263ab6a
Merge pull request #3060 from WolfEclipses/UnsatQMAW
Im really eepy (Unsat QMAW)
2026-07-27 08:02:45 +02:00
Wolf
4b06388b4a Im tired 2026-07-27 01:31:34 -04:00
Vaern
62bf2d1d29 Changed buildscript to use modern OC api 2026-07-26 16:52:46 -07:00
2 changed files with 12 additions and 5 deletions

View File

@ -97,10 +97,6 @@ repositories {
name = "CurseMaven" name = "CurseMaven"
url = "https://cursemaven.com" url = "https://cursemaven.com"
} }
maven {
name = "OpenComputers"
url = "https://maven.cil.li/"
}
} }
dependencies { dependencies {
@ -115,7 +111,7 @@ dependencies {
compileOnly("inventorytweaks:InventoryTweaks:1.59-dev:deobf") { transitive = false } compileOnly("inventorytweaks:InventoryTweaks:1.59-dev:deobf") { transitive = false }
compileOnly("li.cil.oc:OpenComputers:MC1.7.10-1.5.+:api") { transitive = false } compileOnly("com.github.MightyPirates:OpenComputers:1.7.10-forge~1.8.9:api") { transitive = false }
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta.56-GTNH:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta.56-GTNH:dev") { transitive = false }
} }

View File

@ -0,0 +1,11 @@
{
"name": "Unsaturated Hydrocarbons",
"icon": ["hbm:item.fluid_icon", 1, 68],
"trigger": [["hbm:item.fluid_icon", 1, 68]],
"title": {
"en_US": "Unsaturated Hydrocarbons"
},
"content": {
"en_US": "Obtained after [[refining|Oil Refinery]] [[heated|Boiler]] cracked crude oil. Unsaturated hydrocarbons are used in both [[rubber|Rubber]] and [[perfluoromethyl|Perfluoromethyl]]. It is also used in both [[PVC|PVC]] directly, and [[hard plastic|Hard Plastic]] through the production of [[phosgene|Phosgene]].<br><br>See also:<br>[[Basic Oil Processing]]<br>[[Advanced Oil Processing]]<br>[[Vacuum Oil Processing]]"
}
}