datapack?
This commit is contained in:
@@ -58,7 +58,8 @@
|
||||
};
|
||||
autoStart = true;
|
||||
symlinks = {
|
||||
mods = ./mods;
|
||||
"mods" = ./mods;
|
||||
#"world/datapacks/portals_dp" = ./portals_dp;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
6
system-config/services/minecraft/portals_dp/pack.mcmeta
Normal file
6
system-config/services/minecraft/portals_dp/pack.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 48,
|
||||
"description": "datapack i guess?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user