diff --git a/src/main/resources/data/dimdoors/pockets/generators/custom/smile_6.json b/src/main/resources/data/dimdoors/pockets/generators/custom/smile_6.json new file mode 100644 index 00000000..16e87e57 --- /dev/null +++ b/src/main/resources/data/dimdoors/pockets/generators/custom/smile_6.json @@ -0,0 +1,24 @@ +{ + "type": "dimdoors:schematic", + "setup_loot": true, + "id": "v2/custom/smile_6", + "modifiers": [ + { + "layers": [ + { + "block_state": "dimdoors:yellow_ancient_fabric", + "thickness": "1" + } + ], + "type": "dimdoors:shell" + }, + { + "type": "dimdoors:rift_data", + "ids": [0], + "rift_data": "rift_data/pocket_entrance" + } + ], + "offset_x": "1", + "offset_y": "1", + "offset_z": "1" +} diff --git a/src/main/resources/data/dimdoors/pockets/groups/dungeon.json b/src/main/resources/data/dimdoors/pockets/groups/dungeon.json index c5249936..d2119acc 100644 --- a/src/main/resources/data/dimdoors/pockets/groups/dungeon.json +++ b/src/main/resources/data/dimdoors/pockets/groups/dungeon.json @@ -108,5 +108,9 @@ { "id": "custom/chain_crossing", "type": "dimdoors:id" + }, + { + "id": "custom/smile_6", + "type": "dimdoors:id" } ] diff --git a/src/main/resources/data/dimdoors/pockets/schematic/v2/custom/smile_6.schem b/src/main/resources/data/dimdoors/pockets/schematic/v2/custom/smile_6.schem new file mode 100644 index 00000000..b1db3d31 Binary files /dev/null and b/src/main/resources/data/dimdoors/pockets/schematic/v2/custom/smile_6.schem differ