update: 1.7.1 + new dependencies

This commit is contained in:
nimsolated
2026-03-21 17:51:12 -07:00
parent a6ad47e929
commit 97062fad89
58 changed files with 1149 additions and 1002 deletions

View File

@@ -4,7 +4,7 @@ license="Academic Free License v3.0"
[[mods]]
modId="nims_random_bullshit"
version="1.7.0"
version="1.7.1"
displayName="Nim's Random Bullshit"
displayURL="https://mcreator.net"
logoFile="logo.png"
@@ -23,6 +23,18 @@ description="Random shit added by Nim. Created with MCreator."
side="BOTH"
[[dependencies.nims_random_bullshit]]
modId="photon"
mandatory=false
versionRange="[0,)"
ordering="NONE"
side="BOTH"
[[dependencies.nims_random_bullshit]]
modId="pehkui"
mandatory=false
versionRange="[0,)"
ordering="NONE"
side="BOTH"
# Start of user code block dependencies configuration

View File

@@ -42,6 +42,7 @@
"item.nims_random_bullshit.netherrack_juice_bucket": "Netherrack Juice Bucket",
"item.nims_random_bullshit.orichalcum": "Orichalcum",
"advancements.magic_egg_advancement.descr": "Obtain a Magic Egg",
"item.nims_random_bullshit.bedrock_eater": "Bedrock Eater",
"block.nims_random_bullshit.rubber_pressure_plate": "Rubber Pressure Plate",
"item.nims_random_bullshit.orichalcum_armor_leggings": "Orichalcum Leggings",
"block.nims_random_bullshit.condensed_netherrack": "Condensed Netherrack",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"ab",
"bb"
],
"key": {
"a": {
"item": "nims_random_bullshit:block_eater"
},
"b": {
"item": "minecraft:bedrock"
}
},
"result": {
"item": "nims_random_bullshit:bedrock_eater",
"count": 1
}
}

View File

@@ -15,7 +15,7 @@
"item": "minecraft:netherite_scrap"
},
{
"item": "nims_random_bullshit:quadra_condensed_netherrack"
"item": "minecraft:bedrock"
},
{
"item": "minecraft:gold_ingot"