Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rudahee committed Nov 24, 2022
2 parents 9ef543a + d7ea428 commit 572dbcc
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Metallics Arts 1.19.2-1.3.4
# Metallics Arts 1.19.2-1.3.5


## Index 📋
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}


version = '1.19.2-1.3.3'
version = '1.19.2-1.3.5'

group = 'net.rudahee.metallics_arts' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'metallics_arts'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ public class ModPaintings {
public static final RegistryObject<PaintingVariant> ZINC_FERUCHEMIC_PAINTING = PAINTING_VARIANTS.register("zinc_feruchemic_painting",
() -> new PaintingVariant(32,32));

//Other paintingd
public static final RegistryObject<PaintingVariant> FUN_COBBER_PAINTING = PAINTING_VARIANTS.register("fun_cobber_painting",
() -> new PaintingVariant(16,32));


public static void register(IEventBus eventBus){

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
{
"type": "patchouli:spotlight",
"item": "metallics_arts:atium_feruchemic_icon",
"text": "$(br)Storing:$(br2) - As you decant, it allows you to shine for other players."
"text": "$(br)Storing:$(br2) - While you store, it allows you to become invisible."
},
{
"type": "patchouli:text",
"text": "$(br2)$(br2)$(br2)Tapping:$(br2) - While you store, it allows you to become invisible."
"text": "$(br2)$(br2)$(br2)Tapping:$(br2) - As you decant, it allows you to shine for other players."
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
{
"type": "patchouli:spotlight",
"item": "metallics_arts:atium_feruchemic_icon",
"text": "$(br)Almacenar:$(br2) - Mientras decantas, te permite brillar para el resto de jugadores."
"text": "$(br)Almacenar:$(br2) - Mientras almacenas, te permite volverte invisible."
},
{
"type": "patchouli:text",
"text": "$(br2)$(br2)$(br2)Decantar:$(br2) - Mientras almacenas, te permite volverte invisible."
"text": "$(br2)$(br2)$(br2)Decantar:$(br2) - Mientras decantas, te permite brillar para el resto de jugadores."
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"metallics_arts:electrum_feruchemic_painting","metallics_arts:ettmetal_feruchemic_painting","metallics_arts:gold_feruchemic_painting",
"metallics_arts:iron_feruchemic_painting","metallics_arts:lerasium_feruchemic_painting","metallics_arts:malatium_feruchemic_painting",
"metallics_arts:nicrosil_feruchemic_painting","metallics_arts:pewter_feruchemic_painting","metallics_arts:steel_feruchemic_painting",
"metallics_arts:tin_feruchemic_painting","metallics_arts:zinc_feruchemic_painting"
"metallics_arts:tin_feruchemic_painting","metallics_arts:zinc_feruchemic_painting","metallics_arts:fun_cobber_painting"

]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"display": {
"icon": {
"item": "metallics_arts:steel_ingot"
},
"title": "Prueba de segunda pestaña!",
"description": "uwu",
"frame": "goal",
"show_toast": true,
"announce_to_chat": true,
"background": "metallics_arts:textures/advancements/mist_block.png"
},
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"metallics_arts:steel_nugget"
]
}
]
}
}
}
}

0 comments on commit 572dbcc

Please sign in to comment.