This commit is contained in:
nimsolated
2026-03-29 16:27:35 -07:00
parent 885a6f0b4d
commit b184a28802
6 changed files with 108 additions and 6 deletions

View File

@@ -7860,7 +7860,7 @@
"workspaceSettings": { "workspaceSettings": {
"modid": "aris_random_additions", "modid": "aris_random_additions",
"modName": "Ari\u0027s Random Additions", "modName": "Ari\u0027s Random Additions",
"version": "2.3.2", "version": "2.3.3",
"description": "Random Additions by Ari. Created with MCreator.", "description": "Random Additions by Ari. Created with MCreator.",
"author": "nimsolated, MCreator", "author": "nimsolated, MCreator",
"websiteURL": "https://mcreator.net", "websiteURL": "https://mcreator.net",

View File

@@ -16,7 +16,21 @@
"item": { "item": {
"value": "Items.STICK" "value": "Items.STICK"
}, },
"weight": 2, "weight": 4,
"minCount": 1,
"maxCount": 1,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": true,
"explosionDecay": false,
"silkTouchMode": 2
},
{
"type": "item",
"item": {
"value": "Blocks.SAPLING#5"
},
"weight": 6,
"minCount": 1, "minCount": 1,
"maxCount": 1, "maxCount": 1,
"minEnchantmentLevel": 0, "minEnchantmentLevel": 0,

View File

@@ -16,7 +16,21 @@
"item": { "item": {
"value": "Items.STICK" "value": "Items.STICK"
}, },
"weight": 2, "weight": 4,
"minCount": 1,
"maxCount": 1,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": true,
"explosionDecay": false,
"silkTouchMode": 2
},
{
"type": "item",
"item": {
"value": "Blocks.SAPLING#0"
},
"weight": 6,
"minCount": 1, "minCount": 1,
"maxCount": 1, "maxCount": 1,
"minEnchantmentLevel": 0, "minEnchantmentLevel": 0,

View File

@@ -4,7 +4,7 @@ license="MIT License"
[[mods]] [[mods]]
modId="aris_random_additions" modId="aris_random_additions"
version="2.3.2" version="2.3.3"
displayName="Ari's Random Additions" displayName="Ari's Random Additions"
displayURL="https://mcreator.net" displayURL="https://mcreator.net"
logoFile="logo.png" logoFile="logo.png"

View File

@@ -7,7 +7,44 @@
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "minecraft:stick", "name": "minecraft:stick",
"weight": 2, "weight": 4,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:dark_oak_sapling",
"weight": 6,
"conditions": [ "conditions": [
{ {
"condition": "minecraft:inverted", "condition": "minecraft:inverted",

View File

@@ -7,7 +7,44 @@
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "minecraft:stick", "name": "minecraft:stick",
"weight": 2, "weight": 4,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
],
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:oak_sapling",
"weight": 6,
"conditions": [ "conditions": [
{ {
"condition": "minecraft:inverted", "condition": "minecraft:inverted",