Skip to content

Commit 7f0cd97

Browse files
committed
Merge branch 'update-1.21.5' of https://github.com/Gamemode4Dev/GM4_Datapacks into mysterious-midnight-new-sound
2 parents 060f8c5 + a5f96a7 commit 7f0cd97

80 files changed

Lines changed: 8366 additions & 334 deletions

File tree

Some content is hidden

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

gm4/plugins/resource_pack.py

Lines changed: 134 additions & 107 deletions
Large diffs are not rendered by default.

gm4_animi_shamir/data/gm4_animi_shamir/loot_table/band.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lore": [
2424
{
2525
"translate": "item.gm4.shamir.animi",
26-
"fallback": "Animi",
26+
"fallback": "Animi Shamir",
2727
"italic": false,
2828
"color": "gray"
2929
}

gm4_animi_shamir/translations.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
key,en_us
2-
item.gm4.shamir.animi,Animi
2+
item.gm4.shamir.animi,Animi Shamir
33
text.gm4.guidebook.module_desc.animi_shamir,Adds the Animi Shamir to Metallurgy. Items with Animi will respawn with you when you die!
44
text.gm4.guidebook.animi_shamir.description,Animi allows items to return to their owner upon death.
55
text.gm4.guidebook.animi_shamir.usage,"The Animi Shamir is found on Curie's Bismium Bands. It can be placed onto tools, armour, weapons, and elytra.\n\nAnimi items do not drop when the owner dies, instead appearing in their inventory upon respawning."

gm4_audere_shamir/data/gm4_audere_shamir/loot_table/band.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lore": [
2424
{
2525
"translate": "item.gm4.shamir.audere",
26-
"fallback": "Audere",
26+
"fallback": "Audere Shamir",
2727
"italic": false,
2828
"color": "gray"
2929
}

gm4_audere_shamir/translations.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
key,en_us
2-
item.gm4.shamir.audere,Audere
2+
item.gm4.shamir.audere,Audere Shamir
33
text.gm4.guidebook.module_desc.audere_shamir,Adds the shamir 'Audere' to Metallurgy. Gain Haste with low durability tools.
44
text.gm4.guidebook.audere_shamir.description,"Audere buffs mining speed, as durability decreases."
55
text.gm4.guidebook.audere_shamir.usage,The Audere Shamir is found on Barium Bands. It can be placed onto tools.\n\nHigher levels of Haste are awarded for lower durability (percentage-based).\n\nThe maximum level of Haste is IV.

gm4_better_armour_stands/beet.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ meta:
3838
model_data:
3939
- item: armor_stand
4040
reference: gui/advancement/better_armour_stands
41-
template:
42-
name: advancement
43-
forward: minecraft:item/armor_stand
41+
template: advancement

gm4_better_fire/beet.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,4 @@ meta:
3939
template: generated
4040
- item: bow
4141
reference: gui/advancement/better_fire
42-
template:
43-
name: advancement
44-
forward: minecraft:item/bow
42+
template: advancement

gm4_desire_lines/data/gm4_celaro_shamir/loot_table/band.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lore": [
2424
{
2525
"translate": "item.gm4.shamir.celaro",
26-
"fallback": "Celaro",
26+
"fallback": "Celaro Shamir",
2727
"italic": false,
2828
"color": "gray"
2929
}

gm4_desire_lines/translations.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
key,en_us
2-
item.gm4.shamir.celaro,Celaro
2+
item.gm4.shamir.celaro,Celaro Shamir
33
advancement.gm4.desire_lines.walk_8000.title,And I Would Walk 500 Chunks...
44
advancement.gm4.desire_lines.walk_8000.description,Ruin 8000 blocks to coarse dirt; you'll find those oak planks
55
advancement.gm4.desire_lines.walk_10000.title,That's a Lot of Damage

gm4_end_fishing/beet.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,18 @@ meta:
2626
reference: item/enderpuff
2727
- item: elytra
2828
reference: item/captains_wings
29-
model:
30-
type: condition_broken
31-
unbroken: item/elytra/captains_wings
32-
broken: item/elytra/broken_captains_wings
29+
template:
30+
name: condition
31+
property: minecraft:broken
32+
on_true: item/elytra/broken_captains_wings
33+
on_false: item/elytra/captains_wings
3334
- item: elytra
3435
reference: item/ravaged_wings
35-
model:
36-
type: condition_broken
37-
unbroken: item/elytra/ravaged_wings
38-
broken: item/elytra/broken_ravaged_wings
36+
template:
37+
name: condition
38+
property: minecraft:broken
39+
on_true: item/elytra/broken_ravaged_wings
40+
on_false: item/elytra/ravaged_wings
3941
- item: fishing_rod
4042
reference: gui/advancement/end_fishing
4143
template: advancement

0 commit comments

Comments
 (0)