mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
2.3.2
This commit is contained in:
@@ -57,7 +57,7 @@ public class AriEntity extends Monster {
|
||||
public AriEntity(EntityType<AriEntity> type, Level world) {
|
||||
super(type, world);
|
||||
setMaxUpStep(0.6f);
|
||||
xpReward = 0;
|
||||
xpReward = 9;
|
||||
setNoAi(false);
|
||||
setCustomName(Component.literal("Ari"));
|
||||
setCustomNameVisible(true);
|
||||
|
||||
@@ -4,7 +4,7 @@ license="MIT License"
|
||||
|
||||
[[mods]]
|
||||
modId="aris_random_additions"
|
||||
version="2.3.1"
|
||||
version="2.3.2"
|
||||
displayName="Ari's Random Additions"
|
||||
displayURL="https://mcreator.net"
|
||||
logoFile="logo.png"
|
||||
|
||||
@@ -1,20 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "aris_random_additions:blocks/orichalcum_deepslate_ore",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "aris_random_additions:orichalcum"
|
||||
"name": "aris_random_additions:orichalcum",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"random_sequence": "aris_random_additions:blocks/orichalcum_deepslate_ore"
|
||||
}
|
||||
@@ -1,20 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"random_sequence": "aris_random_additions:blocks/orichalcum_ore",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "aris_random_additions:orichalcum"
|
||||
"name": "aris_random_additions:orichalcum",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"random_sequence": "aris_random_additions:blocks/orichalcum_ore"
|
||||
}
|
||||
Reference in New Issue
Block a user