Лучшие модовые сервера Minecraft

Технологии, Магия, Эволюция, Покемоны
и многие другие режимы уже ждут вас!

Начать играть
Гайды

[HiTech 1.7.10] Мод OpenComputers | 3Д Печать моделек и красивых блоков.

Автор: LameR87 · Обновлён:

Часто интересуются как собрать свой первый пк, и печатать 3D модельки и как делать их активными.
Я сам недавно узнал как это делать и решил поделиться своим опытом с вами.
Если хотите смотреть видео, а не читать ----> Видео с подробным объяснением <---- это для вас.

Нам понадобится 

Скрытый текст

Преобразователь энергии - 1шт (подключаем к нему энергию)
Системный блок (3-ий уровень) - 1шт (ставим впритык к преобразователю энергии)
Монитор (3-ий уровень) - 9шт (ставить квадратом 3на3 впритык к системному блоку)
3D Принтер (ставим впритык к монитору)
EEPROM (Lua BIOS) - 1шт
Видеокарта (3-ий уровень) - 1шт
Интернет карта - 1шт
Центральный процессор (ЦП) (3-ий уровень) - 1шт
Память (Уровень 3.5) - 2шт
Жёсткий диск (3-ий уровень) (4MB)
OpenOS (Operating System)
image.png.023b9680a176cb11083cbe39160cd8bb.png

Скрытый текст


После включения компьютера пишем Install, и Y (чтоб система перезагрузилась и запустилась наша OC.
Когда система включена вставляем это сообщение 

pastebin get NuEi4gL8 3dprint.lua

После скачиваем MagicalVoxel открываем его и выставляем параметры как у меня (выделено голубой рамкой)

 

Скрытый текст

image.png.ca68b8190ad3f5b02d1e3b9da2bee49e.png

Рисуем в нём модельку и сохраняем, нажав CTRL+S или ЛКМ по кнопке на фото ниже.

Скрытый текст

image.png.bdf39fcbfbe9ac431d5a3aa0ca4a27c9.png

После того как нарисовали заходим на САЙТ <--- (Кликабельно)
и выбираем файл, который мы сохранили.
Копируем код.
Для примера оставлю вам код для тренировки

 

Скрытый текст
  1. {
      label = "blackblock",
      shapes = {
        { 0,0,0,5,1,16,texture = "iron_block", tint = 0x111111 },
        { 5,0,0,16,1,5,texture = "iron_block", tint = 0x111111 },
        { 5,0,5,6,1,7,texture = "iron_block", tint = 0x111111 },
        { 5,0,7,11,1,9,texture = "quartz_block_side", tint = 0xeeeeee },
        { 5,0,9,6,1,16,texture = "iron_block", tint = 0x111111 },
        { 6,0,5,7,1,6,texture = "iron_block", tint = 0x111111 },
        { 6,0,6,10,1,10,texture = "quartz_block_side", tint = 0xeeeeee },
        { 6,0,10,7,1,16,texture = "iron_block", tint = 0x111111 },
        { 7,0,5,9,1,11,texture = "quartz_block_side", tint = 0xeeeeee },
        { 7,0,11,16,1,16,texture = "iron_block", tint = 0x111111 },
        { 9,0,5,16,1,6,texture = "iron_block", tint = 0x111111 },
        { 9,0,10,16,1,16,texture = "iron_block", tint = 0x111111 },
        { 10,0,6,16,1,7,texture = "iron_block", tint = 0x111111 },
        { 10,0,9,16,1,16,texture = "iron_block", tint = 0x111111 },
        { 11,0,7,16,1,16,texture = "iron_block", tint = 0x111111 },
        { 0,1,0,5,16,1,texture = "iron_block", tint = 0x111111 },
        { 0,1,1,1,5,16,texture = "iron_block", tint = 0x111111 },
        { 1,1,15,16,5,16,texture = "iron_block", tint = 0x111111 },
        { 5,1,0,16,5,1,texture = "iron_block", tint = 0x111111 },
        { 15,1,1,16,5,16,texture = "iron_block", tint = 0x111111 },
        { 0,5,1,1,16,5,texture = "iron_block", tint = 0x111111 },
        { 0,5,5,1,6,7,texture = "iron_block", tint = 0x111111 },
        { 0,5,7,1,11,9,texture = "quartz_block_side", tint = 0xeeeeee },
        { 0,5,9,1,6,16,texture = "iron_block", tint = 0x111111 },
        { 1,5,15,5,16,16,texture = "iron_block", tint = 0x111111 },
        { 5,5,0,7,6,1,texture = "iron_block", tint = 0x111111 },
        { 5,5,15,7,6,16,texture = "iron_block", tint = 0x111111 },
        { 7,5,0,9,11,1,texture = "quartz_block_side", tint = 0xeeeeee },
        { 7,5,15,9,11,16,texture = "quartz_block_side", tint = 0xeeeeee },
        { 9,5,0,16,6,1,texture = "iron_block", tint = 0x111111 },
        { 9,5,15,16,6,16,texture = "iron_block", tint = 0x111111 },
        { 15,5,1,16,16,5,texture = "iron_block", tint = 0x111111 },
        { 15,5,5,16,6,7,texture = "iron_block", tint = 0x111111 },
        { 15,5,7,16,11,9,texture = "quartz_block_side", tint = 0xeeeeee },
        { 15,5,9,16,6,16,texture = "iron_block", tint = 0x111111 },
        { 0,6,5,1,7,6,texture = "iron_block", tint = 0x111111 },
        { 0,6,6,1,10,10,texture = "quartz_block_side", tint = 0xeeeeee },
        { 0,6,10,1,7,16,texture = "iron_block", tint = 0x111111 },
        { 5,6,0,6,7,1,texture = "iron_block", tint = 0x111111 },
        { 5,6,15,6,7,16,texture = "iron_block", tint = 0x111111 },
        { 6,6,0,10,10,1,texture = "quartz_block_side", tint = 0xeeeeee },
        { 6,6,15,10,10,16,texture = "quartz_block_side", tint = 0xeeeeee },
        { 10,6,0,16,7,1,texture = "iron_block", tint = 0x111111 },
        { 10,6,15,16,7,16,texture = "iron_block", tint = 0x111111 },
        { 15,6,5,16,7,6,texture = "iron_block", tint = 0x111111 },
        { 15,6,6,16,10,10,texture = "quartz_block_side", tint = 0xeeeeee },
        { 15,6,10,16,7,16,texture = "iron_block", tint = 0x111111 },
        { 0,7,5,1,9,11,texture = "quartz_block_side", tint = 0xeeeeee },
        { 0,7,11,1,16,16,texture = "iron_block", tint = 0x111111 },
        { 5,7,0,11,9,1,texture = "quartz_block_side", tint = 0xeeeeee },
        { 5,7,15,11,9,16,texture = "quartz_block_side", tint = 0xeeeeee },
        { 11,7,0,16,16,1,texture = "iron_block", tint = 0x111111 },
        { 11,7,15,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 15,7,5,16,9,11,texture = "quartz_block_side", tint = 0xeeeeee },
        { 15,7,11,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 0,9,5,1,16,6,texture = "iron_block", tint = 0x111111 },
        { 0,9,10,1,16,16,texture = "iron_block", tint = 0x111111 },
        { 5,9,0,6,16,1,texture = "iron_block", tint = 0x111111 },
        { 5,9,15,6,16,16,texture = "iron_block", tint = 0x111111 },
        { 10,9,0,16,16,1,texture = "iron_block", tint = 0x111111 },
        { 10,9,15,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 15,9,5,16,16,6,texture = "iron_block", tint = 0x111111 },
        { 15,9,10,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 0,10,6,1,16,7,texture = "iron_block", tint = 0x111111 },
        { 0,10,9,1,16,16,texture = "iron_block", tint = 0x111111 },
        { 6,10,0,7,16,1,texture = "iron_block", tint = 0x111111 },
        { 6,10,15,7,16,16,texture = "iron_block", tint = 0x111111 },
        { 9,10,0,16,16,1,texture = "iron_block", tint = 0x111111 },
        { 9,10,15,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 15,10,6,16,16,7,texture = "iron_block", tint = 0x111111 },
        { 15,10,9,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 0,11,7,1,16,16,texture = "iron_block", tint = 0x111111 },
        { 7,11,0,16,16,1,texture = "iron_block", tint = 0x111111 },
        { 7,11,15,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 15,11,7,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 1,15,1,5,16,16,texture = "iron_block", tint = 0x111111 },
        { 5,15,1,16,16,5,texture = "iron_block", tint = 0x111111 },
        { 5,15,5,6,16,7,texture = "iron_block", tint = 0x111111 },
        { 5,15,7,11,16,9,texture = "quartz_block_side", tint = 0xeeeeee },
        { 5,15,9,6,16,16,texture = "iron_block", tint = 0x111111 },
        { 6,15,5,7,16,6,texture = "iron_block", tint = 0x111111 },
        { 6,15,6,10,16,10,texture = "quartz_block_side", tint = 0xeeeeee },
        { 6,15,10,7,16,16,texture = "iron_block", tint = 0x111111 },
        { 7,15,5,9,16,11,texture = "quartz_block_side", tint = 0xeeeeee },
        { 7,15,11,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 9,15,5,16,16,6,texture = "iron_block", tint = 0x111111 },
        { 9,15,10,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 10,15,6,16,16,7,texture = "iron_block", tint = 0x111111 },
        { 10,15,9,16,16,16,texture = "iron_block", tint = 0x111111 },
        { 11,15,7,16,16,16,texture = "iron_block", tint = 0x111111 },
      }
    }

После копирования кода, открываем компьютер и пишем edit <name> например edit blackblock
вставляем код на клавишу Insert или колёсико мышки, нажимаем CTRL+S, затем CTRL+W.
 

Скрытый текст

image.png.e04cb90c9fe34693f54e743e94c6e94e.png


После этого 3dprint <name> ,  в нашем случаем 3dprint blackblock
 

Скрытый текст

image.png.d6a7c11ee3adcb191c0fe073752ce638.png


Если вы всё сделали как я показал, у вас должна получится 3D печать.


Если же вы хотите сделать активную модель (по типу рычага который включается, выключается и меняет свою форму, то нужно немного напрячься.
Чтоб было в разы понятнее, я сделал для вас видео.
В текстовом формате довольно сложно донести в понятной форме. 

----> Видео с подробным объяснением <----

 

 

image.png

Похожие гайды