@extends('layouts/master') @section('title') New Build - {{ $modpack->name }} - Technic Solder @stop @section('content')
Create New Build ({{ $modpack->name }})
@if ($errors->all())
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif {!! Form::open() !!}

Create Build

All new builds by default will not be available in the API. They need to be published before they will show up.


This will clone all the mods and mod versions of another build in this pack.

Build Requirements

These are requirements that are passed onto the launcher to prevent players from playing your pack without the required minumum settings


MB

Check the checkbox to enable the memory requirement.


{!! Form::submit('Add Build', ['class' => 'btn btn-success']) !!} {!! Html::link('modpack/view/'.$modpack->id, 'Go Back', ['class' => 'btn btn-primary']) !!} {!! Form::close() !!}
@endsection @section('bottom') @endsection