-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to 1.21 + the great balancing
- Loading branch information
1 parent
04b6a48
commit a4c61bb
Showing
404 changed files
with
7,725 additions
and
4,551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# | ||
# https://help.github.com/articles/dealing-with-line-endings/ | ||
# | ||
# Linux start script should use lf | ||
/gradlew text eol=lf | ||
|
||
# These are Windows script files and should use crlf | ||
*.bat text eol=crlf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# against bad commits. | ||
|
||
name: build | ||
on: [ pull_request, push ] | ||
on: [pull_request, push] | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
pluginManagement { | ||
repositories { | ||
maven { | ||
name = 'Fabric' | ||
url = 'https://maven.fabricmc.net/' | ||
} | ||
mavenCentral() | ||
gradlePluginPortal() | ||
} | ||
repositories { | ||
maven { | ||
name = 'Fabric' | ||
url = 'https://maven.fabricmc.net/' | ||
} | ||
mavenCentral() | ||
gradlePluginPortal() | ||
} | ||
} |
25 changes: 20 additions & 5 deletions
25
src/main/generated/data/c/tags/enchantment/entity_auxiliary_movement_enhancements.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
{ | ||
"values": [ | ||
"enchancement:strafe", | ||
"enchancement:dash", | ||
"enchancement:slide", | ||
"enchancement:buoy", | ||
"enchancement:gale" | ||
{ | ||
"id": "enchancement:strafe", | ||
"required": false | ||
}, | ||
{ | ||
"id": "enchancement:dash", | ||
"required": false | ||
}, | ||
{ | ||
"id": "enchancement:gale", | ||
"required": false | ||
}, | ||
{ | ||
"id": "enchancement:slide", | ||
"required": false | ||
}, | ||
{ | ||
"id": "enchancement:buoy", | ||
"required": false | ||
} | ||
] | ||
} |
20 changes: 16 additions & 4 deletions
20
src/main/generated/data/c/tags/enchantment/entity_defense_enhancements.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
{ | ||
"values": [ | ||
"enchancement:veil", | ||
"enchancement:amphibious", | ||
"enchancement:wardenspine", | ||
"enchancement:bouncy" | ||
{ | ||
"id": "enchancement:veil", | ||
"required": false | ||
}, | ||
{ | ||
"id": "enchancement:amphibious", | ||
"required": false | ||
}, | ||
{ | ||
"id": "enchancement:wardenspine", | ||
"required": false | ||
}, | ||
{ | ||
"id": "enchancement:bouncy", | ||
"required": false | ||
} | ||
] | ||
} |
10 changes: 8 additions & 2 deletions
10
src/main/generated/data/c/tags/enchantment/entity_speed_enhancements.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
{ | ||
"values": [ | ||
"enchancement:adrenaline", | ||
"enchancement:buoy" | ||
{ | ||
"id": "enchancement:adrenaline", | ||
"required": false | ||
}, | ||
{ | ||
"id": "enchancement:buoy", | ||
"required": false | ||
} | ||
] | ||
} |
5 changes: 4 additions & 1 deletion
5
src/main/generated/data/c/tags/enchantment/increase_entity_drops.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"values": [ | ||
"enchancement:scooping" | ||
{ | ||
"id": "enchancement:scooping", | ||
"required": false | ||
} | ||
] | ||
} |
15 changes: 12 additions & 3 deletions
15
src/main/generated/data/c/tags/enchantment/weapon_damage_enhancements.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
{ | ||
"values": [ | ||
"enchancement:berserk", | ||
"enchancement:delay", | ||
"enchancement:scooping" | ||
{ | ||
"id": "enchancement:berserk", | ||
"required": false | ||
}, | ||
{ | ||
"id": "enchancement:delay", | ||
"required": false | ||
}, | ||
{ | ||
"id": "enchancement:scooping", | ||
"required": false | ||
} | ||
] | ||
} |
44 changes: 44 additions & 0 deletions
44
src/main/generated/data/enchancement/enchantment/adrenaline.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"anvil_cost": 2, | ||
"description": { | ||
"translate": "enchantment.enchancement.adrenaline" | ||
}, | ||
"effects": { | ||
"enchancement:rage": { | ||
"damage_dealt_modifier": { | ||
"type": "minecraft:add", | ||
"value": 0.0 | ||
}, | ||
"damage_taken_modifier": { | ||
"type": "minecraft:add", | ||
"value": { | ||
"type": "minecraft:linear", | ||
"base": 0.014285714, | ||
"per_level_above_first": 0.014285714 | ||
} | ||
}, | ||
"movement_speed_modifier": { | ||
"type": "minecraft:add", | ||
"value": { | ||
"type": "minecraft:linear", | ||
"base": 0.028571429, | ||
"per_level_above_first": 0.028571429 | ||
} | ||
} | ||
} | ||
}, | ||
"max_cost": { | ||
"base": 20, | ||
"per_level_above_first": 6 | ||
}, | ||
"max_level": 2, | ||
"min_cost": { | ||
"base": 5, | ||
"per_level_above_first": 6 | ||
}, | ||
"slots": [ | ||
"chest" | ||
], | ||
"supported_items": "#minecraft:enchantable/chest_armor", | ||
"weight": 5 | ||
} |
89 changes: 89 additions & 0 deletions
89
src/main/generated/data/enchancement/enchantment/amphibious.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"anvil_cost": 2, | ||
"description": { | ||
"translate": "enchantment.enchancement.amphibious" | ||
}, | ||
"effects": { | ||
"enchancement:extend_water_time": {}, | ||
"enchancement:extended_water_spin_attack": {}, | ||
"minecraft:attributes": [ | ||
{ | ||
"amount": { | ||
"type": "minecraft:linear", | ||
"base": -0.25, | ||
"per_level_above_first": -0.25 | ||
}, | ||
"attribute": "minecraft:generic.burning_time", | ||
"id": "enchancement:enchantment.amphibious", | ||
"operation": "add_multiplied_base" | ||
}, | ||
{ | ||
"amount": { | ||
"type": "minecraft:linear", | ||
"base": 1.5, | ||
"per_level_above_first": 1.5 | ||
}, | ||
"attribute": "minecraft:generic.oxygen_bonus", | ||
"id": "enchancement:enchantment.amphibious", | ||
"operation": "add_value" | ||
}, | ||
{ | ||
"amount": { | ||
"type": "minecraft:linear", | ||
"base": 2.0, | ||
"per_level_above_first": 2.0 | ||
}, | ||
"attribute": "minecraft:player.submerged_mining_speed", | ||
"id": "enchancement:enchantment.amphibious", | ||
"operation": "add_multiplied_total" | ||
}, | ||
{ | ||
"amount": { | ||
"type": "minecraft:linear", | ||
"base": 0.5, | ||
"per_level_above_first": 0.5 | ||
}, | ||
"attribute": "minecraft:generic.water_movement_efficiency", | ||
"id": "enchancement:enchantment.amphibious", | ||
"operation": "add_value" | ||
} | ||
], | ||
"minecraft:tick": [ | ||
{ | ||
"effect": { | ||
"type": "enchancement:extinguish" | ||
}, | ||
"requirements": { | ||
"condition": "enchancement:has_extended_water_time" | ||
} | ||
}, | ||
{ | ||
"effect": { | ||
"type": "enchancement:set_extended_water_time", | ||
"duration": { | ||
"type": "minecraft:linear", | ||
"base": 5.0, | ||
"per_level_above_first": 3.0 | ||
} | ||
}, | ||
"requirements": { | ||
"condition": "enchancement:wet" | ||
} | ||
} | ||
] | ||
}, | ||
"max_cost": { | ||
"base": 20, | ||
"per_level_above_first": 6 | ||
}, | ||
"max_level": 2, | ||
"min_cost": { | ||
"base": 5, | ||
"per_level_above_first": 6 | ||
}, | ||
"slots": [ | ||
"chest" | ||
], | ||
"supported_items": "#minecraft:enchantable/chest_armor", | ||
"weight": 5 | ||
} |
Oops, something went wrong.