mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-08-10 17:55:44 +00:00
Compare commits
4 Commits
0cfe88ece5
...
b5779cfda0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5779cfda0 | ||
|
|
c8b263ab6a | ||
|
|
4b06388b4a | ||
|
|
62bf2d1d29 |
@ -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 }
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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]]"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user