Skip to content

Commit 3490ecf

Browse files
committed
MSR base structure and recipes
1 parent 30b474b commit 3490ecf

File tree

597 files changed

+4760
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

597 files changed

+4760
-91
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ dependencies {
147147
compileOnly fg.deobf("curse.maven:the-lost-cities-269024:6174986")
148148
compileOnly fg.deobf("mezz.jei:jei-${mc_version}-common-api:${jei_version}")
149149
compileOnly fg.deobf("mezz.jei:jei-${mc_version}-forge-api:${jei_version}")
150-
compileOnly fg.deobf("mezz.jei:jei-${mc_version}-forge:${jei_version}")
151-
implementation fg.deobf("curse.maven:emi-580555:5872526")
150+
implementation fg.deobf("mezz.jei:jei-${mc_version}-forge:${jei_version}")
151+
compileOnly fg.deobf("curse.maven:emi-580555:5872526")
152152

153153
compileOnly fg.deobf("mcjty.theoneprobe:theoneprobe:${top_version}:api") {
154154
transitive = false

src/generated/resources/assets/emi/lang/en_gb.json

Lines changed: 387 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "nuclearcraft_fluids:block/fluid/americium_241"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "nuclearcraft_fluids:block/fluid/americium_241_ni"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "nuclearcraft_fluids:block/fluid/americium_241_ox"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "nuclearcraft_fluids:block/fluid/americium_241_za"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "nuclearcraft_fluids:block/fluid/americium_242"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "nuclearcraft_fluids:block/fluid/americium_242_ni"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "nuclearcraft_fluids:block/fluid/americium_242_ox"
5+
}
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "nuclearcraft_fluids:block/fluid/americium_242_za"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)