🌐 You are reading the Filipino translation of this article
Available languages for this article:

Ang Simply Stacked Dimensions Mod ay hinahayaan kang gumawa ng mga custom teleporter na naglilipat sa mga player sa pagitan ng mga dimension kapag naabot nila ang partikular na taas o lalim. Halimbawa, pwede mong i-set na kapag nahulog ka sa void sa Overworld, ma-teleport ka sa Nether. Ang mod na ito ay ginawa para sa mga modpack maker at wala itong dinadagdag na features sa sarili nito; kailangan mong gumawa ng datapack na may configuration files para gumana ito.

Wala itong ginagawa sa sarili nito, kailangan mong gumawa ng datapack kasama ang mga dimension config.

Features:

  • Mag-set up ng automatic teleports sa pagitan ng mga dimension base sa Y-level ng player.
  • Nag-i-spawn ng temporary platform na gawa sa cloud blocks sa destinasyon para hindi ka mahulog.
  • Dahan-dahang mawawala ang mga cloud block kapag nakalapag ka na nang ligtas.
  • May kasamang default na tatlong segundong cooldown sa pagitan ng mga teleport, na pwedeng baguhin sa config.
  • Mananatiling pareho ang iyong X at Z coordinates pagkatapos mag-teleport, kaya madali lang ang navigation.

Paano Gamitin:

Para mapagana ang mod, kailangan mong gumawa ng datapack na may JSON configuration files. Ang bawat file ay nagdedefine ng isang teleport rule.

  1. Gumawa ng bagong datapack para sa iyong mundo o server.
  2. Sa loob ng iyong datapack, gumawa ng folder path: /data/simplystacked/config/.
  3. Gumawa ng bagong JSON file sa loob ng config folder (kahit ano ang pangalan).
  4. Sa JSON file, i-define ang mga teleport rule. Halimbawa, para pumunta mula Overworld papuntang Nether:
{
    "from": "minecraft:overworld",
    "to": "minecraft:the_nether",
    "from_y_min": -10,
    "from_y_max": 1,
    "to_y": 121,
    "cloud_platform": true
}

Screenshots:

Mod menu interface showing details for Simply Stacked Dimensions
Mod menu interface na nagpapakita ng detalye para sa Simply Stacked Dimensions
Editing the teleportation cooldown in the common configuration file
Pag-edit ng teleportation cooldown sa common configuration file
JSON code for End to Overworld transition in Simply Stacked Dimensions Mod
JSON code para sa End to Overworld transition sa Simply Stacked Dimensions Mod
JSON file defining teleportation rules from the Nether to the Overworld
JSON file na nagdedefine ng teleportation rules mula Nether papuntang Overworld
Simply Stacked Dimensions Mod configuration for Overworld to End transition
Simply Stacked Dimensions Mod configuration para sa Overworld to End transition
JSON code defining teleportation rules from Overworld to the Nether
JSON code na nagdedefine ng teleportation rules mula Overworld papuntang Nether

Simply Stacked Dimensions Mod Download Links

Para sa Minecraft 1.20.1, 1.20

Forge version: Download mula sa Server 1Download mula sa Server 2

Para sa Minecraft 1.16.5

Forge version: Download mula sa Server 1Download mula sa Server 2

Click to rate this post!
[Total: 3 Average: 5]