Skip to content

Commit

Permalink
Add new basalt ore
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Aug 1, 2020
1 parent 938d926 commit e44b5c7
Show file tree
Hide file tree
Showing 196 changed files with 2,410 additions and 301 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '4.4.0.46-experimental'
version = '4.4.0.47-experimental'
group = 'fr.alasdiablo.janoeo'
archivesBaseName = 'Janoeo'

Expand Down Expand Up @@ -56,7 +56,7 @@ minecraft {
}

dependencies {
minecraft 'net.minecraftforge:forge:1.16.1-32.0.69'
minecraft 'net.minecraftforge:forge:1.16.1-32.0.98'
}

jar {
Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 4.4.0.47-experimental
+ fix harvest level
+ fix redstone ore always lit
+ add new basalt ore
+ diamond
+ emerald
+ coal
+ gold
+ iron
+ lapis
+ redstone

### 4.4.0.46-experimental
+ rework world ore generation internal code
+ balancing the nether and end ore generation
Expand Down
336 changes: 182 additions & 154 deletions src/generated/resources/.cache/cache

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:coal_basalt_blasting"
]
},
"criteria": {
"has_basalt_coal_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "janoeo:coal_basalt_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:coal_basalt_blasting"
}
}
},
"requirements": [
[
"has_basalt_coal_ore",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:coal_basalt_smelting"
]
},
"criteria": {
"has_basalt_coal_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "janoeo:coal_basalt_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:coal_basalt_smelting"
}
}
},
"requirements": [
[
"has_basalt_coal_ore",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:diamond_basalt_blasting"
]
},
"criteria": {
"has_basalt_diamond_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "janoeo:diamond_basalt_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:diamond_basalt_blasting"
}
}
},
"requirements": [
[
"has_basalt_diamond_ore",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:diamond_basalt_smelting"
]
},
"criteria": {
"has_basalt_diamond_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "janoeo:diamond_basalt_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:diamond_basalt_smelting"
}
}
},
"requirements": [
[
"has_basalt_diamond_ore",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:emerald_basalt_blasting"
]
},
"criteria": {
"has_basalt_emerald_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "janoeo:emerald_basalt_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:emerald_basalt_blasting"
}
}
},
"requirements": [
[
"has_basalt_emerald_ore",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:emerald_basalt_smelting"
]
},
"criteria": {
"has_basalt_emerald_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "janoeo:emerald_basalt_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:emerald_basalt_smelting"
}
}
},
"requirements": [
[
"has_basalt_emerald_ore",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gold_basalt_blasting"
]
},
"criteria": {
"has_basalt_gold_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "janoeo:gold_basalt_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gold_basalt_blasting"
}
}
},
"requirements": [
[
"has_basalt_gold_ore",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:gold_basalt_smelting"
]
},
"criteria": {
"has_basalt_gold_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "janoeo:gold_basalt_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:gold_basalt_smelting"
}
}
},
"requirements": [
[
"has_basalt_gold_ore",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:iron_basalt_blasting"
]
},
"criteria": {
"has_basalt_iron_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "janoeo:iron_basalt_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:iron_basalt_blasting"
}
}
},
"requirements": [
[
"has_basalt_iron_ore",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:iron_basalt_smelting"
]
},
"criteria": {
"has_basalt_iron_ore": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "janoeo:iron_basalt_ore"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:iron_basalt_smelting"
}
}
},
"requirements": [
[
"has_basalt_iron_ore",
"has_the_recipe"
]
]
}
Loading

0 comments on commit e44b5c7

Please sign in to comment.