mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 02:05:20 -07:00
2.3.3
This commit is contained in:
@@ -7860,7 +7860,7 @@
|
||||
"workspaceSettings": {
|
||||
"modid": "aris_random_additions",
|
||||
"modName": "Ari\u0027s Random Additions",
|
||||
"version": "2.3.2",
|
||||
"version": "2.3.3",
|
||||
"description": "Random Additions by Ari. Created with MCreator.",
|
||||
"author": "nimsolated, MCreator",
|
||||
"websiteURL": "https://mcreator.net",
|
||||
|
||||
@@ -16,7 +16,21 @@
|
||||
"item": {
|
||||
"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,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
|
||||
@@ -16,7 +16,21 @@
|
||||
"item": {
|
||||
"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,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
|
||||
@@ -4,7 +4,7 @@ license="MIT License"
|
||||
|
||||
[[mods]]
|
||||
modId="aris_random_additions"
|
||||
version="2.3.2"
|
||||
version="2.3.3"
|
||||
displayName="Ari's Random Additions"
|
||||
displayURL="https://mcreator.net"
|
||||
logoFile="logo.png"
|
||||
|
||||
@@ -7,7 +7,44 @@
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"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": [
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
|
||||
@@ -7,7 +7,44 @@
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"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": [
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
|
||||
Reference in New Issue
Block a user