mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 02:05:20 -07:00
2.3.1
This commit is contained in:
@@ -7254,11 +7254,6 @@
|
||||
"CUSTOM:PowerStar",
|
||||
"CUSTOM:Star"
|
||||
],
|
||||
"BLOCKS:minecraft:slabs": [
|
||||
"~CUSTOM:AnaheimSlab",
|
||||
"~CUSTOM:MagmaBrickSlabs",
|
||||
"~CUSTOM:RedstoneBrickSlabs"
|
||||
],
|
||||
"BLOCKS:minecraft:mineable/pickaxe": [
|
||||
"~CUSTOM:BlackIronBlock",
|
||||
"~CUSTOM:SodaMachine",
|
||||
@@ -7285,6 +7280,11 @@
|
||||
"~CUSTOM:CondensedCondensedNetherrack",
|
||||
"~CUSTOM:CondensedNetherrack"
|
||||
],
|
||||
"BLOCKS:minecraft:slabs": [
|
||||
"~CUSTOM:AnaheimSlab",
|
||||
"~CUSTOM:MagmaBrickSlabs",
|
||||
"~CUSTOM:RedstoneBrickSlabs"
|
||||
],
|
||||
"BLOCKS:minecraft:mineable/axe": [
|
||||
"~CUSTOM:AnaheimPlanks",
|
||||
"~CUSTOM:AnaheimLog",
|
||||
@@ -7310,15 +7310,15 @@
|
||||
"~CUSTOM:MagmaBrickStairs",
|
||||
"~CUSTOM:RedstoneBrickStairs"
|
||||
],
|
||||
"ITEMS:origins-plus-plus:raw_meat": [
|
||||
"CUSTOM:MagicFlesh"
|
||||
],
|
||||
"ITEMS:minecraft:swords": [
|
||||
"~CUSTOM:OrichalcumKatana",
|
||||
"~CUSTOM:EnditeSword",
|
||||
"~CUSTOM:OrichalcumSword",
|
||||
"~CUSTOM:BedrockSword"
|
||||
],
|
||||
"ITEMS:origins-plus-plus:raw_meat": [
|
||||
"CUSTOM:MagicFlesh"
|
||||
],
|
||||
"ITEMS:minecraft:shovels": [
|
||||
"~CUSTOM:EnditeShovel",
|
||||
"~CUSTOM:OrichalcumShovel",
|
||||
@@ -7836,7 +7836,7 @@
|
||||
"workspaceSettings": {
|
||||
"modid": "aris_random_additions",
|
||||
"modName": "Ari\u0027s Random Additions",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"description": "Random Additions by Ari. Created with MCreator.",
|
||||
"author": "nimsolated, MCreator",
|
||||
"websiteURL": "https://mcreator.net",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": false,
|
||||
"affectedByFortune": true,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 0
|
||||
},
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"craftingBookCategory": "MISC",
|
||||
"recipeShapeless": false,
|
||||
"smithingInputStack": {
|
||||
"value": "Items.GOLDEN_APPLE#1"
|
||||
"value": "CUSTOM:OrichalcumApple"
|
||||
},
|
||||
"smithingInputAdditionStack": {
|
||||
"value": "CUSTOM:VoidStar"
|
||||
|
||||
@@ -4,7 +4,7 @@ license="MIT License"
|
||||
|
||||
[[mods]]
|
||||
modId="aris_random_additions"
|
||||
version="2.3.0"
|
||||
version="2.3.1"
|
||||
displayName="Ari's Random Additions"
|
||||
displayURL="https://mcreator.net"
|
||||
logoFile="logo.png"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"item": "aris_random_additions:endite_upgrade_smithing_template"
|
||||
},
|
||||
"base": {
|
||||
"item": "minecraft:enchanted_golden_apple"
|
||||
"item": "aris_random_additions:orichalcum_apple"
|
||||
},
|
||||
"addition": {
|
||||
"item": "aris_random_additions:void_star"
|
||||
|
||||
Reference in New Issue
Block a user