Skip to content

Commit

Permalink
Update 4.2.1.50-experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Sep 19, 2020
1 parent 073bb9e commit b0ed3ba
Show file tree
Hide file tree
Showing 232 changed files with 1,017 additions and 258 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Disable autocrlf on generated files, they always generate with LF
# Add any extra files or paths here to make git stop saying they
# are changed when only line endings change.
src/generated/**/.cache/cache text eol=lf
src/generated/**/*.json text eol=lf
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: "com.wynprice.cursemaven"

version = '2.0'
version = '4.2.1.50-experimental'
group = 'fr.alasdiablo.janoeo.arsenal'
archivesBaseName = 'Janoeo-Arsenal'

Expand Down Expand Up @@ -62,7 +62,7 @@ minecraft {

dependencies {
minecraft 'net.minecraftforge:forge:1.15.2-31.2.0'
compile fg.deobf('curse.maven:jenoeo:2964713')
compile fg.deobf('curse.maven:jenoeo:3059863')
}

jar {
Expand Down
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 4.2.1.50-experimental
+ back port to 1.15

### 4.2.1.44-experimental
+ add tin tools

### 4.2.0.43-experimental
+ add compatibility with Janoeo 4.4.0.42-experimental
+ internal code rework

### 2.0.1
+ port to Minecraft 1.16.1
+ known problem
+ Armor and tools can't be repaired via other mod

### 2.0
+ optimized entity falling event (damage reduction with wool boots)
+ add new tools
Expand Down
402 changes: 206 additions & 196 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,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"janoeo_arsenal:tin_axe"
]
},
"criteria": {
"has_tin": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:ingots/tin"
}
]
}
},
"has_stick": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:rods/wooden"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "janoeo_arsenal:tin_axe"
}
}
},
"requirements": [
[
"has_tin",
"has_stick",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"janoeo_arsenal:tin_hoe"
]
},
"criteria": {
"has_tin": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:ingots/tin"
}
]
}
},
"has_stick": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:rods/wooden"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "janoeo_arsenal:tin_hoe"
}
}
},
"requirements": [
[
"has_tin",
"has_stick",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"janoeo_arsenal:tin_pickaxe"
]
},
"criteria": {
"has_tin": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:ingots/tin"
}
]
}
},
"has_stick": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:rods/wooden"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "janoeo_arsenal:tin_pickaxe"
}
}
},
"requirements": [
[
"has_tin",
"has_stick",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"janoeo_arsenal:tin_shovel"
]
},
"criteria": {
"has_tin": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:ingots/tin"
}
]
}
},
"has_stick": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:rods/wooden"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "janoeo_arsenal:tin_shovel"
}
}
},
"requirements": [
[
"has_tin",
"has_stick",
"has_the_recipe"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"janoeo_arsenal:tin_sword"
]
},
"criteria": {
"has_tin": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:ingots/tin"
}
]
}
},
"has_stick": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "forge:rods/wooden"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "janoeo_arsenal:tin_sword"
}
}
},
"requirements": [
[
"has_tin",
"has_stick",
"has_the_recipe"
]
]
}
19 changes: 19 additions & 0 deletions src/generated/resources/data/janoeo_arsenal/recipes/tin_axe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"AA",
"AS",
" S"
],
"key": {
"A": {
"tag": "forge:ingots/tin"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "janoeo_arsenal:tin_axe"
}
}
19 changes: 19 additions & 0 deletions src/generated/resources/data/janoeo_arsenal/recipes/tin_hoe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"AA",
" S",
" S"
],
"key": {
"A": {
"tag": "forge:ingots/tin"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "janoeo_arsenal:tin_hoe"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"AAA",
" S ",
" S "
],
"key": {
"A": {
"tag": "forge:ingots/tin"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "janoeo_arsenal:tin_pickaxe"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"A",
"S",
"S"
],
"key": {
"A": {
"tag": "forge:ingots/tin"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "janoeo_arsenal:tin_shovel"
}
}
19 changes: 19 additions & 0 deletions src/generated/resources/data/janoeo_arsenal/recipes/tin_sword.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"C",
"C",
"S"
],
"key": {
"C": {
"tag": "forge:ingots/tin"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "janoeo_arsenal:tin_sword"
}
}
4 changes: 2 additions & 2 deletions src/main/java/fr/alasdiablo/janoeo/arsenal/Arsenal.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package fr.alasdiablo.janoeo.arsenal;

import fr.alasdiablo.janoeo.arsenal.utils.Registries;
import fr.alasdiablo.janoeo.arsenal.utils.ModSetup;
import fr.alasdiablo.janoeo.arsenal.util.Registries;
import fr.alasdiablo.janoeo.arsenal.util.ModSetup;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent;
import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;
Expand Down
Loading

0 comments on commit b0ed3ba

Please sign in to comment.