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": {
|
"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",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user