Compare commits
3 Commits
e9069b8829
...
def3197296
Author | SHA1 | Date | |
---|---|---|---|
def3197296 | |||
faf2da8cef | |||
b3f1e6dc4a |
@ -5,3 +5,4 @@ server
|
||||
server/*
|
||||
docker-compose.yml
|
||||
justfile
|
||||
.vscode
|
||||
|
@ -6,6 +6,11 @@ The new and worsened bad modpack 2023 edition!
|
||||
|
||||
- [ ] configure fabrication
|
||||
|
||||
## Known Issues
|
||||
|
||||
- https://github.com/ChoiceTheorem/ChoiceTheorem-s-overhauled-village/issues/67
|
||||
- https://github.com/Fabricators-of-Create/Create/issues/1039
|
||||
|
||||
## QA process
|
||||
|
||||
does it launch? good
|
||||
|
@ -71,7 +71,7 @@
|
||||
"default_value": 4.0,
|
||||
"enabled": 0,
|
||||
"max": 4.0,
|
||||
"max_upgraded": 4.0,
|
||||
"max_upgraded": 8.0,
|
||||
"min": 0.0,
|
||||
"min_upgraded": 0.0
|
||||
},
|
||||
@ -79,7 +79,7 @@
|
||||
"default_value": 0.2,
|
||||
"enabled": 0,
|
||||
"max": 0.2,
|
||||
"max_upgraded": 0.2,
|
||||
"max_upgraded": 0.4,
|
||||
"min": 0.0,
|
||||
"min_upgraded": 0.0
|
||||
},
|
||||
@ -143,7 +143,7 @@
|
||||
"default_value": 3.0,
|
||||
"enabled": 0,
|
||||
"max": 3.0,
|
||||
"max_upgraded": 10.0,
|
||||
"max_upgraded": 6.0,
|
||||
"min": 0.0,
|
||||
"min_upgraded": 0.0
|
||||
}
|
||||
|
24
config/terrestria/biome.json
Normal file
24
config/terrestria/biome.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"biomes": {
|
||||
"hemlock_rainforest": true,
|
||||
"oasis": true,
|
||||
"lush_redwood_forest": true,
|
||||
"windswept_redwood_forest": true,
|
||||
"lush_desert": true,
|
||||
"redwood_forest": true,
|
||||
"dense_woodlands": true,
|
||||
"cypress_swamp": true,
|
||||
"snowy_hemlock_forest": true,
|
||||
"japanese_maple_forest": true,
|
||||
"caldera": true,
|
||||
"canyon": true,
|
||||
"dunes": true,
|
||||
"hemlock_treeline": true,
|
||||
"snowy_hemlock_treeline": true,
|
||||
"rainbow_rainforest": true,
|
||||
"volcanic_island": true,
|
||||
"sakura_forest": false,
|
||||
"cypress_forest": true,
|
||||
"outback": true
|
||||
}
|
||||
}
|
295
config/universal-graves/config.json
Normal file
295
config/universal-graves/config.json
Normal file
@ -0,0 +1,295 @@
|
||||
{
|
||||
"_comment": "Before changing anything, see https://github.com/Patbox/UniversalGraves#configuration",
|
||||
"config_version": 3,
|
||||
"protection": {
|
||||
"non_owner_protection_time": 900,
|
||||
"self_destruction_time": 1800,
|
||||
"drop_items_on_expiration": true,
|
||||
"attackers_bypass_protection": false,
|
||||
"use_real_time": false
|
||||
},
|
||||
"interactions": {
|
||||
"unlocking_cost": {
|
||||
"type": "free",
|
||||
"count": 0
|
||||
},
|
||||
"give_death_compass": true,
|
||||
"enable_use_death_compass_to_open_gui": true,
|
||||
"enable_click_to_open_gui": true,
|
||||
"shift_and_use_quick_pickup": true,
|
||||
"allow_remote_protection_removal": true,
|
||||
"allow_remote_breaking": true,
|
||||
"allow_remote_unlocking": false
|
||||
},
|
||||
"storage": {
|
||||
"experience_type": "percent_points",
|
||||
"experience_percent:setting_value": 100.0,
|
||||
"can_store_only_xp": false,
|
||||
"alternative_experience_entity": false,
|
||||
"blocked_enchantments": []
|
||||
},
|
||||
"placement": {
|
||||
"player_grave_limit": -1,
|
||||
"replace_any_block": false,
|
||||
"max_distance_from_source_location": 8,
|
||||
"shift_location_on_failure": true,
|
||||
"max_shift_tries": 5,
|
||||
"max_shift_distance": 40,
|
||||
"generate_on_top_of_fluids": false,
|
||||
"restore_replaced_block": false,
|
||||
"restore_replaced_block_after_player_breaking": true,
|
||||
"cancel_creation_for_damage_types": {},
|
||||
"cancel_creation_for_ignored_attacker_types": {},
|
||||
"blocking_predicates": [],
|
||||
"block_in_protected_area": {},
|
||||
"blacklisted_worlds": [],
|
||||
"blacklisted_areas": {},
|
||||
"creation_default_failure_text": "<red><lang:'text.graves.creation_failed':'<gold>${position}':'<yellow>${world}'>",
|
||||
"creation_claim_failure_text": "<red><lang:'text.graves.creation_failed_claim':'<gold>${position}':'<yellow>${world}'>"
|
||||
},
|
||||
"teleportation": {
|
||||
"cost": {
|
||||
"type": "creative",
|
||||
"count": 1
|
||||
},
|
||||
"required_time": 5,
|
||||
"y_offset": 1.0,
|
||||
"invincibility_time": 2,
|
||||
"allow_movement_while_waiting": false,
|
||||
"text": {
|
||||
"timer": "<lang:'text.graves.teleport.teleport_timer':'${time}'>",
|
||||
"timer_allow_moving": "<lang:'text.graves.teleport.teleport_timer_moving':'${time}'>",
|
||||
"location": "<lang:'text.graves.teleport.teleport_location':'${position}'>",
|
||||
"canceled": "<red><lang:'text.graves.teleport.teleport_cancelled'>"
|
||||
}
|
||||
},
|
||||
"model": {
|
||||
"default": "corpse_zombie",
|
||||
"alternative": [],
|
||||
"enable_geyser_workaround": true,
|
||||
"gravestone_item_base": "minecraft:skeleton_skull",
|
||||
"gravestone_item_nbt": {}
|
||||
},
|
||||
"ui": {
|
||||
"title": "<lang:'text.graves.players_grave':'${player}'>",
|
||||
"list_grave_icon": {
|
||||
"base": {
|
||||
"icon": "minecraft:chest",
|
||||
"text": [
|
||||
"${position} <gray>(${world})",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
"<blue><lang:'text.graves.protected_time':'<white>${protection_time}'>",
|
||||
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
|
||||
]
|
||||
},
|
||||
"alt": {
|
||||
"icon": "minecraft:trapped_chest",
|
||||
"text": [
|
||||
"${position} <gray>(${world})",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
"<blue><lang:'text.graves.not_protected'>",
|
||||
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
|
||||
]
|
||||
}
|
||||
},
|
||||
"grave_info": {
|
||||
"base": {
|
||||
"icon": "minecraft:oak_sign",
|
||||
"text": [
|
||||
"${position} <gray>(${world})",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
"<blue><lang:'text.graves.protected_time':'<white>${protection_time}'>",
|
||||
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
|
||||
]
|
||||
},
|
||||
"alt": {
|
||||
"icon": "minecraft:oak_sign",
|
||||
"text": [
|
||||
"${position} <gray>(${world})",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
"<blue><lang:'text.graves.not_protected'>",
|
||||
"<red><lang:'text.graves.break_time':'<white>${break_time}'>"
|
||||
]
|
||||
}
|
||||
},
|
||||
"unlock_grave": {
|
||||
"base": {
|
||||
"icon": "minecraft:gold_ingot",
|
||||
"text": [
|
||||
"<#ffd257><lang:'text.graves.gui.unlock_grave'>",
|
||||
"<white><lang:'text.graves.gui.cost'> <#cfcfcf>${cost}"
|
||||
]
|
||||
},
|
||||
"alt": {
|
||||
"icon": "minecraft:gold_ingot",
|
||||
"text": [
|
||||
"<dark_gray><lang:'text.graves.gui.unlock_grave'>",
|
||||
"<white><lang:'text.graves.gui.cost'> <#cfcfcf>${cost} <gray>(<red><lang:'text.graves.gui.cost.not_enough'></red>)"
|
||||
]
|
||||
}
|
||||
},
|
||||
"previous_button": {
|
||||
"base": {
|
||||
"icon": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "previous_page"
|
||||
}
|
||||
},
|
||||
"text": "<lang:'text.graves.gui.previous_page'>"
|
||||
},
|
||||
"alt": {
|
||||
"icon": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "previous_page_blocked"
|
||||
}
|
||||
},
|
||||
"text": "<dark_gray><lang:'text.graves.gui.previous_page'>"
|
||||
}
|
||||
},
|
||||
"next_button": {
|
||||
"base": {
|
||||
"icon": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "next_page"
|
||||
}
|
||||
},
|
||||
"text": "<lang:'text.graves.gui.next_page'>"
|
||||
},
|
||||
"alt": {
|
||||
"icon": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "next_page_blocked"
|
||||
}
|
||||
},
|
||||
"text": "<dark_gray><lang:'text.graves.gui.next_page'>"
|
||||
}
|
||||
},
|
||||
"remove_protection_button": {
|
||||
"base": {
|
||||
"icon": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "remove_protection"
|
||||
}
|
||||
},
|
||||
"text": "<red><lang:'text.graves.gui.remove_protection'>"
|
||||
},
|
||||
"alt": {
|
||||
"icon": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "remove_protection"
|
||||
}
|
||||
},
|
||||
"text": [
|
||||
"<red><lang:'text.graves.gui.remove_protection'>",
|
||||
"<dark_red><bold><lang:'text.graves.gui.cant_reverse'>",
|
||||
"",
|
||||
"<white><lang:'text.graves.gui.click_to_confirm'>"
|
||||
]
|
||||
}
|
||||
},
|
||||
"break_grave_button": {
|
||||
"base": {
|
||||
"icon": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "break_grave"
|
||||
}
|
||||
},
|
||||
"text": "<red><lang:'text.graves.gui.break_grave'>"
|
||||
},
|
||||
"alt": {
|
||||
"icon": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "break_grave"
|
||||
}
|
||||
},
|
||||
"text": [
|
||||
"<red><lang:'text.graves.gui.break_grave'>",
|
||||
"<dark_red><bold><lang:'text.graves.gui.cant_reverse'>",
|
||||
"",
|
||||
"<white><lang:'text.graves.gui.click_to_confirm'>"
|
||||
]
|
||||
}
|
||||
},
|
||||
"quick_pickup_button": {
|
||||
"icon": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "quick_pickup"
|
||||
}
|
||||
},
|
||||
"text": "<red><lang:'text.graves.gui.quick_pickup'>"
|
||||
},
|
||||
"fetch_button": {
|
||||
"base": {
|
||||
"icon": "minecraft:lead",
|
||||
"text": "<yellow><lang:'text.graves.gui.fetch'>"
|
||||
},
|
||||
"alt": {
|
||||
"icon": "minecraft:lead",
|
||||
"text": "<yellow><lang:'text.graves.gui.fetch'>"
|
||||
}
|
||||
},
|
||||
"teleport_button": {
|
||||
"base": {
|
||||
"icon": "minecraft:ender_pearl",
|
||||
"text": [
|
||||
"<#a52dfa><lang:'text.graves.gui.teleport'>",
|
||||
"<white><lang:'text.graves.gui.cost'> <#cfcfcf>${cost}"
|
||||
]
|
||||
},
|
||||
"alt": {
|
||||
"icon": "minecraft:ender_pearl",
|
||||
"text": [
|
||||
"<dark_gray><lang:'text.graves.gui.teleport'>",
|
||||
"<white><lang:'text.graves.gui.cost'> <#cfcfcf>${cost} <gray>(<red><lang:'text.graves.gui.cost.not_enough'></red>)"
|
||||
]
|
||||
}
|
||||
},
|
||||
"back_button": {
|
||||
"icon": "minecraft:structure_void",
|
||||
"text": "<red><lang:'text.graves.gui.quick_pickup'>"
|
||||
},
|
||||
"bar": {
|
||||
"icon": "minecraft:white_stained_glass_pane",
|
||||
"text": ""
|
||||
}
|
||||
},
|
||||
"text": {
|
||||
"grave_created": "<white><lang:'text.graves.created_at_expire':'<yellow>${position}':'<gray>${world}':'<red>${break_time}'>",
|
||||
"protection_ended": "<red><lang:'text.graves.no_longer_protected':'<gold>${position}':'<white>${world}':'<yellow>${item_count}'>",
|
||||
"grave_expired": "<red><lang:'text.graves.expired':'<gold>${position}':'<white>${world}':'<yellow>${item_count}'>",
|
||||
"grave_broken": "<gray><lang:'text.graves.somebody_broke':'<white>${position}':'<white>${world}':'<white>${item_count}'>",
|
||||
"grave_access_payment_no_access": "<red><lang:'text.graves.grave_unlock_payment.no_access'>",
|
||||
"grave_payment_accepted": "<white><lang:'text.graves.grave_unlock_payment.accepted'>",
|
||||
"grave_payment_failed": "<red><lang:'text.graves.grave_unlock_payment.failed':'<yellow>${cost}'>",
|
||||
"years_suffix": "y",
|
||||
"days_suffix": "d",
|
||||
"hours_suffix": "h",
|
||||
"minutes_suffix": "m",
|
||||
"seconds_suffix": "s",
|
||||
"infinity": "∞",
|
||||
"date_format": "dd.MM.yyyy, HH:mm",
|
||||
"world_names": {}
|
||||
}
|
||||
}
|
361
config/universal-graves/example_models/corpse_player.json
Normal file
361
config/universal-graves/example_models/corpse_player.json
Normal file
@ -0,0 +1,361 @@
|
||||
{
|
||||
"format": 0,
|
||||
"tick_time": 20,
|
||||
"elements": [
|
||||
{
|
||||
"type": "ENTITY",
|
||||
"entity_type": "minecraft:skeleton",
|
||||
"entity_pose": "SLEEPING",
|
||||
"tags": [
|
||||
"graves:equipment/boots",
|
||||
"graves:equipment/chestplate",
|
||||
"graves:equipment/offhand_hand",
|
||||
"graves:player_head",
|
||||
"graves:equipment/main_hand",
|
||||
"graves:if_unprotected",
|
||||
"graves:equipment/helmet",
|
||||
"graves:equipment/leggings"
|
||||
],
|
||||
"rotate_position": false,
|
||||
"rotate_yaw": false,
|
||||
"position": [
|
||||
0.9,
|
||||
-0.51,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ENTITY",
|
||||
"entity_type": "minecraft:player",
|
||||
"entity_pose": "SLEEPING",
|
||||
"tags": [
|
||||
"graves:equipment/boots",
|
||||
"graves:if_protected",
|
||||
"graves:equipment/chestplate",
|
||||
"graves:equipment/offhand_hand",
|
||||
"graves:player_head",
|
||||
"graves:equipment/main_hand",
|
||||
"graves:equipment/helmet",
|
||||
"graves:equipment/leggings"
|
||||
],
|
||||
"rotate_position": false,
|
||||
"rotate_yaw": false,
|
||||
"position": [
|
||||
0.9,
|
||||
-0.51,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "remove_protection"
|
||||
}
|
||||
},
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.42,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.35355335,
|
||||
0.6123724,
|
||||
0.35355335,
|
||||
0.6123724
|
||||
],
|
||||
"scale": [
|
||||
0.34999996,
|
||||
0.34999996,
|
||||
0.34999996
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:payment_required"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<yellow>${cost}"
|
||||
],
|
||||
"text_width": -1,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.29,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.35355335,
|
||||
0.6123724,
|
||||
0.35355335,
|
||||
0.6123724
|
||||
],
|
||||
"scale": [
|
||||
0.34999996,
|
||||
0.34999996,
|
||||
0.34999996
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:payment_required"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
{
|
||||
"text": "<blue><lang:'text.graves.protected_time':'<white>${protection_time}'><r>",
|
||||
"tags": [
|
||||
"graves:if_protected",
|
||||
"graves:has_protection_timer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "<red><lang:'text.graves.break_time':'<white>${break_time}'>",
|
||||
"tags": [
|
||||
"graves:has_breaking_timer"
|
||||
]
|
||||
}
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.1,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_not_visual"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"${text_1}",
|
||||
"${text_2}",
|
||||
"${text_3}",
|
||||
"${text_4}"
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.1,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_player_made",
|
||||
"graves:if_visual"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
|
||||
"<yellow>${death_cause}"
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.1,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_visual",
|
||||
"graves:if_not_player_made"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
361
config/universal-graves/example_models/corpse_zombie.json
Normal file
361
config/universal-graves/example_models/corpse_zombie.json
Normal file
@ -0,0 +1,361 @@
|
||||
{
|
||||
"format": 0,
|
||||
"tick_time": 20,
|
||||
"elements": [
|
||||
{
|
||||
"type": "ENTITY",
|
||||
"entity_type": "minecraft:skeleton",
|
||||
"entity_pose": "SLEEPING",
|
||||
"tags": [
|
||||
"graves:equipment/boots",
|
||||
"graves:equipment/chestplate",
|
||||
"graves:equipment/offhand_hand",
|
||||
"graves:player_head",
|
||||
"graves:equipment/main_hand",
|
||||
"graves:if_unprotected",
|
||||
"graves:equipment/helmet",
|
||||
"graves:equipment/leggings"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.9,
|
||||
-0.51,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ENTITY",
|
||||
"entity_type": "minecraft:zombie",
|
||||
"entity_pose": "SLEEPING",
|
||||
"tags": [
|
||||
"graves:equipment/boots",
|
||||
"graves:if_protected",
|
||||
"graves:equipment/chestplate",
|
||||
"graves:equipment/offhand_hand",
|
||||
"graves:player_head",
|
||||
"graves:equipment/main_hand",
|
||||
"graves:equipment/helmet",
|
||||
"graves:equipment/leggings"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.9,
|
||||
-0.51,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "remove_protection"
|
||||
}
|
||||
},
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.42,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.35355335,
|
||||
0.6123724,
|
||||
0.35355335,
|
||||
0.6123724
|
||||
],
|
||||
"scale": [
|
||||
0.34999996,
|
||||
0.34999996,
|
||||
0.34999996
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:payment_required"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<yellow>${cost}"
|
||||
],
|
||||
"text_width": -1,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.29,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.35355335,
|
||||
0.6123724,
|
||||
0.35355335,
|
||||
0.6123724
|
||||
],
|
||||
"scale": [
|
||||
0.34999996,
|
||||
0.34999996,
|
||||
0.34999996
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:payment_required"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
{
|
||||
"text": "<blue><lang:'text.graves.protected_time':'<white>${protection_time}'><r>",
|
||||
"tags": [
|
||||
"graves:if_protected",
|
||||
"graves:has_protection_timer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "<red><lang:'text.graves.break_time':'<white>${break_time}'>",
|
||||
"tags": [
|
||||
"graves:has_breaking_timer"
|
||||
]
|
||||
}
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.15,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_not_visual"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"${text_1}",
|
||||
"${text_2}",
|
||||
"${text_3}",
|
||||
"${text_4}"
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.15,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_player_made",
|
||||
"graves:if_visual"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
|
||||
"<yellow>${death_cause}"
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.15,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_visual",
|
||||
"graves:if_not_player_made"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
522
config/universal-graves/example_models/default.json
Normal file
522
config/universal-graves/example_models/default.json
Normal file
@ -0,0 +1,522 @@
|
||||
{
|
||||
"format": 0,
|
||||
"tick_time": 20,
|
||||
"elements": [
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": {
|
||||
"id": "minecraft:air",
|
||||
"Count": 0,
|
||||
"tag": {
|
||||
"Damage": 0
|
||||
}
|
||||
},
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.4,
|
||||
-0.495,
|
||||
-0.2
|
||||
],
|
||||
"left_rotation": [
|
||||
0.67437965,
|
||||
-0.15304601,
|
||||
0.21263118,
|
||||
0.69034547
|
||||
],
|
||||
"scale": [
|
||||
0.5,
|
||||
0.49999997,
|
||||
0.49999997
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:item"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": {
|
||||
"id": "minecraft:air",
|
||||
"Count": 0,
|
||||
"tag": {
|
||||
"Damage": 0
|
||||
}
|
||||
},
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
-0.35,
|
||||
-0.43,
|
||||
-0.05
|
||||
],
|
||||
"left_rotation": [
|
||||
0.7575899,
|
||||
-0.30307037,
|
||||
-0.57702374,
|
||||
0.035348564
|
||||
],
|
||||
"scale": [
|
||||
0.5,
|
||||
0.50000006,
|
||||
0.5
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:item"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": "minecraft:player_head",
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.35,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.13048689,
|
||||
-0.0032032724,
|
||||
-0.024331277,
|
||||
0.9911462
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
0.9999999,
|
||||
0.9999999
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_protected",
|
||||
"graves:player_head"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": "minecraft:skeleton_skull",
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.35,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.13048689,
|
||||
-0.0032032724,
|
||||
-0.024331277,
|
||||
0.9911462
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
0.9999999,
|
||||
0.9999999
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_unprotected"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "remove_protection"
|
||||
}
|
||||
},
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.44,
|
||||
0.42
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.50000006,
|
||||
0.0,
|
||||
0.0,
|
||||
0.8660254
|
||||
],
|
||||
"scale": [
|
||||
0.35,
|
||||
0.35000002,
|
||||
0.35000002
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:payment_required"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<yellow>${cost}"
|
||||
],
|
||||
"text_width": -1,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.31,
|
||||
0.42
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.50000006,
|
||||
0.0,
|
||||
0.0,
|
||||
0.8660254
|
||||
],
|
||||
"scale": [
|
||||
0.35,
|
||||
0.35000002,
|
||||
0.35000002
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:payment_required"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
{
|
||||
"text": "<blue><lang:'text.graves.protected_time':'<white>${protection_time}'><r>",
|
||||
"tags": [
|
||||
"graves:if_protected",
|
||||
"graves:has_protection_timer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "<red><lang:'text.graves.break_time':'<white>${break_time}'>",
|
||||
"tags": [
|
||||
"graves:has_breaking_timer"
|
||||
]
|
||||
}
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.1,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_not_visual"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"${text_1}",
|
||||
"${text_2}",
|
||||
"${text_3}",
|
||||
"${text_4}"
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.1,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_player_made",
|
||||
"graves:if_visual"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
|
||||
"<yellow>${death_cause}"
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.1,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_visual",
|
||||
"graves:if_not_player_made"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
522
config/universal-graves/example_models/player_head.json
Normal file
522
config/universal-graves/example_models/player_head.json
Normal file
@ -0,0 +1,522 @@
|
||||
{
|
||||
"format": 0,
|
||||
"tick_time": 20,
|
||||
"elements": [
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": {
|
||||
"id": "minecraft:air",
|
||||
"Count": 0,
|
||||
"tag": {
|
||||
"Damage": 0
|
||||
}
|
||||
},
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.4,
|
||||
-0.495,
|
||||
-0.2
|
||||
],
|
||||
"left_rotation": [
|
||||
0.67437965,
|
||||
-0.15304601,
|
||||
0.21263118,
|
||||
0.69034547
|
||||
],
|
||||
"scale": [
|
||||
0.5,
|
||||
0.49999997,
|
||||
0.49999997
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:item"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": {
|
||||
"id": "minecraft:air",
|
||||
"Count": 0,
|
||||
"tag": {
|
||||
"Damage": 0
|
||||
}
|
||||
},
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
-0.35,
|
||||
-0.43,
|
||||
-0.05
|
||||
],
|
||||
"left_rotation": [
|
||||
0.7575899,
|
||||
-0.30307037,
|
||||
-0.57702374,
|
||||
0.035348564
|
||||
],
|
||||
"scale": [
|
||||
0.5,
|
||||
0.50000006,
|
||||
0.5
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:item"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": "minecraft:player_head",
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.35,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.13048689,
|
||||
-0.0032032724,
|
||||
-0.024331277,
|
||||
0.9911462
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
0.9999999,
|
||||
0.9999999
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_protected",
|
||||
"graves:player_head"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": "minecraft:skeleton_skull",
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.35,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.13048689,
|
||||
-0.0032032724,
|
||||
-0.024331277,
|
||||
0.9911462
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
0.9999999,
|
||||
0.9999999
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_unprotected"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "remove_protection"
|
||||
}
|
||||
},
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.44,
|
||||
0.42
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.50000006,
|
||||
0.0,
|
||||
0.0,
|
||||
0.8660254
|
||||
],
|
||||
"scale": [
|
||||
0.35,
|
||||
0.35000002,
|
||||
0.35000002
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:payment_required"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<yellow>${cost}"
|
||||
],
|
||||
"text_width": -1,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.31,
|
||||
0.42
|
||||
],
|
||||
"left_rotation": [
|
||||
-0.50000006,
|
||||
0.0,
|
||||
0.0,
|
||||
0.8660254
|
||||
],
|
||||
"scale": [
|
||||
0.35,
|
||||
0.35000002,
|
||||
0.35000002
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "fixed",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:payment_required"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
{
|
||||
"text": "<blue><lang:'text.graves.protected_time':'<white>${protection_time}'><r>",
|
||||
"tags": [
|
||||
"graves:if_protected",
|
||||
"graves:has_protection_timer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "<red><lang:'text.graves.break_time':'<white>${break_time}'>",
|
||||
"tags": [
|
||||
"graves:has_breaking_timer"
|
||||
]
|
||||
}
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.1,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_not_visual"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"${text_1}",
|
||||
"${text_2}",
|
||||
"${text_3}",
|
||||
"${text_4}"
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.1,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_player_made",
|
||||
"graves:if_visual"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
|
||||
"<yellow>${death_cause}"
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.1,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.6,
|
||||
0.6,
|
||||
0.6
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_visual",
|
||||
"graves:if_not_player_made"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
438
config/universal-graves/example_models/soul.json
Normal file
438
config/universal-graves/example_models/soul.json
Normal file
@ -0,0 +1,438 @@
|
||||
{
|
||||
"format": 0,
|
||||
"tick_time": 20,
|
||||
"elements": [
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": "minecraft:player_head",
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.8,
|
||||
0.8,
|
||||
0.8
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_protected",
|
||||
"graves:player_head"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": "minecraft:skeleton_skull",
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.8,
|
||||
0.8,
|
||||
0.8
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"view_range": 1.0,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_unprotected"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "PARTICLE",
|
||||
"particle": {
|
||||
"field_25127": {},
|
||||
"field_11196": false,
|
||||
"field_11197": {}
|
||||
},
|
||||
"wait_duration": 3,
|
||||
"delta": {
|
||||
"x": 0.2,
|
||||
"y": 0.2,
|
||||
"z": 0.2
|
||||
},
|
||||
"speed": 0.01,
|
||||
"count": 2,
|
||||
"tags": [],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "ITEM",
|
||||
"display_item": {
|
||||
"id": "universal_graves:icon",
|
||||
"Count": 1,
|
||||
"tag": {
|
||||
"Texture": "remove_protection"
|
||||
}
|
||||
},
|
||||
"item_model_transformation": "FIXED",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.44,
|
||||
0.3
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.35,
|
||||
0.35,
|
||||
0.1
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"view_range": 0.2,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:payment_required"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<yellow>${cost}"
|
||||
],
|
||||
"text_width": -1,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
-0.31,
|
||||
0.3
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.35,
|
||||
0.35,
|
||||
0.35
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"view_range": 0.2,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:payment_required"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
|
||||
"<yellow>${death_cause}",
|
||||
"<gray><lang:'text.graves.items_xp':'<white>${item_count}':'<white>${xp}'>",
|
||||
{
|
||||
"text": "<blue><lang:'text.graves.protected_time':'<white>${protection_time}'><r>",
|
||||
"tags": [
|
||||
"graves:if_protected",
|
||||
"graves:has_protection_timer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "<red><lang:'text.graves.break_time':'<white>${break_time}'>",
|
||||
"tags": [
|
||||
"graves:has_breaking_timer"
|
||||
]
|
||||
}
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.25,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.4,
|
||||
0.4,
|
||||
0.4
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_not_visual"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"${text_1}",
|
||||
"${text_2}",
|
||||
"${text_3}",
|
||||
"${text_4}"
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.25,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.4,
|
||||
0.4,
|
||||
0.4
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_player_made",
|
||||
"graves:if_visual"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": [
|
||||
"<gold><lang:'text.graves.grave_of':'<yellow>${player}'>",
|
||||
"<yellow>${death_cause}"
|
||||
],
|
||||
"text_width": 9999,
|
||||
"text_background": -1,
|
||||
"text_opacity": -1,
|
||||
"text_shadow": true,
|
||||
"text_see_through": false,
|
||||
"text_default_background": true,
|
||||
"text_alignment": "center",
|
||||
"transformation": {
|
||||
"translation": [
|
||||
0.0,
|
||||
0.25,
|
||||
0.0
|
||||
],
|
||||
"left_rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
0.4,
|
||||
0.4,
|
||||
0.4
|
||||
],
|
||||
"right_rotation": [
|
||||
-0.0,
|
||||
-0.0,
|
||||
-0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"billboard": "center",
|
||||
"brightness": {
|
||||
"block": 15,
|
||||
"sky": 15
|
||||
},
|
||||
"view_range": 0.5,
|
||||
"shadow_radius": 0.0,
|
||||
"shadow_strength": 0.0,
|
||||
"culling": [
|
||||
2.0,
|
||||
2.0
|
||||
],
|
||||
"glow_color": -1,
|
||||
"tags": [
|
||||
"graves:if_visual",
|
||||
"graves:if_not_player_made"
|
||||
],
|
||||
"rotate_position": true,
|
||||
"rotate_yaw": true,
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,60 @@
|
||||
{
|
||||
"net.minecraft.class_481": {
|
||||
"buttonHints": {
|
||||
"SETTINGS": {
|
||||
"horizontalOffset": 51,
|
||||
"top": 502
|
||||
},
|
||||
"SHOW_EDITOR": {
|
||||
"horizontalOffset": 37,
|
||||
"top": 517
|
||||
}
|
||||
}
|
||||
},
|
||||
"net.minecraft.class_490": {
|
||||
"buttonHints": {
|
||||
"SHOW_EDITOR": {
|
||||
"top": 640
|
||||
},
|
||||
"SETTINGS": {
|
||||
"top": 637
|
||||
}
|
||||
}
|
||||
},
|
||||
"com.tom.storagemod.gui.CraftingTerminalScreen": {
|
||||
"buttonHints": {
|
||||
"MOVE_TO_CONTAINER": {
|
||||
"horizontalOffset": -452
|
||||
},
|
||||
"MOVE_TO_PLAYER": {
|
||||
"horizontalOffset": 2,
|
||||
"top": -1
|
||||
},
|
||||
"SORT": {
|
||||
"horizontalOffset": 18,
|
||||
"top": 105
|
||||
},
|
||||
"SORT_COLUMNS": {
|
||||
"horizontalOffset": 18,
|
||||
"top": 105
|
||||
},
|
||||
"SORT_ROWS": {
|
||||
"horizontalOffset": 18,
|
||||
"top": 105
|
||||
},
|
||||
"CONTINUOUS_CRAFTING": {
|
||||
"horizontalOffset": 10,
|
||||
"bottom": -7
|
||||
},
|
||||
"SHOW_EDITOR": {
|
||||
"top": 641
|
||||
},
|
||||
"SETTINGS": {
|
||||
"top": 613
|
||||
}
|
||||
}
|
||||
},
|
||||
"com.tom.storagemod.gui.CraftingTerminalMenu": {
|
||||
"playerSideOnly": true
|
||||
}
|
||||
}
|
287
config/yosbr/options.txt
Executable file
287
config/yosbr/options.txt
Executable file
@ -0,0 +1,287 @@
|
||||
version:3465
|
||||
toggleCrawl:false
|
||||
fovEffectsMode:3
|
||||
speedFovEffectScale:1.0
|
||||
sprintingFovEffectScale:1.0
|
||||
aimingFovEffectScale:1.0
|
||||
flyingFovEffectScale:1.0
|
||||
submergedFovEffectScale:1.0
|
||||
autoJump:false
|
||||
operatorItemsTab:false
|
||||
autoSuggestions:true
|
||||
chatColors:true
|
||||
chatLinks:true
|
||||
chatLinksPrompt:true
|
||||
enableVsync:false
|
||||
entityShadows:true
|
||||
forceUnicodeFont:false
|
||||
discrete_mouse_scroll:false
|
||||
invertYMouse:false
|
||||
realmsNotifications:false
|
||||
reducedDebugInfo:false
|
||||
showSubtitles:false
|
||||
directionalAudio:false
|
||||
touchscreen:false
|
||||
fullscreen:false
|
||||
bobView:true
|
||||
toggleCrouch:false
|
||||
toggleSprint:false
|
||||
darkMojangStudiosBackground:false
|
||||
hideLightningFlashes:false
|
||||
mouseSensitivity:0.4014084507042254
|
||||
fov:1.0
|
||||
screenEffectScale:1.0
|
||||
fovEffectScale:1.0
|
||||
darknessEffectScale:1.0
|
||||
glintSpeed:0.5
|
||||
glintStrength:0.75
|
||||
damageTiltStrength:1.0
|
||||
highContrast:false
|
||||
gamma:0.5
|
||||
renderDistance:16
|
||||
simulationDistance:12
|
||||
entityDistanceScaling:1.0
|
||||
guiScale:2
|
||||
particles:0
|
||||
maxFps:260
|
||||
graphicsMode:1
|
||||
ao:true
|
||||
prioritizeChunkUpdates:0
|
||||
biomeBlendRadius:2
|
||||
renderClouds:"false"
|
||||
resourcePacks:["vanilla","fabric","Fabrication","Fabrication grayscale","black_icons","continuity:default","continuity:glass_pane_culling_fix","file/DeathSoundExamplePack","file/lower sheild.zip","$polymer-resources"]
|
||||
incompatibleResourcePacks:[]
|
||||
lastServer:
|
||||
lang:en_us
|
||||
soundDevice:""
|
||||
chatVisibility:0
|
||||
chatOpacity:1.0
|
||||
chatLineSpacing:0.0
|
||||
textBackgroundOpacity:0.5
|
||||
backgroundForChatOnly:true
|
||||
hideServerAddress:false
|
||||
advancedItemTooltips:false
|
||||
pauseOnLostFocus:true
|
||||
overrideWidth:0
|
||||
overrideHeight:0
|
||||
chatHeightFocused:1.0
|
||||
chatDelay:0.0
|
||||
chatHeightUnfocused:0.4375
|
||||
chatScale:1.0
|
||||
chatWidth:1.0
|
||||
notificationDisplayTime:1.0
|
||||
mipmapLevels:4
|
||||
useNativeTransport:true
|
||||
mainHand:"right"
|
||||
attackIndicator:1
|
||||
narrator:0
|
||||
tutorialStep:none
|
||||
mouseWheelSensitivity:1.0
|
||||
rawMouseInput:true
|
||||
glDebugVerbosity:1
|
||||
skipMultiplayerWarning:true
|
||||
skipRealms32bitWarning:false
|
||||
hideMatchedNames:true
|
||||
joinedFirstServer:true
|
||||
hideBundleTutorial:false
|
||||
syncChunkWrites:false
|
||||
showAutosaveIndicator:true
|
||||
allowServerListing:true
|
||||
onlyShowSecureChat:false
|
||||
panoramaScrollSpeed:1.0
|
||||
debugifyTelemetry:0
|
||||
telemetryOptInExtra:false
|
||||
onboardAccessibility:false
|
||||
key_key.attack:key.mouse.left
|
||||
key_key.use:key.mouse.right
|
||||
key_key.forward:key.keyboard.w
|
||||
key_key.left:key.keyboard.a
|
||||
key_key.back:key.keyboard.s
|
||||
key_key.right:key.keyboard.d
|
||||
key_key.jump:key.keyboard.space
|
||||
key_key.sneak:key.keyboard.left.shift
|
||||
key_key.sprint:key.keyboard.left.control
|
||||
key_key.drop:key.keyboard.g
|
||||
key_key.inventory:key.keyboard.e
|
||||
key_key.chat:key.keyboard.t
|
||||
key_key.playerlist:key.keyboard.p
|
||||
key_key.pickItem:key.mouse.middle
|
||||
key_key.command:key.keyboard.slash
|
||||
key_key.socialInteractions:key.keyboard.insert
|
||||
key_key.screenshot:key.keyboard.f2
|
||||
key_key.togglePerspective:key.keyboard.f5
|
||||
key_key.smoothCamera:key.keyboard.unknown
|
||||
key_key.fullscreen:key.keyboard.f11
|
||||
key_key.spectatorOutlines:key.keyboard.unknown
|
||||
key_key.swapOffhand:key.keyboard.f
|
||||
key_key.saveToolbarActivator:key.keyboard.unknown
|
||||
key_key.loadToolbarActivator:key.keyboard.unknown
|
||||
key_key.advancements:key.keyboard.l
|
||||
key_key.hotbar.1:key.keyboard.1
|
||||
key_key.hotbar.2:key.keyboard.2
|
||||
key_key.hotbar.3:key.keyboard.3
|
||||
key_key.hotbar.4:key.keyboard.4
|
||||
key_key.hotbar.5:key.keyboard.5
|
||||
key_key.hotbar.6:key.keyboard.6
|
||||
key_key.hotbar.7:key.keyboard.7
|
||||
key_key.hotbar.8:key.keyboard.8
|
||||
key_key.hotbar.9:key.keyboard.9
|
||||
key_key.custom_hud.enable:key.keyboard.unknown
|
||||
key_key.custom_hud.cycle_profiles:key.keyboard.unknown
|
||||
key_key.custom_hud.swap_to_profile1:key.keyboard.unknown
|
||||
key_key.custom_hud.swap_to_profile2:key.keyboard.unknown
|
||||
key_key.custom_hud.swap_to_profile3:key.keyboard.unknown
|
||||
key_key.custom_hud.show_errors:key.keyboard.unknown
|
||||
key_key.fabrishot.screenshot:key.keyboard.f9
|
||||
key_key.amecs.alternative_escape:key.keyboard.unknown
|
||||
key_key.amecs.toggle_auto_jump:key.keyboard.unknown
|
||||
key_key.amecs.toggle_cape:key.keyboard.unknown
|
||||
key_key.amecs.toggle_jacket:key.keyboard.unknown
|
||||
key_key.amecs.toggle_left_sleeve:key.keyboard.unknown
|
||||
key_key.amecs.toggle_right_sleeve:key.keyboard.unknown
|
||||
key_key.amecs.toggle_left_pants_leg:key.keyboard.unknown
|
||||
key_key.amecs.toggle_right_pants_leg:key.keyboard.unknown
|
||||
key_key.amecs.toggle_hat:key.keyboard.unknown
|
||||
key_key.antighost.reveal:key.keyboard.keypad.2
|
||||
key_artifacts.key.helium_flamingo.activate:key.keyboard.unknown
|
||||
key_artifacts.key.night_vision_goggles.toggle:key.keyboard.unknown
|
||||
key_artifacts.key.universal_attractor.toggle:key.keyboard.unknown
|
||||
key_key.azurelib.reload:key.keyboard.r
|
||||
key_key.carry.desc:key.keyboard.left.shift
|
||||
key_key.crawl:key.keyboard.unknown
|
||||
key_key.customfov.profile.desc:key.keyboard.unknown
|
||||
key_key.deathlog.death_screen:key.keyboard.end
|
||||
key_key.do_a_barrel_roll.toggle_enabled:key.keyboard.z
|
||||
key_key.do_a_barrel_roll.toggle_thrust:key.keyboard.unknown
|
||||
key_key.do_a_barrel_roll.open_config:key.keyboard.keypad.5
|
||||
key_key.do_a_barrel_roll.pitch_up:key.keyboard.c
|
||||
key_key.do_a_barrel_roll.pitch_down:key.keyboard.v
|
||||
key_key.do_a_barrel_roll.yaw_left:key.keyboard.a
|
||||
key_key.do_a_barrel_roll.yaw_right:key.keyboard.d
|
||||
key_key.do_a_barrel_roll.roll_left:key.keyboard.unknown
|
||||
key_key.do_a_barrel_roll.roll_right:key.keyboard.unknown
|
||||
key_key.do_a_barrel_roll.thrust_forward:key.keyboard.w
|
||||
key_key.do_a_barrel_roll.thrust_backward:key.keyboard.s
|
||||
key_key.dynamic_fps.toggle_forced:key.keyboard.unknown
|
||||
key_key.dynamic_fps.toggle_disabled:key.keyboard.unknown
|
||||
key_key.fabricskyboxes.toggle:key.keyboard.keypad.0
|
||||
key_Activate Freelook:key.keyboard.left.alt
|
||||
key_Open Freelook menu:key.keyboard.keypad.9
|
||||
key_key.boththrow.desc:key.mouse.right
|
||||
key_key.leftthrow.desc:key.keyboard.unknown
|
||||
key_key.rightthrow.desc:key.keyboard.unknown
|
||||
key_key.motoronoff.desc:key.keyboard.left.shift
|
||||
key_key.jumpanddetach.desc:key.keyboard.space
|
||||
key_key.slow.desc:key.keyboard.left.shift
|
||||
key_key.climb.desc:key.keyboard.left.shift
|
||||
key_key.climbup.desc:key.keyboard.unknown
|
||||
key_key.climbdown.desc:key.keyboard.unknown
|
||||
key_key.enderlaunch.desc:key.mouse.left
|
||||
key_key.rocket.desc:key.mouse.left
|
||||
key_key.slide.desc:key.keyboard.left.shift
|
||||
key_key.modmenu.open_menu:key.keyboard.unknown
|
||||
key_key.mousewheelie.open_config_screen:key.keyboard.unknown
|
||||
key_key.mousewheelie.sort_inventory:key.mouse.middle
|
||||
key_key.mousewheelie.scroll_up:key.amecsapi.mouse.scroll.up
|
||||
key_key.mousewheelie.scroll_down:key.amecsapi.mouse.scroll.down
|
||||
key_key.mousewheelie.pick_tool:key.keyboard.unknown
|
||||
key_key.mousewheelie.whole_stack_modifier:key.keyboard.left.shift
|
||||
key_key.mousewheelie.all_of_kind_modifier:key.keyboard.left.control
|
||||
key_key.mousewheelie.drop_modifier:key.keyboard.left.alt
|
||||
key_key.mousewheelie.deposit_modifier:key.keyboard.space
|
||||
key_key.mousewheelie.restock_modifier:key.keyboard.space
|
||||
key_key.nmc.toggle:key.keyboard.keypad.3
|
||||
key_key.optigui.inspect:key.keyboard.f12
|
||||
key_key.pack_it_up.backpack_key:key.keyboard.b
|
||||
key_ping-wheel.key.mark-location:key.keyboard.q
|
||||
key_ping-wheel.key.open-settings:key.keyboard.unknown
|
||||
key_key.polaroid_camera.take_picture:key.keyboard.c
|
||||
key_key.pressalttomeow.meow:key.keyboard.left.alt
|
||||
key_key.preventer.overrideKey:key.keyboard.r
|
||||
key_key.preventer.configKey:key.keyboard.i
|
||||
key_key.replaymod.playeroverview:key.keyboard.b
|
||||
key_key.replaymod.lighting:key.keyboard.z
|
||||
key_key.replaymod.quickmode:key.keyboard.q
|
||||
key_key.replaymod.settings:key.keyboard.unknown
|
||||
key_key.replaymod.marker:key.keyboard.m
|
||||
key_key.replaymod.thumbnail:key.keyboard.n
|
||||
key_key.replaymod.playpause:key.keyboard.p
|
||||
key_key.replaymod.rollclockwise:key.keyboard.l
|
||||
key_key.replaymod.rollcounterclockwise:key.keyboard.j
|
||||
key_key.replaymod.resettilt:key.keyboard.k
|
||||
key_key.replaymod.pathpreview:key.keyboard.h
|
||||
key_key.replaymod.keyframerepository:key.keyboard.x
|
||||
key_key.replaymod.clearkeyframes:key.keyboard.c
|
||||
key_key.replaymod.synctimeline:key.keyboard.v
|
||||
key_key.replaymod.positionkeyframe:key.keyboard.i
|
||||
key_key.replaymod.positiononlykeyframe:key.keyboard.unknown
|
||||
key_key.replaymod.timekeyframe:key.keyboard.o
|
||||
key_key.replaymod.bothkeyframes:key.keyboard.unknown
|
||||
key_key.resquake.toggle:key.keyboard.keypad.8
|
||||
key_key.resquake.config:key.keyboard.keypad.7
|
||||
key_key.toms_storage.open_terminal:key.keyboard.b
|
||||
key_key.push_to_talk:key.keyboard.caps.lock
|
||||
key_key.whisper:key.keyboard.unknown
|
||||
key_key.mute_microphone:key.keyboard.m
|
||||
key_key.disable_voice_chat:key.keyboard.n
|
||||
key_key.hide_icons:key.keyboard.h
|
||||
key_key.voice_chat:key.keyboard.v
|
||||
key_key.voice_chat_settings:key.keyboard.unknown
|
||||
key_key.voice_chat_group:key.keyboard.g
|
||||
key_key.voice_chat_toggle_recording:key.keyboard.unknown
|
||||
key_key.voice_chat_adjust_volumes:key.keyboard.unknown
|
||||
key_key.waila.config:key.keyboard.unknown
|
||||
key_key.waila.show_overlay:key.keyboard.unknown
|
||||
key_key.waila.toggle_liquid:key.keyboard.unknown
|
||||
key_key.waila.show_recipe_input:key.keyboard.unknown
|
||||
key_key.waila.show_recipe_output:key.keyboard.unknown
|
||||
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
||||
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
|
||||
key_gui.xaero_toggle_slime:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_grid:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_waypoints:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_map:key.keyboard.keypad.6
|
||||
key_gui.xaero_enlarge_map:key.keyboard.unknown
|
||||
key_gui.xaero_waypoints_key:key.keyboard.u
|
||||
key_gui.xaero_zoom_in:key.keyboard.unknown
|
||||
key_gui.xaero_zoom_out:key.keyboard.unknown
|
||||
key_gui.xaero_new_waypoint:key.keyboard.b
|
||||
key_gui.xaero_display_all_sets:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
|
||||
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
|
||||
key_gui.xaero_alternative_list_players:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_tracked_players:key.keyboard.unknown
|
||||
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
|
||||
key_gui.xaero_minimap_settings:key.keyboard.y
|
||||
key_gui.xaero_open_map:key.keyboard.m
|
||||
key_gui.xaero_open_settings:key.keyboard.right.bracket
|
||||
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
||||
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
||||
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
||||
key_zoomify.key.zoom:key.mouse.5
|
||||
key_zoomify.key.zoom.secondary:key.keyboard.unknown
|
||||
key_iris.keybind.reload:key.keyboard.delete
|
||||
key_iris.keybind.toggleShaders:key.keyboard.page.down
|
||||
key_iris.keybind.shaderPackSelection:key.keyboard.end
|
||||
key_[Fabrication] Toggle Stance:key.keyboard.unknown
|
||||
key_[Fabrication] Toggle/Hold Sprint:key.keyboard.unknown
|
||||
soundCategory_master:0.22350993377483444
|
||||
soundCategory_music:0.20422535211267606
|
||||
soundCategory_record:1.0
|
||||
soundCategory_weather:1.0
|
||||
soundCategory_block:1.0
|
||||
soundCategory_hostile:1.0
|
||||
soundCategory_neutral:1.0
|
||||
soundCategory_player:1.0
|
||||
soundCategory_ambient:1.0
|
||||
soundCategory_voice:1.0
|
||||
modelPart_cape:false
|
||||
modelPart_jacket:true
|
||||
modelPart_left_sleeve:true
|
||||
modelPart_right_sleeve:true
|
||||
modelPart_left_pants_leg:true
|
||||
modelPart_right_pants_leg:true
|
||||
modelPart_hat:true
|
97
index.toml
97
index.toml
@ -1,37 +1,81 @@
|
||||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = ".vscode/settings.json"
|
||||
hash = "2d0bd0f846ccdfe1924a9d12f01f41f52143ae90114aa6e4877248dab5a6e0c7"
|
||||
file = "config/artifacts/client.json5"
|
||||
hash = "bdce779ef48f91c5449270adb3a34242943baa679377aad05948e0cb8bd1d760"
|
||||
|
||||
[[files]]
|
||||
file = "config/artifacts/common.json5"
|
||||
hash = "6f20451feae5622855190a428256ad5e646f16e33d29dc055b1a112114ea8862"
|
||||
|
||||
[[files]]
|
||||
file = "config/builtinservers.json"
|
||||
hash = "fcfa9e93a0b20850c5d61a4528aaeec20a5073d2cfb277753ad8b93d16a8d456"
|
||||
|
||||
[[files]]
|
||||
file = "config/custom-hud/config.json"
|
||||
hash = "a7c3295da6da8a2c65c0dbb11333cb57987b78dfe386a4fcc02f349c2ba1873a"
|
||||
|
||||
[[files]]
|
||||
file = "config/custom-hud/profile1.txt"
|
||||
hash = "d1186927ebf1307c233b1794887e2c7c57753ac299fd502275519639ba0756c8"
|
||||
file = "config/grapplemod.json"
|
||||
hash = "2e5cc17bfe7866de4aecd32f0b04df430b1986f9d693b45653e4f21dd70bc475"
|
||||
|
||||
[[files]]
|
||||
file = "config/isxander-main-menu-credits.json"
|
||||
hash = "da44f876c6d3d00019f4f5d78829ec41841c09128b686123527dbff3c0555549"
|
||||
|
||||
[[files]]
|
||||
file = "config/preventer.json"
|
||||
hash = "f1732450e74cbeaece566e75c5de7ee81cdeafd96693f786a460abb68162f65d"
|
||||
|
||||
[[files]]
|
||||
file = "config/rules.json"
|
||||
hash = "4e126cb5d83c38dec8b0df299539aa92fff39fd3faa2a3824c94e1171749f1f1"
|
||||
|
||||
[[files]]
|
||||
file = "config/terrestria/biome.json"
|
||||
hash = "bbb7df2bcadcc163213e32043de89a92f1496e097ee79db7a7c7e623be45f099"
|
||||
|
||||
[[files]]
|
||||
file = "config/universal-graves/config.json"
|
||||
hash = "8d86e64b28663cae5582426f8ae5dc19021ccc503297f107da3a488485033046"
|
||||
|
||||
[[files]]
|
||||
file = "config/universal-graves/example_models/corpse_player.json"
|
||||
hash = "7a5d06bb65a05beabb48f74a7f9aead1ddd88cbed5033ce8a284c1504a545eac"
|
||||
|
||||
[[files]]
|
||||
file = "config/universal-graves/example_models/corpse_zombie.json"
|
||||
hash = "6f8b61ca512ac41462824a4642e2019abdb6778e79d3925a818924233e532a75"
|
||||
|
||||
[[files]]
|
||||
file = "config/universal-graves/example_models/default.json"
|
||||
hash = "9b081ac5dbc9c8ff3780529b7fb027d14d721581c321af2c4c16348cff545b43"
|
||||
|
||||
[[files]]
|
||||
file = "config/universal-graves/example_models/player_head.json"
|
||||
hash = "9b081ac5dbc9c8ff3780529b7fb027d14d721581c321af2c4c16348cff545b43"
|
||||
|
||||
[[files]]
|
||||
file = "config/universal-graves/example_models/soul.json"
|
||||
hash = "4cefc36dc1ad8737b92db8c912bb8386e43ca0323e0515ac2ed13be5b5082af5"
|
||||
|
||||
[[files]]
|
||||
file = "config/wall-jump.properties"
|
||||
hash = "abd2fe87ba82de4dd91da88937a348ece73fa545578e23bb42225fd9539dafa3"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/custom-hud/config.json"
|
||||
hash = "a7c3295da6da8a2c65c0dbb11333cb57987b78dfe386a4fcc02f349c2ba1873a"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/custom-hud/profile1.txt"
|
||||
hash = "d1186927ebf1307c233b1794887e2c7c57753ac299fd502275519639ba0756c8"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/inventoryprofilesnext/integrationHints/player-defined.json"
|
||||
hash = "02e095314779cbb7d104c158fc2c810b218bdcf8b29b01944162c5dfe1388f2f"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/preventer.json"
|
||||
hash = "f1732450e74cbeaece566e75c5de7ee81cdeafd96693f786a460abb68162f65d"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/options.txt"
|
||||
hash = "944a47f82b012c0713e2de5bda9046d887cfa4e66684678ed688580c87f105b1"
|
||||
|
||||
[[files]]
|
||||
file = "mods/addadd.pw.toml"
|
||||
hash = "ea4a5f7fd697978b42347e984135504a0a027c717f0f0a39da8b9ac1f97255eb"
|
||||
@ -84,7 +128,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/athena-ctm.pw.toml"
|
||||
hash = "368c405be7efc817b528461902c950fbb1f6a9d58cbf561760bae4d5705f96c4"
|
||||
hash = "54e597891d05854149f867afb9a1e2d6c65cdbe2380b5d4c1addc3f06eb63d6d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -132,6 +176,11 @@ file = "mods/bclib.pw.toml"
|
||||
hash = "82b70b3ca30f3eedea12049a414cf30baae722c79128b17789a93b6906dc3ca5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/better-beds.pw.toml"
|
||||
hash = "0bf7fa5d6e5b126e110699e85c64b4d86a1d4171d17adfc994936e6f62b81083"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/better-mount-hud.pw.toml"
|
||||
hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf"
|
||||
@ -307,6 +356,11 @@ file = "mods/ctov-farmers-delight-compat.pw.toml"
|
||||
hash = "b6170f6465df20ddf674b44d11a81d08d57dfa9762e9c692ffe8a554c2de59d5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cull-less-leaves.pw.toml"
|
||||
hash = "39eb9db990032d949909f079ada415ffda18b372ec5d9b23ab95652d88474131"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/custom-fov-illusive.pw.toml"
|
||||
hash = "fa2aea3461ede4e442a0c6512b7bf76e7b42250e8e4d962ce604373ab9e943e5"
|
||||
@ -602,11 +656,6 @@ file = "mods/libipn.pw.toml"
|
||||
hash = "8547edbdc700238255794cdbb3b142d2bdb9f17a65b36ac1ce3c92e1aa942c3d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lilac.pw.toml"
|
||||
hash = "713b1d8daa14ec46c8d6ad966b6339ee8c5eff0f034ad14ab9cfe315cc6fcdb0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lilylib.pw.toml"
|
||||
hash = "db70fd37b880be2f192bb9be2805330e273be20563e5e57f7ec7b6617e0183b8"
|
||||
@ -642,6 +691,11 @@ file = "mods/mixintrace.pw.toml"
|
||||
hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modelfix.pw.toml"
|
||||
hash = "6c417b19bc836d7c516be0097261c49cf1a167951bb4744ec0f3cc0bd0d1d24a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "4cd171d3f5f3e1d2948cb1b0062e742a5e85110c9e9a668f9aed5b0cebcb9c97"
|
||||
@ -714,7 +768,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/optigui.pw.toml"
|
||||
hash = "0806fafc99d2bc0d3caf9bbf726367ee3e1a56788a6254b58b45567980dce7f1"
|
||||
hash = "56bb777ae80511dcd02f01955bb327b11c9ce32ecb6dfdde999f408ece308328"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -747,6 +801,11 @@ file = "mods/polaroidcamera.pw.toml"
|
||||
hash = "3ff352a18028337803c95c68bd6c4d01eadf22f74412f22348bec0a09d378e1d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/polymer.pw.toml"
|
||||
hash = "4daa21dcefd1f766852f3af6b43a6d220e0e767ec810a57a4bfc8a740fffddaf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/polymorph.pw.toml"
|
||||
hash = "94117ed150a83f6e54dc9196f84e1f21b3922e58cd4ed3d389c7b78c7f2b1f87"
|
||||
|
@ -1,6 +1,6 @@
|
||||
name = "Athena"
|
||||
filename = "athena-fabric-1.20.1-3.1.0.jar"
|
||||
side = "client"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/AusdtnY3/athena-fabric-1.20.1-3.1.0.jar"
|
||||
|
13
mods/better-beds.pw.toml
Normal file
13
mods/better-beds.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Better Beds"
|
||||
filename = "betterbeds-1.3.0-1.19.3.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kKwy3HU9/versions/oA7DgMo2/betterbeds-1.3.0-1.19.3.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "be8020ab06b679bb33f93a7e9ade8a783985eab0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kKwy3HU9"
|
||||
version = "oA7DgMo2"
|
13
mods/cull-less-leaves.pw.toml
Normal file
13
mods/cull-less-leaves.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Cull Less Leaves"
|
||||
filename = "CullLessLeaves-1.3.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/iG6ZHsUV/versions/TFvkv8XK/CullLessLeaves-1.3.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "83380456dab54b8ac790b84a0f4f39a1404e6bc5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "iG6ZHsUV"
|
||||
version = "TFvkv8XK"
|
@ -1,13 +0,0 @@
|
||||
name = "LiLaC"
|
||||
filename = "lilac-1.0.0-beta.1-mc.1.19.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Rtp2Lyr5/versions/R0Clyo73/lilac-1.0.0-beta.1-mc.1.19.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "4dc7c510fec2c08e810623de0c81beed4436238c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Rtp2Lyr5"
|
||||
version = "R0Clyo73"
|
13
mods/modelfix.pw.toml
Normal file
13
mods/modelfix.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Model Gap Fix"
|
||||
filename = "modelfix-1.14-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/QdG47OkI/versions/r6uVoUxU/modelfix-1.14-fabric.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7c6a38565820d9c1941eb9d1aadaae75cb11ed8b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "QdG47OkI"
|
||||
version = "r6uVoUxU"
|
@ -1,13 +1,14 @@
|
||||
name = "OptiGUI"
|
||||
filename = "optigui-2.2.0-alpha.1.jar"
|
||||
filename = "optigui-2.1.5.jar"
|
||||
side = "client"
|
||||
pin = true
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/noPVqZnY/optigui-2.2.0-alpha.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/x0k8u61W/optigui-2.1.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cdda9fbe0683eb62b2d911672b018c079ad74d7e"
|
||||
hash = "1560d8656027c31b6bc3a60e39c51f50eb45e482"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "JuksLGBQ"
|
||||
version = "noPVqZnY"
|
||||
version = "x0k8u61W"
|
||||
|
13
mods/polymer.pw.toml
Normal file
13
mods/polymer.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Polymer"
|
||||
filename = "polymer-bundled-0.5.15+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xGdtZczs/versions/Z7RmlY2c/polymer-bundled-0.5.15%2B1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0da8bde2c55fcb83064971257fab17720f28a7cd"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xGdtZczs"
|
||||
version = "Z7RmlY2c"
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "195242a4bc957f8f5146f88ba3cd571ef27674c341a56ee988a5468fb757e049"
|
||||
hash = "1689201c9b76bdfbd96869813468ed2e28c2431cdf3f7b89ce10eae13a1d2437"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.22"
|
||||
|
184
review/all.json
184
review/all.json
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user