Description
https://www.youtube.com/watch?v=5a4DAkWW3JQ
原标题:How to Use Jigsaw Blocks to make Custom Randomly Generated Structures
原作者:https://www.youtube.com/@Talon2863
原视频:https://www.youtube.com/watch?v=5a4DAkWW3JQ
视频中的指令
/give @p structure_block
/give @p jigsaw
数据包模版:https://www.planetminecraft.com/data-pack/template-for-custom-jigsaw-template-pools/
已征得原作者转载授权
# 原视频简介太长了放不下,全部简介请看评论
Roguelike dungeons, randomly generated houses, villages, jigsaw blocks are a powerful, underutilized building tool. This tutorial will teach you how to use this little-known block as well as how to generate random structures through the use of a custom template pool (kinda like a table of contents, but with randomness).
0:00 "Intro"导入
0:12 "Step 1: Rooms"房间
- /give @p structure_block
2:38 "Step 2: Connectors"连接器
- /give @p jigsaw
7:48 "Step 3: Custom Template Pools (Table of Contents)"自定义模板池
- Template Datapack: https://www.planetminecraft.com/data-pack/template-for-custom-jigsaw-template-pools/
- Rename NAMESPACE folder to a short name (only using lowercase and underscores)*
- Rename TEMPLATEPOOL JSON file to a short name (only using lowercase, numbers, and underscores)
- Inside the TEMPLATEPOOL file rename NAMESPACE, TEMPLATEPOOL to their respective names
- Also inside the TEMPLATEPOOL file rename STRUCTURENAME to the name you saved in the structure block
13:36 "Step 4: Jigsaw Settings"拼图设置
14:52 "Step 5: Generate!"生成!
- Updated for 1.19 (Check reason below) - Finished example datapack (Does Not Contain Structures!): https://www.planetminecraft.com/data-pack/finished-jigsaw-datapack/
地图下载
World Download: https://www.planetminecraft.com/project/jigsaw-world-from-tutorial/#tab_image_gallery
结束音乐
Ending Music:
"Pamgaea" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
https://creativecommons.org/licenses/by/3.0/
Not an official Minecraft product. Not approved by or associated with Mojang.
Comments
你好,我以为是你自己做的视频,原来是翻译
♥ 37 ↩ 10
{ "name": "NAMESPACE:TEMPLATEPOOL", "fallback": "minecraft:empty", "elements": 【 { "weight": 50, "element": { "location": "minecraft:STRUCTURENAME", "processors": "minecraft:empty", "projection": "rigid", "element_type": "minecraft:single_pool_element" } }, { "weight": 70, "element": { "location": "minecraft:STRUCTURENAME2", "processors": "minecraft:empty", "projection": "rigid", "element_type": "minecraft:single_pool_element" } } 】 }
♥ 20 ↩ 4
做过类似的东西,因为没找到办法解决建筑交叉的问题放弃了[2233娘_无言]
♥ 20 ↩ 3
做后室里那种非欧几里得性质层级时可以用到
♥ 14 ↩ 7
UPUP,想知道字幕用的字体是什么字体[星星眼][星星眼][星星眼]
♥ 12 ↩ 5
我看到你之前的视频还原了命令方块权杖,那能还原一下幸运方块权杖吗?[doge]
♥ 6 ↩ 2
其实可以打开管理员界面[doge]
♥ 4
还是国外好,国人视频巴拉巴拉将了一大堆根本听不明白, 没有主次
♥ 3
Wow!基岩版1.21.50终于更新拼图方块了!一年前收藏的视频终于能用上了[doge]
♥ 2
之前有想过用mcreator做模组做个自定义的大型结构的,但是过大的建筑只能靠结构方块,当时又不会用,谢谢搬运+翻译[女仆醒_咕了]
♥ 2
可以拿来做肉鸽
♥ 2
wow 酷炫
♥ 2
所以网易移动端可以用吗
♥ 1
想问一个问题,既然拼图方块指向的拼图是固定的,那为什么还能随机生成?
♥ 1 ↩ 3
为啥我用拼图方块的时候,数据包里设好的结构池的id和结构中拼图方块的名称/目标名称都与自己放置并设置好的结构方块里的内容都对的上,但为啥点生成后生成不了结构?(后台输出大意:空的或不存在的目标池:【拼图方块内目标池的内容(结构池在数据包设定好了且没有语法错误)】)
♥ 1 ↩ 1
非常好的视频,使得我的拼图方块旋转
♥ 1
[打call]这下
♥ 1 ↩ 1
一开始我还在结构内部用jigsaw,弄好久都递归失败
为什么只支持1.20
BE可以使用拼图方块吗?