• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

First Machine Age's Mods (Combined repo.)


Commit MetaInfo

修订版baddf5b3caa0ff9d4881e4dfb94f1ee80a1da8fd (tree)
时间2021-04-04 09:03:59
作者melchior <melchior@user...>
Commitermelchior

Log Message

correct density

更改概述

差异

--- a/Assorted/assets/defensive/blocktypes/metal/grille_horizontal.json
+++ b/Assorted/assets/defensive/blocktypes/metal/grille_horizontal.json
@@ -27,6 +27,7 @@
2727 resistance: 4,
2828 rainPermeable: true,
2929 lightAbsorption: 0,
30+ materialDensity:7870.
3031 selectionboxesByType: {
3132 "*-north": [
3233 { x1: 0.875, y1: 0, z1: 0.125, x2: 0.95, y2: 1, z2: 0.25, rotateY: 90 },
--- a/Assorted/assets/defensive/blocktypes/metal/grille_vertical.json
+++ b/Assorted/assets/defensive/blocktypes/metal/grille_vertical.json
@@ -26,6 +26,7 @@
2626 resistance: 4,
2727 rainPermeable: true,
2828 lightAbsorption: 0,
29+ materialDensity:7870.
2930 selectionboxesByType: {
3031 "*-up": [
3132 { x1: 0, y1: 0.825, z1: 0, x2: 1, y2: 1, z2: 1 }