init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"criteria": {
|
||||
"obtained_from_stone": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.murasame.get_murasame.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "slashblade:slashblade"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.murasame.get_murasame.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"obtained_from_stone"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"enchantments": [
|
||||
{
|
||||
"id": "minecraft:sharpness",
|
||||
"lvl": 5
|
||||
},
|
||||
{
|
||||
"id": "minecraft:fire_aspect",
|
||||
"lvl": 2
|
||||
}
|
||||
],
|
||||
"item": "slashblade:slashblade",
|
||||
"name": "murasame:murasamemaru",
|
||||
"properties": {
|
||||
"attack_base": 18.0,
|
||||
"max_damage": 150,
|
||||
"slash_art": "slashblade:wave_edge",
|
||||
"special_effects": [
|
||||
|
||||
],
|
||||
"sword_type": [
|
||||
"bewitched"
|
||||
]
|
||||
},
|
||||
"render": {
|
||||
"carry_type": "default",
|
||||
"model": "murasame:models/murasame/murasamemaru.obj",
|
||||
"texture": "murasame:models/murasame/murasamemaru.png",
|
||||
"summon_sword_color": 65350
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"enchantments": [
|
||||
{
|
||||
"id": "minecraft:smite",
|
||||
"lvl": 25
|
||||
},
|
||||
{
|
||||
"id": "minecraft:sharpness",
|
||||
"lvl": 10
|
||||
},
|
||||
{
|
||||
"id": "minecraft:fire_aspect",
|
||||
"lvl": 3
|
||||
},
|
||||
{
|
||||
"id": "minecraft:unbreaking",
|
||||
"lvl": 10
|
||||
}
|
||||
],
|
||||
"item": "slashblade:slashblade",
|
||||
"name": "murasame:murasamemaru_awakened",
|
||||
"properties": {
|
||||
"attack_base": 35.0,
|
||||
"max_damage": 300.0,
|
||||
"slash_art": "murasame:spatial_slash",
|
||||
"special_effects": [
|
||||
"murasame:murasame_blessing"
|
||||
],
|
||||
"sword_type": [
|
||||
"bewitched"
|
||||
]
|
||||
},
|
||||
"render": {
|
||||
"carry_type": "default",
|
||||
"model": "murasame:models/murasame/murasamemaru_awakened.obj",
|
||||
"texture": "murasame:models/murasame/murasamemaru_awakened.png",
|
||||
"summon_sword_color": 65350
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:jigsaw",
|
||||
"biomes": "minecraft:cherry_grove",
|
||||
"step": "surface_structures",
|
||||
"spawn_overrides": {},
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"start_pool": "murasame:shrine/start_pool",
|
||||
"size": 1,
|
||||
"start_height": {
|
||||
"absolute": 0
|
||||
},
|
||||
"project_start_to_heightmap": "WORLD_SURFACE_WG",
|
||||
"max_distance_from_center": 80,
|
||||
"use_expansion_hack": false
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"structures": [
|
||||
{
|
||||
"structure": "murasame:shrine",
|
||||
"weight": 5
|
||||
}
|
||||
],
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"spacing": 16,
|
||||
"separation": 8,
|
||||
"salt": 123456789
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "murasame:shrine/start_pool",
|
||||
"fallback": "minecraft:empty",
|
||||
"elements": [
|
||||
{
|
||||
"weight": 1,
|
||||
"element": {
|
||||
"location": "murasame:shrine",
|
||||
"processors": "minecraft:empty",
|
||||
"projection": "rigid",
|
||||
"element_type": "minecraft:single_pool_element"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
6
config/openloader/data/congyuwan/pack.mcmeta
Normal file
6
config/openloader/data/congyuwan/pack.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack":{
|
||||
"pack_format":4,
|
||||
"description":""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user