procedural-terrain

Generate Blender terrains and PBR materials from JSON plans.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AnctyEnly453/simulator-game --skill procedural-terrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: procedural-terrain
Source: https://github.com/AnctyEnly453/simulator-game/tree/main/blender_skills/procedural-terrain
Command: npx skills add https://github.com/AnctyEnly453/simulator-game --skill procedural-terrain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires blender, patina, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating procedural terrain for Blender games by automatically generating and applying surface materials.

Core Features & Use Cases

  • Procedural Terrain Generation: Dynamically creates terrains like islands, hills, flatlands, and shorelines based on JSON plans.
  • Material Application: Applies tiled PBR materials via PATINA to procedural surfaces.
  • Use Case: Imagine you are designing a game world and need to quickly generate a variety of terrains with different surface types.

Quick Start

Generate terrain for a game world located at 'worlds/my-world' based on the plan file 'worlds/my-world/plan.json'.

Frequently Asked Questions about procedural-terrain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate procedural terrain in Blender from a JSON file?

Procedural terrain generation in Blender from a JSON file is done by using this Skill to parse the plan and dynamically create environments like islands and shorelines. It utilizes Blender's node-based modeling capabilities to execute the terrain creation automatically.

Can I apply PBR materials to procedural terrain surfaces automatically?

Yes, you can apply PBR materials to procedural terrain surfaces automatically using PATINA. The Skill integrates with PATINA to generate and apply tiled PBR surface textures directly onto the dynamically created terrain geometry.

Do I need PATINA to create and texture game terrains in Blender?

Yes, you need PATINA installed alongside Blender to create and texture game terrains. PATINA is a required dependency because the Skill relies on it to handle the generation and application of PBR materials to the procedural surfaces.

What types of game environments can I create using procedural generation?

You can create game environments such as islands, hills, flatlands, and shorelines using procedural generation. The Skill dynamically generates these specific terrain types based on the parameters defined within your input JSON plan.

How does Blender MCP integration execute procedural terrain scripts?

Blender MCP integration executes procedural terrain scripts by connecting the Skill's automated generation logic directly to Blender's execution environment. This allows the JSON-defined node-based modeling and terrain creation processes to run automatically within the software.

Best way to automate game world terrain creation instead of manual modeling?

The best way to automate game world terrain creation instead of manual modeling is providing a JSON plan file to this Skill. It automatically handles the node-based procedural generation and applies PBR materials, eliminating the need for manual surface sculpting.