Skip to content

Commit 478c761

Browse files
committed
1.0.0
Co-Authored-By: PiSaucer <33438654+pisaucer@users.noreply.github.com>
1 parent dc186a0 commit 478c761

71 files changed

Lines changed: 1975 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# MiniExtraUtilities
1+
# Mini Extra Utilties
2+
3+
I retextured them. Based on [Extra Utilities](https://ftbwiki.org/Extra_Utilities), [download here](https://www.curseforge.com/minecraft/mc-mods/extra-utilities).
4+
5+
6+
- [Compressed Cobblestone by CoinRaptor7111](https://mcpedl.com/compressed-cobblestone-addon/)
7+
- [Angle Ring by SirQuackThailand](https://mcpedl.com/angel-ring-addon/)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"format_version": "1.10.0",
3+
"animation_controllers": {
4+
"controller.animation.angel_block": {
5+
"states": {
6+
"default": {
7+
"transitions": [
8+
{
9+
"walking": "(1.0)"
10+
}
11+
],
12+
"on_entry": [
13+
"/function angel_block"
14+
]
15+
},
16+
"walking": {
17+
"transitions": [
18+
{
19+
"default": "(1.0)"
20+
}
21+
],
22+
"on_entry": [
23+
"/function angel_block"
24+
]
25+
}
26+
}
27+
}
28+
}
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"format_version": "1.10.0",
3+
"animation_controllers": {
4+
"controller.animation.ring_off": {
5+
"states": {
6+
"default": {
7+
"transitions": [
8+
{
9+
"walking": "(1.0)"
10+
}
11+
],
12+
"on_entry": [
13+
"/function ring_off"
14+
]
15+
},
16+
"walking": {
17+
"transitions": [
18+
{
19+
"default": "(1.0)"
20+
}
21+
],
22+
"on_entry": [
23+
"/function ring_off"
24+
]
25+
}
26+
}
27+
}
28+
}
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"format_version": "1.10.0",
3+
"animation_controllers": {
4+
"controller.animation.ring_on": {
5+
"states": {
6+
"default": {
7+
"transitions": [
8+
{
9+
"walking": "(1.0)"
10+
}
11+
],
12+
"on_entry": [
13+
"/function ring_on"
14+
]
15+
},
16+
"walking": {
17+
"transitions": [
18+
{
19+
"default": "(1.0)"
20+
}
21+
],
22+
"on_entry": [
23+
"/function ring_on"
24+
]
25+
}
26+
}
27+
}
28+
}
29+
}

meubp/blocks/angel_block.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"format_version": "1.10.0",
3+
"minecraft:block": {
4+
"description": {
5+
"identifier": "meu:angel_block",
6+
"is_experimental": false,
7+
"register_to_creative_menu": true
8+
},
9+
"components": {
10+
"minecraft:destroy_time": 5,
11+
"minecraft:explosion_resistance": 10,
12+
"minecraft:map_color": "#8B0000",
13+
"minecraft:block_light_absorption": 0,
14+
"minecraft:block_light_emission": 0.50
15+
}
16+
}
17+
}

meubp/blocks/cc_1.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"format_version": "1.16.0",
3+
"minecraft:block": {
4+
"description": {
5+
"identifier": "meu:cc_1",
6+
"register_to_creative_menu": true
7+
},
8+
"components": {
9+
"minecraft:destroy_time": 5,
10+
"minecraft:explosion_resistance": 5,
11+
"minecraft:map_color": "#1B232A"
12+
}
13+
}
14+
}

meubp/blocks/cc_2.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"format_version": "1.16.0",
3+
"minecraft:block": {
4+
"description": {
5+
"identifier": "meu:cc_2",
6+
"register_to_creative_menu": true
7+
},
8+
"components": {
9+
"minecraft:destroy_time": 6,
10+
"minecraft:explosion_resistance": 10,
11+
"minecraft:map_color": "#1B232A"
12+
}
13+
}
14+
}

meubp/blocks/cc_3.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"format_version": "1.16.0",
3+
"minecraft:block": {
4+
"description": {
5+
"identifier": "meu:cc_3",
6+
"register_to_creative_menu": true
7+
},
8+
"components": {
9+
"minecraft:destroy_time": 7,
10+
"minecraft:explosion_resistance": 15,
11+
"minecraft:map_color": "#1B232A"
12+
}
13+
}
14+
}

meubp/blocks/cc_4.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"format_version": "1.16.0",
3+
"minecraft:block": {
4+
"description": {
5+
"identifier": "meu:cc_4",
6+
"register_to_creative_menu": true
7+
},
8+
"components": {
9+
"minecraft:destroy_time": 8,
10+
"minecraft:explosion_resistance": 20,
11+
"minecraft:map_color": "#1B232A"
12+
}
13+
}
14+
}

meubp/blocks/cc_5.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"format_version": "1.16.0",
3+
"minecraft:block": {
4+
"description": {
5+
"identifier": "meu:cc_5",
6+
"register_to_creative_menu": true
7+
},
8+
"components": {
9+
"minecraft:destroy_time": 9,
10+
"minecraft:explosion_resistance": 25,
11+
"minecraft:map_color": "#1B232A"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)