Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
Co-Authored-By: PiSaucer <33438654+pisaucer@users.noreply.github.com>
  • Loading branch information
PiSaucer and PiSaucer committed Oct 5, 2020
1 parent dc186a0 commit 478c761
Show file tree
Hide file tree
Showing 71 changed files with 1,975 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# MiniExtraUtilities
# Mini Extra Utilties

I retextured them. Based on [Extra Utilities](https://ftbwiki.org/Extra_Utilities), [download here](https://www.curseforge.com/minecraft/mc-mods/extra-utilities).


- [Compressed Cobblestone by CoinRaptor7111](https://mcpedl.com/compressed-cobblestone-addon/)
- [Angle Ring by SirQuackThailand](https://mcpedl.com/angel-ring-addon/)
29 changes: 29 additions & 0 deletions meubp/animation_controllers/angel_block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.angel_block": {
"states": {
"default": {
"transitions": [
{
"walking": "(1.0)"
}
],
"on_entry": [
"/function angel_block"
]
},
"walking": {
"transitions": [
{
"default": "(1.0)"
}
],
"on_entry": [
"/function angel_block"
]
}
}
}
}
}
29 changes: 29 additions & 0 deletions meubp/animation_controllers/ring_off.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.ring_off": {
"states": {
"default": {
"transitions": [
{
"walking": "(1.0)"
}
],
"on_entry": [
"/function ring_off"
]
},
"walking": {
"transitions": [
{
"default": "(1.0)"
}
],
"on_entry": [
"/function ring_off"
]
}
}
}
}
}
29 changes: 29 additions & 0 deletions meubp/animation_controllers/ring_on.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"format_version": "1.10.0",
"animation_controllers": {
"controller.animation.ring_on": {
"states": {
"default": {
"transitions": [
{
"walking": "(1.0)"
}
],
"on_entry": [
"/function ring_on"
]
},
"walking": {
"transitions": [
{
"default": "(1.0)"
}
],
"on_entry": [
"/function ring_on"
]
}
}
}
}
}
17 changes: 17 additions & 0 deletions meubp/blocks/angel_block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"format_version": "1.10.0",
"minecraft:block": {
"description": {
"identifier": "meu:angel_block",
"is_experimental": false,
"register_to_creative_menu": true
},
"components": {
"minecraft:destroy_time": 5,
"minecraft:explosion_resistance": 10,
"minecraft:map_color": "#8B0000",
"minecraft:block_light_absorption": 0,
"minecraft:block_light_emission": 0.50
}
}
}
14 changes: 14 additions & 0 deletions meubp/blocks/cc_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"format_version": "1.16.0",
"minecraft:block": {
"description": {
"identifier": "meu:cc_1",
"register_to_creative_menu": true
},
"components": {
"minecraft:destroy_time": 5,
"minecraft:explosion_resistance": 5,
"minecraft:map_color": "#1B232A"
}
}
}
14 changes: 14 additions & 0 deletions meubp/blocks/cc_2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"format_version": "1.16.0",
"minecraft:block": {
"description": {
"identifier": "meu:cc_2",
"register_to_creative_menu": true
},
"components": {
"minecraft:destroy_time": 6,
"minecraft:explosion_resistance": 10,
"minecraft:map_color": "#1B232A"
}
}
}
14 changes: 14 additions & 0 deletions meubp/blocks/cc_3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"format_version": "1.16.0",
"minecraft:block": {
"description": {
"identifier": "meu:cc_3",
"register_to_creative_menu": true
},
"components": {
"minecraft:destroy_time": 7,
"minecraft:explosion_resistance": 15,
"minecraft:map_color": "#1B232A"
}
}
}
14 changes: 14 additions & 0 deletions meubp/blocks/cc_4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"format_version": "1.16.0",
"minecraft:block": {
"description": {
"identifier": "meu:cc_4",
"register_to_creative_menu": true
},
"components": {
"minecraft:destroy_time": 8,
"minecraft:explosion_resistance": 20,
"minecraft:map_color": "#1B232A"
}
}
}
14 changes: 14 additions & 0 deletions meubp/blocks/cc_5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"format_version": "1.16.0",
"minecraft:block": {
"description": {
"identifier": "meu:cc_5",
"register_to_creative_menu": true
},
"components": {
"minecraft:destroy_time": 9,
"minecraft:explosion_resistance": 25,
"minecraft:map_color": "#1B232A"
}
}
}
14 changes: 14 additions & 0 deletions meubp/blocks/cc_6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"format_version": "1.16.0",
"minecraft:block": {
"description": {
"identifier": "meu:cc_6",
"register_to_creative_menu": true
},
"components": {
"minecraft:destroy_time": 10,
"minecraft:explosion_resistance": 30,
"minecraft:map_color": "#1B232A"
}
}
}
14 changes: 14 additions & 0 deletions meubp/blocks/cc_7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"format_version": "1.16.0",
"minecraft:block": {
"description": {
"identifier": "meu:cc_7",
"register_to_creative_menu": true
},
"components": {
"minecraft:destroy_time": 11,
"minecraft:explosion_resistance": 18000000,
"minecraft:map_color": "#1B232A"
}
}
}
14 changes: 14 additions & 0 deletions meubp/blocks/cc_8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"format_version": "1.16.0",
"minecraft:block": {
"description": {
"identifier": "meu:cc_8",
"register_to_creative_menu": true
},
"components": {
"minecraft:destroy_time": 12,
"minecraft:explosion_resistance": 18000000,
"minecraft:map_color": "#1B232A"
}
}
}
35 changes: 35 additions & 0 deletions meubp/entities/angel_block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"format_version": "1.8.0",
"minecraft:entity": {
"description": {
"identifier": "meu:entity_angel_block",
"is_spawnable": false,
"is_summonable": true,
"is_experimental": false,
"scripts": {
"animate": [ "walk" ]
},
"animations": {
"walk": "controller.animation.angel_block"
}
},

"components": {
"minecraft:type_family": {
"family": [ "despawncito" ]
},
"minecraft:despawn": {
"filters": {
"all_of": [
{ "test": "is_family", "subject": "self", "value": "despawncito" }
]
}
},
"minecraft:health": {
"value": 1
},
"minecraft:physics": {
}
}
}
}
Loading

0 comments on commit 478c761

Please sign in to comment.