File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
java/fr/geomtech/universegate
data/universegate/loot_table/entities Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,11 @@ public final class ModItems {
130130 new Item (new Item .Properties ().stacksTo (64 ))
131131 );
132132
133+ public static final Item RIFT_CRYSTAL = register (
134+ "rift_crystal" ,
135+ new Item (new Item .Properties ().stacksTo (64 ))
136+ );
137+
133138 private static Item register (String id , Item item ) {
134139 return Registry .register (
135140 BuiltInRegistries .ITEM ,
Original file line number Diff line number Diff line change 2323 "item.universegate.rift_meat" : " Raw Rift Meat" ,
2424 "item.universegate.cooked_rift_meat" : " Cooked Rift Meat" ,
2525 "item.universegate.energy_crystal" : " Energy Crystal" ,
26+ "item.universegate.rift_crystal" : " Rift Crystal" ,
2627 "item.universegate.rift_compass" : " Rift Compass" ,
2728 "item.universegate.rift_shade_spawn_egg" : " Rift Shade Spawn Egg" ,
2829 "item.universegate.rift_beast_spawn_egg" : " Rift Beast Spawn Egg" ,
Original file line number Diff line number Diff line change 2323 "item.universegate.rift_meat" : " Viande de la faille crue" ,
2424 "item.universegate.cooked_rift_meat" : " Viande de la faille cuite" ,
2525 "item.universegate.energy_crystal" : " Crystal énergétique" ,
26+ "item.universegate.rift_crystal" : " Cristal du Rift" ,
2627 "item.universegate.rift_compass" : " Boussole de la faille" ,
2728 "item.universegate.rift_shade_spawn_egg" : " Oeuf d'apparition d'ombre" ,
2829 "item.universegate.rift_beast_spawn_egg" : " Oeuf d'apparition de bête de la faille" ,
Original file line number Diff line number Diff line change 77 "entries" : [
88 {
99 "type" : " minecraft:item" ,
10- "name" : " universegate:energy_crystal " ,
10+ "name" : " universegate:rift_crystal " ,
1111 "functions" : [
1212 {
1313 "function" : " minecraft:set_count" ,
You can’t perform that action at this time.
0 commit comments