datapack?

This commit is contained in:
2025-05-29 11:34:34 -05:00
parent 3d62287946
commit 690784c65d
3 changed files with 20 additions and 1 deletions

View File

@@ -58,7 +58,8 @@
}; };
autoStart = true; autoStart = true;
symlinks = { symlinks = {
mods = ./mods; "mods" = ./mods;
#"world/datapacks/portals_dp" = ./portals_dp;
}; };
}; };
}; };

View File

@@ -0,0 +1,12 @@
{
"schema_version": "imm_ptl:v1",
"from": ["imm_ptl:any_dimension"],
"to": "imm_ptl:the_same_dimension",
"reversible": false,
"form": {
"type": "imm_ptl:try_hard_to_match",
"from_frame_block": "minecraft:quartz_block", "area_block": "minecraft:air",
"to_frame_block": "minecraft:quartz_block", "generate_frame_if_not_found": false
},
"trigger": { "type": "imm_ptl:use_item", "item": "minecraft:flint_and_steel" }
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 48,
"description": "datapack i guess?"
}
}